Comment 11 for bug 1432529

Revision history for this message
Andrey Grozin (a-g-grozin) wrote :

Sorry for my stupidity. Here we are:

elrond sbcl-1.2.9 # gdb --args src/runtime/sbcl --core output/cold-sbcl.core --lose-on-corruption --no-sysinit --no-userinit
GNU gdb (Gentoo 7.9 vanilla) 7.9
Copyright (C) 2015 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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>.
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"...
Reading symbols from src/runtime/sbcl...done.
(gdb) run
Starting program: /var/tmp/portage/dev-lisp/sbcl-1.2.9/work/sbcl-1.2.9/src/runtime/sbcl --core output/cold-sbcl.core --lose-on-corruption --no-sysinit --no-userinit

Program received signal SIGUSR1, User defined signal 1.
0xb7fdc424 in __kernel_vsyscall ()
(gdb) backtrace
#0 0xb7fdc424 in __kernel_vsyscall ()
#1 0xb7db3d56 in kill () from /lib/libc.so.6
#2 0x0805754c in see_if_sigaction_nodefer_works () at interrupt.c:1804
#3 0x0805af6a in interrupt_init () at interrupt.c:2046
#4 0x080511a4 in main (argc=6, argv=0xbfffede4, envp=0xbfffee00) at runtime.c:458
(gdb)