[racket-dev] memory consumption (bug?) on Debian/kFreeBSD-i386

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Apr 28 21:37:42 EDT 2011

At Thu, 28 Apr 2011 21:00:24 -0300, David Bremner wrote:
> On Thu, 28 Apr 2011 07:00:46 -0600, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 
> > To make 3m work right, "src/racket/gc2/sighand.c" needs a
> > __FreeBSD_kernel__ on line 128:
> > 
> > #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || 
> defined(__NetBSD__) || defined(__OpenBSD__)
> > 
> > Does that avoid the bus error that you saw before?
> 
> You are correct, I was/am using cgc. I needed configure --enabled places
> to avoid 
>  
>  ./../src/thread.c:7679:20: error: ‘scheme_code_page_total’ undeclared
>  (first use in this function)

FWIW, that's now fixed.

> But then I had a bus error, as before.

A stack trace might be helpful. Otherwise, I guess I'll have to set up
a kFreeBSD virtual machine.





Posted on the dev mailing list.