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.

Author zpcz
Recipients
Date 2007-05-17.15:59:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Actually here is the simpler test cases:
r = '(((a)))'
or
r = '[[[a]]]'

info threads in GDB prints folowing:
  4 Thread 2 (LWP 100196)  0x281a02fb in pthread_testcancel () from /usr/lib/libpthread.so.1
* 3 Thread 3 (LWP 100119)  0x28195aca in _pthread_mutex_lock () from /usr/lib/libpthread.so.1
  2 Thread 1 (runnable)  0x28198207 in pthread_mutexattr_init () from /usr/lib/libpthread.so.1
I can also attach traceback if it can help.

Does it means that something wrong with libpthread?
History
Date User Action Args
2007-08-23 14:53:43adminlinkissue1720241 messages
2007-08-23 14:53:43admincreate