| Summary: | sys-devel/gdb-6.4 crashed when I tried debug Amarok | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Dima Ryazanov <dima> |
| Component: | [OLD] Development | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Complete log | ||
|
Description
Dima Ryazanov
2006-10-31 13:01:59 UTC
Created attachment 100915 [details]
Complete log
Is there a way to get a backtrace of gdb's crash? I compiled gdb with USE=debug, FEATURES=nostrip, CFLAGS=-g, but the only backtrace I am getting is: (gdb) bt #0 0xb7fd2410 in ?? () #1 0xbfb172d8 in ?? () #2 0x00000006 in ?? () #3 0x0000212c in ?? () #4 0xb7e2e19e in raise () from /lib/libc.so.6 #5 0xb7f46ff4 in ?? () from /lib/libc.so.6 #6 0xb7e028d0 in ?? () #7 0xb7e2fb5c in abort () from /lib/libc.so.6 #8 0xbfb17210 in ?? () #9 0x00000000 in ?? () try with the latest gdb-6.5 ebuild Ok, I upgraded to 6.5... That bug is still present, but now there's also a new one. It's an actual segmentation fault, not an internal error: Program terminated with signal 11, Segmentation fault. #0 0x08096101 in _initialize_thread_db () (gdb) bt #0 0x08096101 in _initialize_thread_db () #1 0x0809650a in _initialize_thread_db () #2 0x08110b46 in normal_stop () #3 0x08084da0 in discard_cleanups () #4 0x0811bd8a in throw_exception () #5 0x0811be50 in throw_exception () #6 0x0811beac in throw_verror () #7 0x08087c93 in error () #8 0x08087f69 in perror_with_name () #9 0x08094eb5 in supply_gregset () #10 0x0809bb07 in linux_record_stopped_pid () #11 0x08097d6b in _initialize_thread_db () #12 0x0811195f in resume () #13 0x08111b5b in resume () #14 0x08112cc0 in handle_inferior_event () #15 0x0811415c in wait_for_inferior () #16 0x081142e5 in proceed () #17 0x0810f039 in continue_command () #18 0x08084032 in execute_command () #19 0x0811fb68 in push_prompt () #20 0x08120898 in display_gdb_prompt () #21 0x081cb144 in rl_callback_read_char () #22 0x0811fd1b in push_prompt () #23 0x0811f680 in gdb_do_one_event () #24 0x0811eb1b in delete_async_signal_handler () #25 0x0811f2a2 in gdb_do_one_event () #26 0x0811c0b3 in catch_errors () #27 0x080c56a4 in _initialize_tui_interp () #28 0x0811c6ff in current_interp_command_loop () #29 0x0807d33b in gdb_main () #30 0x0811c0b3 in catch_errors () #31 0x0807db0b in gdb_main () #32 0x0811c0b3 in catch_errors () #33 0x0807d321 in gdb_main () #34 0x0807d2e5 in main () How about now? We are all the way up to 6.7.1 :) |