digitalmars.D - dmd 0.90 linux seg fault
- Mike Swieton (22/22) May 25 2004 This may belong it the bugs NG, but whatever.
- Mike Swieton (7/33) May 25 2004 In case it wasn't clear (I don't think it was), the compiler itself
This may belong it the bugs NG, but whatever. I am compiling some code I've just ported from the concurrent library, and the code parses with no syntactic objections, but segfaults during the code-generation step. I'll post some code when I've pared the example down below 2000 lines and multiple modules. Below's a stack trace. I'm hoping someone may be able to suggest a starting place: Aside from the obvious (the source code), is there anything else that may help debug this? Mike Swieton __ "You miss 100% of the shots you never take." - Wayne Gretzky
May 25 2004
In case it wasn't clear (I don't think it was), the compiler itself segfaults during compilation. On Tue, 25 May 2004 22:59:35 -0400, Mike Swieton wrote:This may belong it the bugs NG, but whatever. I am compiling some code I've just ported from the concurrent library, and the code parses with no syntactic objections, but segfaults during the code-generation step. I'll post some code when I've pared the example down below 2000 lines and multiple modules. Below's a stack trace. I'm hoping someone may be able to suggest a starting place: Aside from the obvious (the source code), is there anything else that may help debug this? Mike Swieton __ "You miss 100% of the shots you never take." - Wayne GretzkyMike Swieton __ Freedom lies in being bold. - Robert Frost
May 25 2004