Re: [racket-dev] internal error during gc

2014-12-30 Thread Matthew Flatt
I think the root of the problem is that `raco setup` gets anywhere close to the 1 GB limit. Also, since the "images.scrbl" document involves images, the problem may be related to using foreign libraries when close to the memory limit (where the foreign library can't force a Racket GC to recover fro

Re: [racket-dev] internal error during gc

2014-12-30 Thread Philippe Meunier
Juan Francisco Cantero Hurtado wrote: >Sincerely, I don't know if the bug is in racket or in openbsd. Okay... Well, is anyone interested in trying to locate the cause of the problem? I can recompile the GC with debugging options turned on, etc., if more information is needed, but I don't know ho