gdb seg violation during print command

David Cogen cogen@ll.mit.edu
Thu May 4 12:40:00 GMT 2000


> It's also possible the bug you are experiencing is that the compiler is
> putting the line note in the wrong place, and it's not breaking till the
> program is really done, and cerr doesn't exist properly.
> 
> Try -gdwarf-2, see if it helps.

redsavina% g++ -gdwarf-2 -o test test.cc
ld: fatal: relocation error: R_SPARC_32: file /tmp/ccwCKbbB.o:  symbol <unknown>:  offset 0xfea2c82f is non-aligned

collect2: ld returned 1 exit status
redsavina% 

Thanks for the suggestion. But as you see, it made it worse :)

-- DavidC


More information about the Gdb mailing list