Bug 131473

Summary: smart --gui causes a segfault.
Product: [openSUSE] SUSE Linux 10.1 Reporter: Bart Whiteley <bwhiteley>
Component: BasesystemAssignee: Christoph Thiel <cthiel>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Bart Whiteley 2005-10-28 23:48:44 UTC
# smart --gui
/usr/lib/python2.4/site-packages/smart/interfaces/gtk/packageview.py:93: DeprecationWarning: Class PixbufCellRenderer is already GObject-registered; Please note that classes containing any of the attributes __gtype_name__, __gproperties__, or __gsignals__ are now automatically registered.
  gobject.type_register(PixbufCellRenderer)
/usr/lib/python2.4/site-packages/smart/interfaces/gtk/packageview.py:413: DeprecationWarning: Class GtkPackageView is already GObject-registered; Please note that classes containing any of the attributes __gtype_name__, __gproperties__, or __gsignals__ are now automatically registered.
  gobject.type_register(GtkPackageView)
/usr/lib/python2.4/site-packages/smart/interfaces/gtk/progress.py:281: DeprecationWarning: Class ProgressCellRenderer is already GObject-registered; Please note that classes containing any of the attributes __gtype_name__, __gproperties__, or __gsignals__ are now automatically registered.
  gobject.type_register(ProgressCellRenderer)
Segmentation fault
Comment 1 Christoph Thiel 2005-10-29 23:03:55 UTC
Did it just crash out of all reason? If not, a "howto reproduce" would be very much appreciated, as I was unable to reproduce here :(
Comment 2 Bart Whiteley 2005-10-30 01:30:16 UTC
It crashes as soon as I try to launch it, every time. 
I tried installing smart from STABLE on 10.0, and this works. 
But with 10.1 alpha2 it crashes every time. 
Comment 3 Christoph Thiel 2005-10-30 18:53:33 UTC
Did you experience any problems with other applications? This problem might be due to the fc-cache issue that's described at http://www.opensuse.org/Bugs:Most_Annoying_Bugs
Comment 4 Bart Whiteley 2005-10-30 21:38:46 UTC
That's probably it, since gdm/kdm also don't work.  I was trying it through ssh -X from
another box.