This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: this gdb error


Chuck McManis said:
> (gdb) target remote tty2:2012
> Remote debugging using tty2:2012
> ../../gdb-6.0/gdb/gdbtypes.c:533: internal-error: make_cv_type: Assertion
> `TYPE_OBJFILE (*typeptr) == TYPE_OBJFILE (type) || TYPE_STUB (*typeptr)'
> failed.
> A problem internal to GDB has been detected,
> further debugging may prove unreliable.
> Quit this debugging session? (y or n)
>
> Has anyone seen it? What is GDB trying to tell me?

Is "tty2" the name of a machine?  My guess is that GDB is trying to
parse it (I'm pretty sure it allows 'ttyXX' as shorthand for '/dev/ttyXX')
Try giving your machine an alias, e.g. 'termserv' and then use 'termserv:2012'


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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