[ python-Bugs-949301 ] Memory "read" instruction failed

SourceForge.net noreply at sourceforge.net
Fri May 7 08:04:23 EDT 2004


Bugs item #949301, was opened at 2004-05-06 18:02
Message generated for change (Comment added) made by theller
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=949301&group_id=5470

Category: Windows
Group: None
>Status: Closed
Resolution: Invalid
Priority: 5
Submitted By: AnToine (alexion)
>Assigned to: Nobody/Anonymous (nobody)
Summary: Memory "read" instruction failed

Initial Comment:
When starting a compiled (.exe) program (Python en 
wxWindows) it sometimes hapens that it won't start and 
display's a error message, saying something like:

Intruction on 0x00de3ce9 directs to 0x00000028. The 
write or readinstruction ("read") on the memmory failed.
Klick OK to end the programm

(see attached file with the Dutch error message)

Our programm is free for download at: 
http://www.alexion.nl/pynx/registrationalexion.html
(only e-mail and (fake)name required)

It's a mistery, only on some systems (winXP) it happens. 
Sometimes after a re-install of WinXP everything is OK 
again... 

----------------------------------------------------------------------

>Comment By: Thomas Heller (theller)
Date: 2004-05-07 14:04

Message:
Logged In: YES 
user_id=11105

The stack dump doesn't help at all.  Python23.dll is a
library providing a lot of functions, and Windows
complaining about Python23.dll doesn't say whether the
problem is in the Python dll or in the code calling it.

If you can reproduce this problem in the original Python
script (without freezing it into a standalone exe) it might
be easier to spot the problem (and to find out whether it is
in Python itself, in a third party extension like wxPython
or win32all).

If you *can not* reproduce the problem in this way, the bug
probably lies inside the Installer code.

Over and out.  And please stop assigning bugs to developers
yourself, normally these pick up the bugs they want to work
on themselves.  We're all volunteers here...

----------------------------------------------------------------------

Comment By: AnToine (alexion)
Date: 2004-05-07 10:38

Message:
Logged In: YES 
user_id=1036567

A message in Win2000 is saying a problem with Python23.dll:

ARM heeft een fout met betrekking tot een ongeldige pagina 
veroorzaakt in
module PYTHON23.DLL op018f:1e01561d.
Registers:
EAX=00000000 CS=018f EIP=1e01561d EFLGS=00010202
EBX=00776930 SS=0197 ESP=0064ead4 EBP=00000001
ECX=00000000 DS=0197 ESI=00776a80 FS=943f
EDX=1e0bb488 ES=0197 EDI=00c08088 GS=0000
Bytes in CS:EIP:
8b 08 41 89 08 8b 0e 85 c9 89 06 74 11 8b 01 48 
Stackdump:
00000000 0137eb04 01cea4b0 00000000 00000000 17edbb04 
00000000 00776a84 00770870 1e040998 01b62860 00000002 
00776930 0137eb04 00000002 00000000 

Is this something what makes sense?

----------------------------------------------------------------------

Comment By: AnToine (alexion)
Date: 2004-05-07 10:23

Message:
Logged In: YES 
user_id=1036567

A message in Win2000 is saying a problem with Python23.dll:

ARM heeft een fout met betrekking tot een ongeldige pagina 
veroorzaakt in
module PYTHON23.DLL op018f:1e01561d.
Registers:
EAX=00000000 CS=018f EIP=1e01561d EFLGS=00010202
EBX=00776930 SS=0197 ESP=0064ead4 EBP=00000001
ECX=00000000 DS=0197 ESI=00776a80 FS=943f
EDX=1e0bb488 ES=0197 EDI=00c08088 GS=0000
Bytes in CS:EIP:
8b 08 41 89 08 8b 0e 85 c9 89 06 74 11 8b 01 48 
Stackdump:
00000000 0137eb04 01cea4b0 00000000 00000000 17edbb04 
00000000 00776a84 00770870 1e040998 01b62860 00000002 
00776930 0137eb04 00000002 00000000 

Is this something what makes sense?

----------------------------------------------------------------------

Comment By: AnToine (alexion)
Date: 2004-05-07 10:02

Message:
Logged In: YES 
user_id=1036567

A message in Win2000 is saying a problem with Python23.dll:

ARM heeft een fout met betrekking tot een ongeldige pagina 
veroorzaakt in
module PYTHON23.DLL op018f:1e01561d.
Registers:
EAX=00000000 CS=018f EIP=1e01561d EFLGS=00010202
EBX=00776930 SS=0197 ESP=0064ead4 EBP=00000001
ECX=00000000 DS=0197 ESI=00776a80 FS=943f
EDX=1e0bb488 ES=0197 EDI=00c08088 GS=0000
Bytes in CS:EIP:
8b 08 41 89 08 8b 0e 85 c9 89 06 74 11 8b 01 48 
Stackdump:
00000000 0137eb04 01cea4b0 00000000 00000000 17edbb04 
00000000 00776a84 00770870 1e040998 01b62860 00000002 
00776930 0137eb04 00000002 00000000 

Is this something what makes sense?

----------------------------------------------------------------------

Comment By: Thomas Heller (theller)
Date: 2004-05-06 20:05

Message:
Logged In: YES 
user_id=11105

It seems you are using Installer to create the exe.
The problem is most certainly a bug either in wxPython,
other third party extensions, or Installer itself.

Unassigning, and closed as invalid.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=949301&group_id=5470



More information about the Python-bugs-list mailing list