public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* What does "Dwarf Error: Cannot find type of die" mean?
@ 2004-03-08  8:20 Duncan Sands
  2004-03-08 13:02 ` Eljay Love-Jensen
  2004-03-16 15:03 ` Duncan Sands
  0 siblings, 2 replies; 5+ messages in thread
From: Duncan Sands @ 2004-03-08  8:20 UTC (permalink / raw)
  To: gcc-help

I sometimes see this kind of mysterious message in gdb when debugging code
compiled with gcc from CVS head.  Does anyone know what it could mean?

Die: DW_TAG_subrange_type (abbrev = 5, offset = 11562)
        has children: FALSE
        attributes:
                DW_AT_name (DW_FORM_string) string: "system__tasking__task_entry_index___XDLU_0__2147483647"
                DW_AT_lower_bound (DW_FORM_data1) constant: 0
                DW_AT_upper_bound (DW_FORM_data4) constant: 2147483647
                DW_AT_type (DW_FORM_ref4) constant: 1046
Dwarf Error: Cannot find type of die [in module /home/duncan/tmp/dbg2]

Thanks,

Duncan.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What does "Dwarf Error: Cannot find type of die" mean?
  2004-03-08  8:20 What does "Dwarf Error: Cannot find type of die" mean? Duncan Sands
@ 2004-03-08 13:02 ` Eljay Love-Jensen
  2004-03-08 13:12   ` Duncan Sands
  2004-03-16 15:03 ` Duncan Sands
  1 sibling, 1 reply; 5+ messages in thread
From: Eljay Love-Jensen @ 2004-03-08 13:02 UTC (permalink / raw)
  To: Duncan Sands, gcc-help

Hi Duncan,

Are you using the most up-to-date version of gdb?

--Eljay

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What does "Dwarf Error: Cannot find type of die" mean?
  2004-03-08 13:02 ` Eljay Love-Jensen
@ 2004-03-08 13:12   ` Duncan Sands
  2004-03-08 13:29     ` Eljay Love-Jensen
  0 siblings, 1 reply; 5+ messages in thread
From: Duncan Sands @ 2004-03-08 13:12 UTC (permalink / raw)
  To: Eljay Love-Jensen, gcc-help

> Are you using the most up-to-date version of gdb?

I have gdb from cvs a few months ago (I moved to cvs because of
getting this error with earlier versions, but it didn't help).  Do you
think that isn't recent enough?

Thanks,

Duncan.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What does "Dwarf Error: Cannot find type of die" mean?
  2004-03-08 13:12   ` Duncan Sands
@ 2004-03-08 13:29     ` Eljay Love-Jensen
  0 siblings, 0 replies; 5+ messages in thread
From: Eljay Love-Jensen @ 2004-03-08 13:29 UTC (permalink / raw)
  To: Duncan Sands, gcc-help

Hi Duncan,

GDB 6.0 (came out 2003.Oct.03) should be recent enough.

--Eljay

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: What does "Dwarf Error: Cannot find type of die" mean?
  2004-03-08  8:20 What does "Dwarf Error: Cannot find type of die" mean? Duncan Sands
  2004-03-08 13:02 ` Eljay Love-Jensen
@ 2004-03-16 15:03 ` Duncan Sands
  1 sibling, 0 replies; 5+ messages in thread
From: Duncan Sands @ 2004-03-16 15:03 UTC (permalink / raw)
  To: gcc-help

The real problem was that DW_TAG_subrange_type was not supported.
It is supported in current CVS, so all is well (so far)!

All the best,

Duncan.

On Monday 08 March 2004 09:20, Duncan Sands wrote:
> I sometimes see this kind of mysterious message in gdb when debugging code
> compiled with gcc from CVS head.  Does anyone know what it could mean?
>
> Die: DW_TAG_subrange_type (abbrev = 5, offset = 11562)
>         has children: FALSE
>         attributes:
>                 DW_AT_name (DW_FORM_string) string:
> "system__tasking__task_entry_index___XDLU_0__2147483647" DW_AT_lower_bound
> (DW_FORM_data1) constant: 0
>                 DW_AT_upper_bound (DW_FORM_data4) constant: 2147483647
>                 DW_AT_type (DW_FORM_ref4) constant: 1046
> Dwarf Error: Cannot find type of die [in module /home/duncan/tmp/dbg2]
>
> Thanks,
>
> Duncan.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-14 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-08  8:20 What does "Dwarf Error: Cannot find type of die" mean? Duncan Sands
2004-03-08 13:02 ` Eljay Love-Jensen
2004-03-08 13:12   ` Duncan Sands
2004-03-08 13:29     ` Eljay Love-Jensen
2004-03-16 15:03 ` Duncan Sands

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).