[plt-dev] Re: Segfault in DrScheme and MzScheme

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jul 14 08:27:23 EDT 2009

At Tue, 14 Jul 2009 09:25:25 +0100, "Paulo J. Matos" wrote:
> Thanks for the tip, however, if I do that, the program won't stop on the
> real sigsegv either. It keeps going till it gets the sigabrt and by then
> the backtrace is lost.

I don't think the backtrace is lost. The lack of function names for
frames 4-15 suggest that they're from JIT-generated code.

> #4  0x00007faea081bc89 in ?? ()

Can you disassemble around this point, showing a dozen or two
instructions before and after this address?



Posted on the dev mailing list.