[plt-scheme] segfault using enter!
At Fri, 01 May 2009 01:38:50 +0200, "Jose A. Ortega Ruiz" wrote:
> mzscheme (both 4.1.5 and 4.1.5.5 built from today's svn, on debian sid)
> segfaults systematically under the following scenario:
Thanks for the report! This is fixed in SVN.
> (i tried to run mzscheme
> under gdb, but it segfaults on startup)
That SIGSEGV is actually a GC write barrier, and not a crash. You could
continue with
(gdb) handle SIGSEGV nostop noprint
(gdb) c
In this case, though, the results wouldn't have told you much, because
too many things were wrong with module re-loading.