Cannot activate sbcl



Hi all,

I (am trying to) use sbcl on Windows. On some PC's it runs ok, while
on others I get the message (upon runnin sbcl.exe):

VirtualAlloc: 0x1e7.
ensure_space: failed to validate 536870912 bytes at 0x09000000
(hint: Try "ulimit -a"; maybe you should increase memory limits.)

What does it mean? I get this message on a PC with 1 GB RAM so I
believe memory is not the issue.

I'll appreciate your help

iu2

.



Relevant Pages

  • Re: Cannot activate sbcl
    ... I use sbcl on Windows. ... on others I get the message (upon runnin sbcl.exe): ... VirtualAlloc: 0x1e7. ...
    (comp.lang.lisp)
  • Re: Cannot activate sbcl
    ... iu2 wrote: ... What I've ended up doing was kind of hacky, instead of relying on HeapAlloc, VirtualAlloc, etc., I've made a huge array of 1.5GB ... Looks like if windows sees that your BSS or DATA section is enourmous, it would reallocate any DLL's that might be mapped into that are somewhere else. ... So I would say, if you always want safe deployment, hack SBCL this way - instead of using VirtualAlloc, make it use a huge unitilized BSS section, and use the data from there. ...
    (comp.lang.lisp)
  • Re: Cannot activate sbcl
    ... I use sbcl on Windows. ... on others I get the message (upon runnin sbcl.exe): ... VirtualAlloc: 0x1e7. ... The upshot is you need to reconfigure either SBCL or Windows. ...
    (comp.lang.lisp)
  • Re: SBCL on Win32, was Re: Any Lisp financial success stories since Naughty Dog?
    ... Jack Unrue wrote: ... For Windows game development, the first 2 do not work on Windows. ... SBCL to my list of supported CL implementations. ... This is experimental prerelease support for the Windows platform: ...
    (comp.lang.lisp)
  • Lisp implementation problems with high memory usage
    ... GB available, before LispWorks was started. ... I have 2 GB physical memory. ... fatal error encountered in SBCL pid 1708: ... SBCL on Windows is unusable. ...
    (comp.lang.lisp)