Error Message

Steve Holden steve at holdenweb.com
Wed Apr 23 11:28:04 EDT 2008


Ahmed, Shakir wrote:
> I am getting application error message “ The instruction at “0x7c910f29” 
> referenced memory at “0xffffffff”. The memory could not be “read”. I am 
> running one python script and it is running good without any exception 
> or error message but getting this message when I am closing python 2.4.1 
> application.
> 
>  
> 
> Any idea or help is highly appreciated.
> 
The error is at line 317 of your script. [Translation: we cannot know 
what is wrong with a program we have never seen].

Are you using the ctypes library, or some other extension module? It may 
be that in invalid pointer is causing problems for the garbage collector 
during shutdown, for example.

regards
  Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list