Re: [racket-dev] GC segfault

2012-10-23 Thread J. Ian Johnson
This fixes the problem. You are magic. -Ian - Original Message - From: "Matthew Flatt" To: "J. Ian Johnson" Cc: "dev" 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&#

Re: [racket-dev] GC segfault

2012-10-23 Thread Matthew Flatt
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

Re: [racket-dev] GC segfault

2012-10-23 Thread Matthew Flatt
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

[racket-dev] GC segfault

2012-10-23 Thread J. Ian Johnson
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 like