<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi kas and mike,<div><br></div><div>I run mike's chuck patch and didn't get a bus error... but did get it with kassen's code. However I could get rid of the error if the shred is declared but not "initilised", thus using a reference when declaring it. I think that's been always the case..., can't remember though.</div><div>So adding Shred @ foo; to kassen's code let's assign to shred later.</div><div>The resulting code would be:</div><div><br></div><div><div>fun void dummy()</div><div>{</div><div>&nbsp;&nbsp; &nbsp;while(1)</div><div>&nbsp;&nbsp; &nbsp;{</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;second => now;</div><div>&nbsp;&nbsp; &nbsp;}</div><div>}</div><div><br></div><div>Shred @ foo;</div><div><br></div><div>spork ~ dummy() @=> foo;</div><div>&lt;&lt;&lt; foo.id()>>>;</div><div><br></div><div>hour => now;</div><div><br></div><div>eduard</div><div><br></div><div><div>On Oct 12, 2008, at 11:25 PM, Kassen wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><br><div class="gmail_quote">Mike,<br><br><span dir="ltr"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I'm glad it's the same bug cross platforms, I just think it's a weird<br> bug, that's all.<br> </blockquote><div><br>Yeah, it's probably the garbage/reference stuff. I had no idea the problem was quite that bad.<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <br> Do I add to the bottom of the bugs page or the top?<br> <font color="#888888"></font></blockquote><div><br>I'd take the "hopefully fixed for the next release" page and somewhere in the "open" section? I think it's a pretty bad one, it must've been broken by the latest version.<br> </div></div><br><br>Kas.<br></div> _______________________________________________<br>chuck-users mailing list<br><a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>https://lists.cs.princeton.edu/mailman/listinfo/chuck-users<br></blockquote></div><br></div></body></html>