Thread overview
[Issue 212] New: segmentation fault with specific templated code - linux only
Jun 20, 2006
d-bugmail
Jul 12, 2006
Thomas Kuehne
Jun 26, 2008
d-bugmail
June 20, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=212

           Summary: segmentation fault with specific templated code - linux
                    only
           Product: D
           Version: 0.161
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: ice-on-valid-code
          Severity: major
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: h3r3tic@mat.uni.torun.pl


Here's a test case that causes the Linux version of DMD to crash: http://158.75.59.9/~h3/tmp/bugData.zip


[h3@localhost bind]$ dmd main.d meta/*.d
Segmentation fault

This very same code compiles in Windows without any problems.


-- 

July 12, 2006
d-bugmail@puremagic.com schrieb am 2006-06-20:
> http://d.puremagic.com/issues/show_bug.cgi?id=212

> Here's a test case that causes the Linux version of DMD to crash: http://158.75.59.9/~h3/tmp/bugData.zip
>
>
> [h3@localhost bind]$ dmd main.d meta/*.d
> Segmentation fault
>
> This very same code compiles in Windows without any problems.

Bugzilla has a nice feature, it's called: attach a file

Thomas


June 26, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=212





------- Comment #3 from h3r3tic@mat.uni.torun.pl  2008-06-26 06:39 -------
Ooops, sorry :} The server has been down for a while already... I've searched all my HDDs and they don't seem to have that file. But as it seems that the bug was in some old revision of Bind, I guess the fault is long gone now, otherwise more people would've complained ;)


--