has anyone run into this befor? [~OT]

BCS ao at pathlink.com
Thu Mar 13 14:24:33 PDT 2008


I was compiling the D grammar using my parser generator and (after getting 
by the 3 page long error messages) I was hopeful that it would build. However 
DMD then seg-v'ed.

transcript:

[bshrop at localhost trunk]$ time dmd syntax/dparse.d -debug=dparse_unittest -J.
>>>     glue/templates.d
name: Foo
name: Foo
name: StaticConstructor
name: StaticDestructor

... more of the same ...

Directly recursive rule: OrExpression
Directly recursive rule: AndAndExpression
Directly recursive rule: OrOrExpression
Directly recursive rule: AsmBrExp
Segmentation fault

real    6m36.121s
user    4m47.630s
sys     0m21.190s
[bshrop at localhost trunk]$ ls


here is a screen shot of what I think is the issue (sorry I couldn't get 
that as text as well)

http://www.uidaho.edu/~shro8822/WOW.JPG

I think DMD has a bug in it when it tries to dump an object file after using 
up 2.25GB of ram

(I don't think this one needs to go into the bugzilla <G>)





More information about the Digitalmars-d-bugs mailing list