Access violation trying to run Python over Win NT network.

PM pmullh at yahoo.com
Wed May 1 10:19:02 EDT 2002


Just in case somebody sees something, here's the Dr. Watson info
,(trying to run the pythonware 2.1.1 python.exe):



State Dump for Thread Id 0x9e

eax=007c06ec ebx=00000001 ecx=1e18b8d8 edx=1e18b8d8 esi=007c0640
edi=007c0670
eip=1e119ee0 esp=0012ff24 ebp=7800bb50 iopl=0         nv up ei pl nz
na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000            
efl=00000202



function: PyCodec_Decode
        1e119ed6 5b               pop     ebx
        1e119ed7 c3               ret
        1e119ed8 90               nop
        1e119ed9 90               nop
        1e119eda 90               nop
        1e119edb 90               nop
        1e119edc 90               nop
        1e119edd 90               nop
        1e119ede 90               nop
        1e119edf 90               nop
FAULT ->1e119ee0 a1d8601a1e   ds:1e1a60d8=00000000
                                  mov     eax,[PyUnicode_Type+0xca0
(1e1a60d8)]
        1e119ee5 85c0             test    eax,eax
        1e119ee7 750f             jnz     PyCodec_Decode+0x118
(1e119ef8)
        1e119ee9 6a00             push    0x0
        1e119eeb e820410200       call    PyList_New (1e13e010)
        1e119ef0 83c404           add     esp,0x4
        1e119ef3 a3d8601a1e   ds:1e1a60d8=00000000
                                  mov     [PyUnicode_Type+0xca0
(1e1a60d8)],eax
        1e119ef8 a1d4601a1e   ds:1e1a60d4=00000000
                                  mov     eax,[PyUnicode_Type+0xc9c
(1e1a60d4)]
        1e119efd 85c0             test    eax,eax
        1e119eff 750a             jnz     PyCodec_Decode+0x12b
(1e119f0b)
        1e119f01 e82a200100       call    PyDict_New (1e12bf30)
        1e119f06 a3d4601a1e   ds:1e1a60d4=00000000
                                  mov     [PyUnicode_Type+0xc9c
(1e1a60d4)],eax

*----> Stack Back Trace <----*


FramePtr ReturnAd Param#1  Param#2  Param#3  Param#4  Function Name
0012ff20 1e154fa1 78020be7 00000001 1e142fe7 f9a00036
python21!PyCodec_Decode  (FPO: [0,0,0])
0012ff2c 1e142fe7 f9a00036 0012fbbc 0012ffc0 7ffdf000
python21!Py_Initialize  (FPO: [0,0,2])
0012ff64 0040100f 00000002 007c0600 0040112f 00000002 python21!Py_Main
 (FPO: [EBP 0xf9a00036] [2,9,4])
0012ff70 0040112f 00000002 007c0600 007c01a0 f9a00036
python!<nosymbols>  (FPO: [2,0,0])
f9a00036 00000000 00000000 00000000 00000000 00000000
python!<nosymbols>



Is it possible that there is some unicode problem?  I have noticed a
pattern that machines in one building work and in our other building
they don't unless you're running Win 2000, even though they're on the
same network.


Thanks in advance,
Patrick



More information about the Python-list mailing list