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

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8507

Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Andrei Alexandrescu  ---
Thanks. I'll close this, feel free to reopen with new evidence.

--


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

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8507

--- Comment #4 from Martin Krejcirik  ---
Works for me on Windows (dmd 2.070.1)

--


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

2016-10-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8507

Andrei Alexandrescu  changed:

   What|Removed |Added

 CC||and...@erdani.com

--- Comment #3 from Andrei Alexandrescu  ---
I've measured MT stat a while ago (i.e. when I introduced it) and at least on
Linux it helps. Can this bug be reproduced reliably on Windows?

--


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

2013-10-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8507


safety0ff.bugz  changed:

   What|Removed |Added

 CC||safety0ff.b...@gmail.com


--- Comment #2 from safety0ff.bugz  2013-10-28 
02:19:31 PDT ---
Works fine on my Linux x86-64 system.

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


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

2013-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8507



--- Comment #1 from Vladimir Panteleev  2013-03-10 
07:21:37 EET ---
I was also experiencing similar issues on my previous system (running Windows
Vista x64). The problem went away after I changed the line "if (false)" to "if
(true)", thus disabling the multi-threaded stat-ing.

However, I can't reproduce the problem on my current system (Windows 7 x64).

I think we should just remove the multithreaded stat until the underlying bug
can be fixed. AFAIK there is no recorded measurement that it provides an actual
performance benefit.

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