[Issue 6135] Thread/GC interaction bug on OS X

2011-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135


klickverbot c...@klickverbot.at changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


--- Comment #5 from klickverbot c...@klickverbot.at 2011-07-20 21:59:06 PDT 
---
Closing, again, as 2.054 has been released in the meantime.

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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135



--- Comment #3 from klickverbot c...@klickverbot.at 2011-06-17 09:56:46 PDT 
---
Fixed by Sean Kelly in
https://github.com/D-Programming-Language/druntime/commit/45c4f1b94091cc5aa72de7b0fddf76a6de21.

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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135


klickverbot c...@klickverbot.at changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135


Sean Kelly s...@invisibleduck.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||s...@invisibleduck.org
 Resolution|FIXED   |


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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135


Sean Kelly s...@invisibleduck.org changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED


--- Comment #4 from Sean Kelly s...@invisibleduck.org 2011-06-17 10:30:05 PDT 
---
Reopened to be marked as fixed with the 2.054 release.

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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135



--- Comment #2 from klickverbot c...@klickverbot.at 2011-06-10 06:11:07 PDT 
---
And indeed, t.isRunning is false when thread_get_state() is called.

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


[Issue 6135] Thread/GC interaction bug on OS X

2011-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6135



--- Comment #1 from klickverbot c...@klickverbot.at 2011-06-09 13:55:00 PDT 
---
The thread_get_state return code is 268435459 (0x1003), probably
corresponding to MACH_SEND_INVALID_DEST (mach/message.h). Just a shot in the
dark, but maybe suspend() gets called for a thread that's no longer around?

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