Comment 36 for bug 64594

Revision history for this message
tdflanders (thomasdelbeke) wrote :

Correction:

gdb was not successful at all due to lack in dbg and dbgsym.

Please see full comments on #320421.

root@thomas-laptop:/home/thomas# cat /home/thomas/.xsession-errors
[...]
(gnome-screenshot:12920): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Traceback (most recent call last):
  File "/usr/bin/hurestore", line 37, in <module>
    main_restore = MainRestore(path=glade_dir + "/hurestore.glade")
  File "/usr/lib/python2.5/site-packages/HUBackup/GUI/hurestore.py", line 50, in __init__
    MainBackup.__init__(self, path,root,domain, **kwargs)
  File "/usr/lib/python2.5/site-packages/HUBackup/GUI/hubackup.py", line 58, in __init__
    SimpleGladeApp.__init__(self, path, root, domain, **kwargs)
  File "/usr/lib/python2.5/site-packages/HUBackup/GUI/SimpleGladeApp.py", line 108, in __init__
    self.new()
  File "/usr/lib/python2.5/site-packages/HUBackup/GUI/hurestore.py", line 63, in new
    self.updateDeviceLists()
  File "/usr/lib/python2.5/site-packages/HUBackup/GUI/hurestore.py", line 70, in updateDeviceLists
    self.prob_progress.set_fraction(0.5)
[...]