[Issue 8507] New: (Regression 2.060) rdmd hangs and mutex failures

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Aug 4 07:58:05 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8507

           Summary: (Regression 2.060) rdmd hangs and mutex failures
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: alex at lycus.org


--- Comment #0 from Alex Rønne Petersen <alex at lycus.org> 2012-08-04 16:58:03 CEST ---
(There's no rdmd component, so...)

I don't know if this bug exists on other platforms, but on Linux (x86_64) the
rdmd in 2.060 eventually hangs (and in some cases even crashes due to mutex
failures).

Given a test.d like this:

import std.stdio;

void main()
{
    writeln("Hello World");
}

Try running:

for x in {0..9999}; do echo iteration $x; rdmd test.d; done

This should yield several mutex errors, and eventually make one of the rdmd
invocations hang. This is a bit of a pain since my program's test suite relies
on rdmd to run the suite.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list