You are not logged in.
Pages: 1
I started working on an old project that I've posted about on here before. I added a gui configuration menu to it and for some reason after I've shown a window and click ok to destroy it if I try to show the same window again the python interpreter seems to segfault. I have no idea how to begin to even debug this.
My code is available here, https://github.com/syamajala/rsstray
Basically, if you add a feed and then try to add another feed, the interpreter will segfault. Any tips on how to get started trying to figure out whats wrong?
Last edited by syamajala (2015-01-18 15:17:23)
Offline
The solution is to use hide() instead of destroy().
Offline
Pages: 1