segfault bug

Stephen Weeks MLton@sourcelight.com
Sat, 24 Nov 2001 13:54:53 -0800


> Any suggestions?  Have any relevant bugs been fixed since
> 2001-10-06?

Yes.  There was a long standing problem with limit check insertion
that could cause GC bugs.  We hacked around the problem by disabling
limit check coalescing across basic blocks.  It's quite possible that
this is the problem.

It would be great if you could send out the offending code.