← Back to index
|
Original Bugzilla link
Bug 1736 – dmd segv
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Windows
Creation time
2007-12-16T21:28:00Z
Last change time
2015-06-09T01:14:22Z
Keywords
ice-on-invalid-code
Assigned to
bugzilla
Creator
davidl
Comments
Comment #0
by davidl — 2007-12-16T21:28:09Z
import std.stdio; void main() { try { } catch(Exception e) { writefln("error:"~e); } }
Comment #1
by bugzilla — 2007-12-30T00:40:23Z
I cannot reproduce this problem with dmd 2.008.
Comment #2
by spam — 2007-12-30T08:00:06Z
i can reproduce it. dmd crashes here too with the exact same code as shown above.
Comment #3
by gide — 2008-01-01T10:15:07Z
This might be the same bug as 1702, as the following code also crashes DMD. void main() { string a = "Hello " ~ 10; }
Comment #4
by davidl — 2008-01-01T21:02:37Z
Fixed in dmd 2.009