[wxpython-users] wxWidgets Debug Alert

Chris Mellon arkanes at gmail.com
Wed Apr 2 14:36:41 PDT 2008


On Wed, Apr 2, 2008 at 3:33 PM, Frank Niessink <frank at niessink.com> wrote:
> Hi,
>
>  A Task Coach user reported a bug with the attached wxWidgets Debug
>  Alert. Any suggestion as to what this might mean? I looked in
>  wxWidgets/.../timer.cpp, but couldn't find the TimerProc class in the
>  wxPython sources. Where is timer.cpp used in wxPython? Is it used at
>  all? Might this be a debug message of another (wxWidgets) application
>  the user is running?
>

It's a C++ assert from the wxWidgets source. TimerProc is a detail of
the windows wxTimer implementation.

What the assert is saying is that it received a (Windows) timer
message for a timer that it doesn't know about. I can't think off hand
of a good reason why this might happen (that's why there's an assert
when it does, after all), but it might be a timing bug, especially if
it happened during application exit or while the machine was heavily
loaded.


More information about the wxpython-users mailing list