a little help with diagnostics

17 views
Skip to first unread message

Nathan smith

unread,
Nov 2, 2021, 10:32:14 PM11/2/21
to wxpytho...@googlegroups.com
Hi folks,


I was wondering if anyone might be able to point me in the right
direction here.

One of my applications, which I upgraded from python 2 to python 3,
seems to be experiencing unexplainable crashes.

that is to say, it does not traceback, nor does it throw a popup window,
the wx python window simply shuts and the program ends.


Is there anything in wx python that would be causing/relating to this?

Nathan

Anders Munch

unread,
Nov 3, 2021, 5:51:44 AM11/3/21
to wxpytho...@googlegroups.com
Nathan smith wrote:
> One of my applications, which I upgraded from python 2 to python 3, seems to be experiencing unexplainable crashes.
> that is to say, it does not traceback, nor does it throw a popup window, the wx python window simply shuts and the program ends.
>
> Is there anything in wx python that would be causing/relating to this?

Timers can do that. If a wx.Timer isn't stopped prior to destroying its parent, it can crash the process.

regards, Anders

Nathan smith

unread,
Nov 5, 2021, 7:43:10 PM11/5/21
to wxpytho...@googlegroups.com
Thanks for this.


Is there a way to get wx to print a stack trace for me to study to give
me an idea of where to look a bit closer?
Reply all
Reply to author
Forward
0 new messages