segfaults

Bernard Helyer b.helyer at gmail.com
Tue Feb 23 19:17:32 PST 2010


On 24/02/10 12:53, Ellery Newcomer wrote:
> Hey! You're right!
>
> import tango.io.Stdout;
> void main(){
> Object obj = null;
> int[] a;
> a ~= 1;
> Stdout(obj.toString()).newline;
> }
>
> gives me
>
> Die: DW_TAG_type_unit (abbrev 7, offset 0x6f)
> parent at offset: 0xb
> has children: FALSE
> attributes:
> DW_AT_byte_size (DW_FORM_data1) constant: 8
> DW_AT_type (DW_FORM_ref4) constant ref: 0x68 (adjusted)
> Dwarf Error: Missing children for type unit [in module
> /home/ellery/test/test]
>
> Do you think this should be a separate issue from 1079?
>

Well, I've noted it down on 1079. I think it's related. Seeing as *that* 
bug doesn't seem to be getting much attention, I don't know how much 
good it'd to. You are, of course, welcome to open a new issue.


More information about the Digitalmars-d-learn mailing list