On 6/1/2011 1:19 AM, SK wrote:

On Sat, May 28, 2011 at 6:41 PM, David Simcha <[email protected]> wrote:
Thanks for letting me know.  I have no idea why this is happening.  I was seeing some weirdness on FreeBSD only, but I gave up trying to solve that until the FreeBSD port is more stable or I can reproduce it on some other OS.

I have test case that reliably segfaults on 64-bit Fedora 14.  I can trim it down to the minimal failing case if you're interested.  The particular problem I observe occurs when trying to spread many fibers over more than one thread.

Regards,
-steve
_______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos

I'm not sure this is supposed to work.  std.parallelism uses thread-local (i.e. physical thread-local) storage in a few places. I'm not even sure how threads and fibers are supposed to interact.

_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to