This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2012年03月09日 00:17 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| obmalloc_map_failed.patch | vstinner, 2012年03月09日 00:17 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg155192 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2012年03月09日 00:17 | |
Python fails to catch memory allocation error in its memory allocator when mmap() is used. Attached patch fixes the issue. |
|||
| msg155239 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年03月09日 16:20 | |
Ha, good catch. Indeed, under Linux MMAP_FAILED seems to be ((void *) -1). |
|||
| msg155271 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年03月09日 23:21 | |
New changeset ba8f85e16dd9 by Victor Stinner in branch 'default': Close #14232: catch mmap() failure in new_arena() of obmalloc http://hg.python.org/cpython/rev/ba8f85e16dd9 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58440 |
| 2012年03月09日 23:21:41 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg155271 resolution: fixed stage: commit review -> resolved |
| 2012年03月09日 16:20:04 | pitrou | set | type: behavior messages: + msg155239 stage: commit review |
| 2012年03月09日 00:17:59 | vstinner | create | |