[racket-dev] SIGSEGV MAPERR si_code 1 fault on addr 0x18

From: Jordan Schatz (jordan at noionlabs.com)
Date: Wed Dec 7 17:35:38 EST 2011

It seems that clearing the web server cache, by

/conf/refresh-servlets

clears up the problem... I'm thinking the segfalt might be the expected /
correct behavior?

Shalom,
Jordan

On Wed, Dec 07, 2011 at 01:06:38PM -0700, Jordan Schatz wrote:
> I either for the attached zip or it was stripped...
> Attached and at: http://dl.dropbox.com/u/7517190/bug-report.zip
> 
> Thanks!
> 
> On Wed, Dec 07, 2011 at 12:57:30PM -0700, Jordan Schatz wrote:
> > Using racket v5.2.0.2 or v5.2.0.5 (I haven't tried any others) dies with
> > 
> > SIGSEGV MAPERR si_code 1 fault on addr 0x18
> > Aborted
> > 
> > When I:
> > 
> > racket main.rkt ;;Works fine
> > CTR-C ;;(to kill server)
> > racket multi-servlet.rkt
> > visit URL http://localhost:8080/second.rkt
> > visit URL http://localhost:8080/second
> > visit URL http://localhost:8080/second.rkt
> > CTR-C 
> > racket main.rkt ;;immediately dies with above message
> > 
> > It seems that visiting those urls, in that order, is significant...
> > 
> > I'm guessing that there is a bug, or something that needs protected
> > better, or there may be some cache that I should be deleting?
> > 
> > The only thing I've found that gets racket main.rkt working again is to
> > recompile racket...
> > 
> > Thanks!
> > Jordan
> > _________________________________________________
> >   For list-related administrative tasks:
> >   http://lists.racket-lang.org/listinfo/dev




Posted on the dev mailing list.