Hello. I downloaded VPython 2002-07-22. I get segmentation faults in an
console when Ctrl-C is pressed:
Python 2.2.2 (#4, Oct 15 2002, 04:21:28)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more
information.
>>> from visual import *
Visual-2002-07-22
>>>
>>> box()
<Primitive object at 0x8157b60>
>>> # Here, Ctrl-C was pressed
KeyboardInterrupt
KeyboardInterrupt
>>> Segmentation fault
When I run it with gdb or from IDLE the seg fault doesn't happen. Could
it be something with the SIGINT handler?
I'm running Debian Sid with libc6 2.3.1 on Linux with kernel 2.4.19.
Thanks in advance for any help.
Walter Moreira
|