<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
On 6/1/2011 1:19 AM, SK wrote:
<blockquote
cite="mid:BANLkTim73F2m57_1Sihkx3_iWxgZwZ9U3g@mail.gmail.com"
type="cite"><br>
<div class="gmail_quote">On Sat, May 28, 2011 at 6:41 PM, David
Simcha <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:dsimcha@gmail.com">dsimcha@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
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.<br>
</blockquote>
</div>
<br>
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.<br>
<br>
Regards,<br>
-steve<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
phobos mailing list
<a class="moz-txt-link-abbreviated" href="mailto:phobos@puremagic.com">phobos@puremagic.com</a>
<a class="moz-txt-link-freetext" href="http://lists.puremagic.com/mailman/listinfo/phobos">http://lists.puremagic.com/mailman/listinfo/phobos</a></pre>
</blockquote>
<br>
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.<br>
</body>
</html>