Opened 13 years ago
Last modified 10 years ago
#101 assigned defect
mmap failures sometimes ignored
Reported by: | gb | Owned by: | gb |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Runtime (threads, GC) | Version: | unspecific |
Keywords: | Cc: |
Description
On some platforms (depending on OS kernel settings that control overcommit policy), attempts to grow the heap after GC fail (the mmap() call fails.) The lisp kernel ignores the return value, and wackiness ensues.
Change History (2)
comment:1 Changed 13 years ago by gb
- Status changed from new to assigned
- Version changed from pre-1.0 to unspecific
comment:2 Changed 10 years ago by rme
- Priority changed from major to normal
Note: See
TracTickets for help on using
tickets.
r7137 at least partially addresses this.