<div class="gmail_quote">On Thu, Mar 10, 2011 at 1:43 PM, Wentao Lv <span dir="ltr"><<a href="mailto:wentlv@gmail.com">wentlv@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Following code will always cause stackless python coredump, is this a known bug?</div><div><br></div></blockquote><div><br></div>No, thank you for reporting it.  But it would be useful if you also reported where you got your Stackless Python implementation from (which you reproduced it with) and what version of Python it is. </div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Note that there is a different scheduler per thread, so the microthread you create on your custom thread will never be run in the later 'stackless.run()' call.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">Cheers,</div><div class="gmail_quote">Richard.</div><div class="gmail_quote"><div> </div></div>