[racket-dev] GC segfault

From: J. Ian Johnson (ianj at ccs.neu.edu)
Date: Tue Oct 23 16:22:59 EDT 2012

This fixes the problem. You are magic.
-Ian
----- Original Message -----
From: "Matthew Flatt" <mflatt at cs.utah.edu>
To: "J. Ian Johnson" <ianj at ccs.neu.edu>
Cc: "dev" <dev at racket-lang.org>
Sent: Tuesday, October 23, 2012 2:44:35 PM GMT -05:00 US/Canada Eastern
Subject: Re: [racket-dev] GC segfault

Thanks for the example! I've pushed a repair for a recent JIT change
that inlines structure allocation. Let me know if it doesn't solve the
problem.

At Tue, 23 Oct 2012 07:30:20 -0700, Matthew Flatt wrote:
> Smaller examples are better, but anything that I can run may be
> helpful.
> 
> At Tue, 23 Oct 2012 10:08:56 -0400 (EDT), "J. Ian Johnson" wrote:
> > Every time I run my newly finished analysis on a benchmark, it crashes with
> > 
> > Seg fault (internal error during gc) at 0x7fce50d3d010
> > SIGSEGV SEGV_ACCERR SI_CODE 2 fault on 0x7fce50d3d010
> > Aborted (core dumped)
> > 
> > What extra info can I give to help diagnose the problem? The full source code 
> > is not likely to be illuminating.
> > (tried in 5.3.1.1 and a pull from 15 minutes ago)
> > -Ian
> > _________________________
> >   Racket Developers list:
> >   http://lists.racket-lang.org/dev
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev

Posted on the dev mailing list.