![]() |
2009-01-09
, 12:28
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#2
|
![]() |
2009-01-09
, 12:51
|
Posts: 46 |
Thanked: 0 times |
Joined on Dec 2008
@ Grenoble (France)
|
#3
|
/usr/lib/python2.5/site-packages/papywizard/controller/abstractController.py:120: Warning: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed self.wTree.signal_autoconnect(self._signalDict) /usr/lib/python2.5/site-packages/papywizard/controller/abstractController.py:120: Warning: g_type_get_qdata: assertion `node != NULL' failed self.wTree.signal_autoconnect(self._signalDict)
![]() |
2009-01-09
, 13:15
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#4
|
The Following User Says Thank You to Khertan For This Useful Post: | ||
![]() |
2009-01-09
, 14:03
|
Posts: 46 |
Thanked: 0 times |
Joined on Dec 2008
@ Grenoble (France)
|
#5
|
![]() |
2009-01-09
, 15:02
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#6
|
![]() |
2009-01-09
, 15:06
|
Posts: 46 |
Thanked: 0 times |
Joined on Dec 2008
@ Grenoble (France)
|
#7
|
![]() |
2009-01-09
, 15:20
|
Posts: 46 |
Thanked: 0 times |
Joined on Dec 2008
@ Grenoble (France)
|
#8
|
![]() |
2009-01-09
, 15:31
|
Posts: 46 |
Thanked: 0 times |
Joined on Dec 2008
@ Grenoble (France)
|
#9
|
/usr/lib/python2.5/site-packages/papywizard/controller/abstractController.py:92: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed self.wTree = gtk.glade.XML(gladeFile)
![]() |
2009-01-09
, 16:01
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#10
|
I'm using glade-3 to build my GUI. And I have a strange behaviour. I often get a seg. fault when opening the File menu on my main window. When I have such crash, all I have to do is to save again the glade file, and then rebuild the package, without any other modification.
But this bug comes back very often, when I make modifications in my GUI.
A few days ago, I had a bigger problem: my app didn't start anymore on OS2008 (but work fine os OS2007). I discovered that it crashes when calling the wTree.signal_autoconnect() method. In fact, the problem comes from these lines in the signal dict:
So, I think that the problem comes from the glade file, and might be related to the other one.
Does anyone has experienced such problem? How can I debug it?
Thanks for any idea.