c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #13600
Re: [Bug 705677] Re: Client crashes with "Fatal Python error: GC object already tracked" message
On Friday 21 January 2011, you wrote:
> Hi guys we experienced the issue as well and can for us creating a
> entirely new Ubuntu User solved the problem. So for the moment the
> problem doesn't seem to be related to packages in the first place but
> rather to configuration of the GTK environment.
Can you check which "engine" is the Gtk theme using at each case?
GTK engines are C programs and sometimes influence the allocation/deallocation
of "objects" at that framework. Then, Python may find itself tracking a wrongly
referenced object..
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/705677
Title:
Client crashes with "Fatal Python error: GC object already tracked"
message
Status in OpenERP GTK Client:
Incomplete
Bug description:
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:694: Warning: invalid (NULL) pointer instance
self.glade = glade.XML(common.terp_path("openerp.glade"),"win_main",gettext.textdomain())
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:694: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.glade = glade.XML(common.terp_path("openerp.glade"),"win_main",gettext.textdomain())
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:454: Warning: invalid (NULL) pointer instance
self.win_gl = glade.XML(common.terp_path("openerp.glade"),"win_login",gettext.textdomain())
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:454: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.win_gl = glade.XML(common.terp_path("openerp.glade"),"win_login",gettext.textdomain())
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:892: Warning: invalid (NULL) pointer instance
menu = gtk.Menu()
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:892: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu = gtk.Menu()
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:876: Warning: invalid (NULL) pointer instance
menu = gtk.Menu()
/home/rover/oerp/gtkclient/bin/modules/gui/main.py:876: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu = gtk.Menu()
/home/rover/oerp/gtkclient/bin/widget/view/form_gtk/selection.py:34: Warning: invalid (NULL) pointer instance
self.entry = gtk.ComboBoxEntry()
/home/rover/oerp/gtkclient/bin/widget/view/form_gtk/selection.py:34: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.entry = gtk.ComboBoxEntry()
/home/rover/oerp/gtkclient/bin/widget_search/selection.py:32: Warning: invalid (NULL) pointer instance
self.widget = gtk.combo_box_entry_new_text()
/home/rover/oerp/gtkclient/bin/widget_search/selection.py:32: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.widget = gtk.combo_box_entry_new_text()
/home/rover/oerp/gtkclient/bin/widget/view/screen_container.py:141: Warning: invalid (NULL) pointer instance
self.action_combo = gtk.ComboBox(self.action_list)
/home/rover/oerp/gtkclient/bin/widget/view/screen_container.py:141: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.action_combo = gtk.ComboBox(self.action_list)
/home/rover/oerp/gtkclient/bin/widget/view/screen_container.py:166: Warning: invalid (NULL) pointer instance
self.combo = gtk.ComboBox(self.limit_combo)
/home/rover/oerp/gtkclient/bin/widget/view/screen_container.py:166: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
self.combo = gtk.ComboBox(self.limit_combo)
Fatal Python error: GC object already tracked
Aborted
References