[Issue 7031] Stack overflow with immutable recursive struct
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Nov 29 13:07:45 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7031
--- Comment #2 from Trass3r <mrmocool at gmx.de> 2011-11-29 13:06:43 PST ---
Maybe related to http://d.puremagic.com/issues/show_bug.cgi?id=5533
Recursion is in dwarf_typidx:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000493788 in dwarf_typidx (t=Cannot access memory at address
0x7fffff7feed8
) at backend/dwarf.c:1465
1465 { unsigned idx = 0;
(gdb) bt
#0 0x0000000000493788 in dwarf_typidx (t=Cannot access memory at address
0x7fffff7feed8
) at backend/dwarf.c:1465
#1 0x0000000000493817 in dwarf_typidx (t=0x8c4950) at backend/dwarf.c:1574
#2 0x0000000000493ae2 in dwarf_typidx (t=0x8c4978) at backend/dwarf.c:1628
#3 0x0000000000494950 in dwarf_typidx (t=0x91f2c8) at backend/dwarf.c:1944
#4 0x0000000000493817 in dwarf_typidx (t=0x8c4950) at backend/dwarf.c:1574
#5 0x0000000000493ae2 in dwarf_typidx (t=0x8c4978) at backend/dwarf.c:1628
#6 0x0000000000494950 in dwarf_typidx (t=0x91f2a0) at backend/dwarf.c:1944
#7 0x0000000000493817 in dwarf_typidx (t=0x8c4950) at backend/dwarf.c:1574
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list