This is the mail archive of the gdb@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: gdb 6.0


On Mon, Mar 01, 2004 at 01:03:00PM -0500, John David Anglin wrote:
> High c.,
> 
> Have you started work on gdb?  This weekend I was working on a patch
> for the GCC testsuite to make it correctly honor a preexisting
> LD_LIBRARY_PATH.  This exposed a couple of problems related to
> dwarf2 exception support (e.g., g++.dg/eh/forced1.C).  This test
> passes with sjlj exceptions but fails with dwarf2 exceptions.  I
> started trying to debug this but found gdb dumps core trying to
> read the symbol table of libgcc_s.so.2 :(
> 
> (gdb) sharedlibr /home/dave/gcc-3.5/objdir/gcc/libgcc_s.so.2
> Reading symbols from /home/dave/gcc-3.5/objdir/gcc/libgcc_s.so.2...done.
> Loaded symbols for /home/dave/gcc-3.5/objdir/gcc/libgcc_s.so.2
> Segmentation fault (core dumped)

GDB 6.0 can't be used with GCC 3.4/3.5, for this exact reason.  I think
it's caused by var-tracking; you might be able to turn that off
separately.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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