This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/1950: gdb segment fault with core dumped


The following reply was made to PR c++/1950; it has been noted by GNATS.

From: Daniel Jacobowitz <drow@false.org>
To: chenyongbao@gmail.com
Cc: gdb-gnats@sources.redhat.com
Subject: Re: c++/1950: gdb segment fault with core dumped
Date: Thu, 26 May 2005 10:07:56 -0400

 On Thu, May 26, 2005 at 11:20:40AM -0000, chenyongbao@gmail.com wrote:
 > >Release:        GNU gdb Red Hat Linux (6.1post-1.20040607.41rh)
 
 This is a fairly old version of GDB; you may want to try a current
 version, or report the bug to Red Hat directly (since they have modified
 that version).
 
 > (gdb) bt
 > #0  0x001e24dc in memcpy () from /lib/tls/libc.so.6
 > #1  0x080d91ae in evaluate_subexp_standard ()
 > #2  0x080d5264 in _initialize_values ()
 > #3  0x080d68df in evaluate_subexp_standard ()
 > #4  0x080d5264 in _initialize_values ()
 > #5  0x080d528f in evaluate_expression ()
 > #6  0x080e3d47 in output_command ()
 > #7  0x0807f49c in execute_command ()
 > #8  0x08104c50 in async_disable_stdin ()
 > #9  0x0810519e in async_disable_stdin ()
 > #10 0x081d3fb4 in rl_callback_read_char ()
 > #11 0x081045cb in delete_timer ()
 > #12 0x08103ebd in delete_file_handler ()
 > #13 0x081039cb in standard_macro_lookup ()
 > #14 0x08104162 in gdb_do_one_event ()
 > #15 0x0807eedd in throw_exception ()
 > #16 0x0807f082 in catch_errors ()
 > #17 0x080b9577 in _initialize_tui_hooks ()
 > #18 0x00000000 in ?? ()
 
 Are you sure that backtrace came from the right binary?
 
 -- 
 Daniel Jacobowitz
 CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]