[issue16565] Increase Py_AddPendingCall array size

Felipe Cruz report at bugs.python.org
Thu Nov 29 13:30:29 CET 2012


Felipe Cruz added the comment:

Running test_aio_read
[New Thread 0x7ffff7ff7700 (LWP 20681)]
[New Thread 0x7ffff61ff700 (LWP 20682)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff61ff700 (LWP 20682)]
sem_post () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S:34
34	../nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: No such file or directory.
(gdb) backtrace
#0  sem_post () at ../nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S:34
#1  0x000000000051b053 in PyThread_release_lock (lock=0x0) at Python/thread_pthread.h:346
#2  0x00000000004c868f in PyEval_ReleaseLock () at Python/ceval.c:265
#3  0x0000000000501974 in PyThreadState_DeleteCurrent () at Python/pystate.c:321
#4  0x0000000000502116 in PyGILState_Release (oldstate=PyGILState_UNLOCKED) at Python/pystate.c:652
#5  0x00007ffff660ed44 in aio_completion_handler (sigval=...) at pyaio/core.c:26
#6  0x00007ffff6409cdc in notify_func_wrapper (arg=0x7ffff00008c0) at ../sysdeps/pthread/aio_notify.c:45
#7  0x00007ffff7bc4e9a in start_thread (arg=0x7ffff61ff700) at pthread_create.c:308
#8  0x00007ffff71f14bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#9  0x0000000000000000 in ?? ()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16565>
_______________________________________


More information about the Python-bugs-list mailing list