Re: Argh! gc_find_free_space failed
2006-07-19 21:52:56 GMT
"Peter Hertmuller" <phertmuller <at> gmail.com> writes: > > > Gen Boxed Unboxed LB LUB !move Alloc Waste Trig WP GCs > > Mem-age > > > 0: 128844 1 27 0 13 527686944 172768 2050840 0 > > 1 0.0000 Ok, we got another similar report with a test-case. This was apparently a regression on x86 since 0.9.14, and should be fixed as of 0.9.14.27. Can you check that this version also fixes your program? > I've downloaded the source code from CVS, and I've tried to increase the > dynamic memory space changing the parms.lisp file under /src/compiler/x86/ > folder (I've followed the recomedations made in an email sometime ago for an > X86-64 machine). My machine has 2GB of RAM, The amount of physical memory you have in your computer doesn't matter, the issue is the available address space. > so I've increased the memory > figures up to 1GB (changing the dynamic-space-end from 512MB (x29000000) up > to 1GB (x49000000), considering that the dynamic-space-starts at x09000000. > This didn't work as well. I've got an error when the compiler fires the > make-target-2.sh. Appears the error: > > //doing warm init > > mmap: wanted 1073741824 bytes at 0x9000000, actually mapped at 0x40182000 > > ensure_space: failed to validate 1073741824 bytes at 0x09000000(Continue reading)
RSS Feed