[Issue 1788] New: dmd segfaults without info
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 16 19:12:27 PST 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1788
Summary: dmd segfaults without info
Product: D
Version: 2.009
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: bugzilla at digitalmars.com
ReportedBy: diboss at hotmail.com
The following code causes dmd to segfault:
void main()
{
string a = "abc";
double b = 7.5;
a ~= ", " ~= b;
}
It's the concat. that's causing the problem. DMD simply segfaults without
telling what/where the problem is.
--
More information about the Digitalmars-d-bugs
mailing list