太搞了,GDB Core Dump

$  file core.30596
core.30596: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'gdb'
$ sudo gdb `which gdb` -c core.30596
GNU gdb Red Hat Linux (6.3.0.0-0.30.1rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

Core was generated by `gdb ./wsm'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libncurses.so.5...done.
Loaded symbols for /usr/lib/libncurses.so.5
Reading symbols from /lib/tls/libm.so.6...done.
Loaded symbols for /lib/tls/libm.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/tls/libc.so.6...done.
Loaded symbols for /lib/tls/libc.so.6
Reading symbols from /usr/lib/libgpm.so.1...done.
Loaded symbols for /usr/lib/libgpm.so.1
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/tls/libthread_db.so.1...done.
Loaded symbols for /lib/tls/libthread_db.so.1
#0  0x080cab55 in tui_scroll_backward ()
(gdb) bt
#0  0x080cab55 in tui_scroll_backward ()
#1  0x080cb19c in tui_sigwinch_handler ()
#2  0x080b78b9 in _initialize_cli_dump ()
#3  0x080b98dc in cmd_func ()
#4  0x080850d0 in execute_command ()
#5  0x08118031 in async_disable_stdin ()
#6  0x0811846b in async_disable_stdin ()
#7  0x081f8045 in rl_callback_read_char ()
#8  0x0811799b in delete_timer ()
#9  0x08117f2a in stdin_event_handler ()
#10 0x0811721e in delete_file_handler ()
#11 0x08116cc7 in standard_macro_lookup ()
#12 0x08116d28 in gdb_do_one_event ()
#13 0x08084cf1 in catch_exceptions_with_msg ()
#14 0x08084b70 in throw_exception ()
#15 0x08084d52 in catch_errors ()
#16 0x080c6294 in _initialize_tui_hooks ()
#17 0x08114a99 in current_interp_command_loop ()
#18 0x0807b3db in main ()
(gdb)

 

你可能感兴趣的:(exception,command,delete,callback,scroll,debugging)