This is the mail archive of the gdb@sourceware.cygnus.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]

Re: gdb seg violation during print command


Mark Kettenis <kettenis@wins.uva.nl> writes:


>    > 
> 
>    What version of gdb is this really? IE when is it from?
>    (We've had 20000204 there forever).
> 
> April 25.  But I just tested it with a GDB compiled from sources
> checked out of CVS half an our ago.  No difference.

Okay. And you said egcs 1.1.2, right?

Please "set debug overload 1" and retry, and send me the results.

I suspect the problem is that that version of egcs is marking types with
the wrong sign in the debug info in certain cases, and the
rank_one_type code isn't handling the specific case, and defaulting to
saying it's an incompatible overload.

I ran into this problem once before, and had patches to deal with
these specific comparisons in rank_one_type, but i seem to have lost
them during a file system screwup (I did them in early january).

They were trivial, and i can redo them.

But first, i need to make sure that's the problem.

> 
> Mark

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