owl fails to allocate memory on osx

Bug #391989 reported by Aki Helin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Owl Lisp
In Progress
Wishlist
Aki Helin

Bug Description

$ ./ovm owl.fasl < owl.scm
[...]
ovm: could not allocate more space
$

Revision history for this message
Aki Helin (aoh) wrote :

Owl uses sbrk() to dynamically change the size of the data segment growing and reducing it depending on usage. OSX has broken sbrk(). It will probably not be fixed anytime soon, given that the manual page refers to it as a historical curiosity.

As a workaround one can use malloc and realloc. Won't fix until there is a burning need to use Owl on OSX.

Changed in ol:
assignee: nobody → Aki Helin (aoh)
importance: Undecided → Low
status: New → Won't Fix
Aki Helin (aoh)
Changed in ol:
status: Won't Fix → Confirmed
importance: Low → Wishlist
Revision history for this message
Aki Helin (aoh) wrote :

A workaround for this problem is described at http://code.google.com/p/ouspg/issues/detail?id=5.

Aki Helin (aoh)
Changed in ol:
status: Confirmed → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.