[Python-Dev] Some bugs in Python? Is this reportable?

John D. lists@webcrunchers.com
Mon, 25 Nov 2002 19:23:01 -0800


This Python "feature" has been here for so long, I assumed it was supposed to work this way... Problem is when a control-c is typed, it does a CORE DUMP!
OpenBSD 3.2, 3.1, 3.0, 2.9, and beyond. i386 build. Standard PC.
Python 2.2.2, 2.2.1, 2.1, and beyond. Standard build.

Python 2.2.2 (#1, Nov 20 2002, 02:13:00) 
[GCC 2.95.3 20010125 (prerelease)] on openbsd3
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> pid 1234: Fatal error '_pq_insert_tail: Already in priority queue' at line 196 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 4)
Abort (core dumped) 

John