You are not logged in.

#1 2015-01-18 10:21:49

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

[SOLVED] PyGObject segfault.

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

#2 2015-01-18 15:17:58

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: [SOLVED] PyGObject segfault.

The solution is to use hide() instead of destroy().

Offline

Board footer

Powered by FluxBB