This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: wrong-code regressions review


On Wed, Dec 15, 2004 at 04:23:39PM -0500, Bradley Lucier wrote:
> (gdb) info locals
> ___pc = dwarf2_read_address: Corrupted DWARF expression.

This is some new bug in GDB I haven't seen before.

> Program received signal SIGSEGV, Segmentation fault.
> 0x081541ae in ___H__20___front (___ps=0x8481ea0) at _front.c:7075
> 7075       ___SET_R2(___FIXMAX(___R3,___R2))
> (gdb) info locals
> ___pc = 137816529
> ___start = 137799889
> ___temp = Variable "___temp" is not available.

This means GDB thinks it is in a call clobbered register.  It shouldn't
happen in the topmost frame, so I don't know what's wrong.  I'd have to
see the debug info.

-- 
Daniel Jacobowitz


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