Calling Fredrik Lundh, (dare i ask) Guido, all other Guru's, could this be a bug?

David LeBlanc whisper at oz.net
Thu Jul 18 19:58:29 EDT 2002


> From: python-list-admin at python.org
> [mailto:python-list-admin at python.org]On Behalf Of G. Willoughby
> Sent: Thursday, July 18, 2002 15:01
> To: python-list at python.org
> Subject: Calling Fredrik Lundh, (dare i ask) Guido, all other Guru's,
> could this be a bug?
>
>
> I have been getting an error when quitting an app using a menu to call
> 'self.master.quit'. the error is:

In what app? What does self refer to here?

> 'The instruction at "0x00d7a0a3" referenced memory at "0x00000008". The
> memory could not be "read".'
>
> I've also had a few people email me about old utils i've released
> about the
> same problem. This only seems to occur for people running WinXP.
> I've never
> had people email me about this before.

You need to create a debug version of ActiveState Python and track that
error to a source line to get a true idea of what's going on. Being able to
say "my program crashed in a python distribution file 'randomfile.c' at line
23" is going to get you heaps more attention and, likely, gratification too.

> My particular OS is WinXP Pro, with ActiveState Python 2.1 (#15, Jun 18
> 2001, 21:42:28) with PIL (via ppm.py) installed. any ideas whats
> going on? I
> never used to get this error with Win98 or WinME.
>
> Thanks,
>
> --G. Willoughby
>

Dave LeBlanc
Seattle, WA USA






More information about the Python-list mailing list