[Idle-dev] Possible bug in IDLE 0.6

Bernie bernie@pacific.net.hk
Fri, 02 Feb 2001 17:37:35 +0800


Hi,

I am using Pyhton on MS Windows 98, Second Edition (Chinese), and have
encountered a crash when I do the following:

Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.6 -- press F1 for help
>>> from array import array
>>> x = array( 'c', 'Hello World')
>>> x               <--- IDLE crash when I try to print x


Below is the stack trace:

PYTHONW caused an invalid page fault in
module PYTHON20.DLL at 0167:0042fad9.
Registers:
EAX=00000000 CS=0167 EIP=0042fad9 EFLGS=00010246
EBX=00000000 SS=016f ESP=006ddcf0 EBP=00000000
ECX=00474b30 DS=016f ESI=0000003a FS=32b7
EDX=00474b30 ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
81 7b 04 a0 64 49 00 74 11 8b 0d ac bc 49 00 68
Stack dump:
00b1e3bc 0085535c 0000000b 00b2a620 00000000 00474b31 00000000 00000000
00474b30 005a1588 006ddcc0 00000000 006ddd68 00a85527 005a1588 004d80c4


Regards,


Bernie