Last active
July 19, 2017 10:26
-
-
Save holishing/f3cf771ea99ff30b1a848d90222c8ce7 to your computer and use it in GitHub Desktop.
When exit Board "0Announce", SegFault
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bbs@debian:~$ gdb attach 1538 -ex cont | |
GNU gdb (Debian 7.12-6) 7.12.0.20161007-git | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "i686-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. | |
Find the GDB manual and other documentation resources online at: | |
<http://www.gnu.org/software/gdb/documentation/>. | |
For help, type "help". | |
Type "apropos word" to search for commands related to "word"... | |
attach: No such file or directory. | |
Attaching to process 1538 | |
Reading symbols from /home/bbs/bin/bbsd...done. | |
Reading symbols from /lib/i386-linux-gnu/libcrypt.so.1...Reading symbols from /usr/lib/debug/.build-id/49/4cf7f02e95dc15b3b177414fdf6e546f7c73e2 | |
.debug...done. | |
done. | |
Reading symbols from /lib/i386-linux-gnu/libresolv.so.2...Reading symbols from /usr/lib/debug/.build-id/82/1cc403106f2e311db5cde616de0823e7a5b62 | |
3.debug...done. | |
done. | |
Reading symbols from /lib/i386-linux-gnu/libdl.so.2...Reading symbols from /usr/lib/debug/.build-id/ba/ed2708d60c4c9cc816de4c67c09453933391ec.de | |
bug...done. | |
done. | |
Reading symbols from /lib/i386-linux-gnu/libc.so.6...Reading symbols from /usr/lib/debug/.build-id/f4/0165cccc8bba7adde205d7d571d3b76cdd56df.deb | |
ug...done. | |
done. | |
Reading symbols from /lib/ld-linux.so.2...Reading symbols from /usr/lib/debug/.build-id/ff/ec6bbdbd2ea33377b06b19a329d32c65df5e6f.debug...done. | |
done. | |
0xb77afcd9 in __kernel_vsyscall () | |
Continuing. | |
Program received signal SIGSEGV, Segmentation fault. | |
__memcpy_sse2_unaligned () at ../sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S:578 | |
578 ../sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: No such file or directory. | |
(gdb) n | |
abort_bbs () at bbsd.c:166 | |
166 { | |
(gdb) n | |
167 if (bbstate) | |
(gdb) n | |
168 u_exit("AXXED"); | |
(gdb) n | |
Program received signal SIGSEGV, Segmentation fault. | |
brh_save () at board.c:628 | |
628 bhno = bstamp2bno(*head); | |
(gdb) n | |
Program terminated with signal SIGSEGV, Segmentation fault. | |
The program no longer exists. | |
(gdb) n | |
The program is not being run. | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment