Bugs item #1525589, was opened at 2006-07-19 23:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1525589&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Interpreter Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Rene Dudfield (illume) Assigned to: Nobody/Anonymous (nobody) Summary: Malloc, memory error, failmalloc, low memory. Initial Comment: The failmalloc library can be used to simulate high load, low memory conditions. http://www.nongnu.org/failmalloc/ It reports that python segfaults under some conditions when memory allocation fails. " $ LD_PRELOAD=libfailmalloc.so FAILMALLOC_INTERVAL=10 python Fatal Python error: Can't initialize 'type' Aborted $ LD_PRELOAD=libfailmalloc.so FAILMALLOC_INTERVAL=100 python Segmentation fault " ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1525589&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com