[plt-scheme] Segfault in web server (due to missing library??)
I think the first segfault you are seeing is due to garbage collection,
not an actual SIGSEGV
you need to run
handle sigsegv nostop
handle sigsegv noprint
in gdb before you launch your program if your using the default (3m)
collector.
Kevin
Noel Welsh wrote:
> I haven't been following this threads too closely. That said, if this
> is really a missing library issue, if you run ldd (part of GNU
> binutils) on the various shared libraries involved you'll see if they
> have any missing dependencies.
>
> HTH,
> N.
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>