Public bug reported:

r...@thomas-laptop:/home/thomas# hurestore --help
Usage: hurestore [OPTION...]
      --load-modules=MODULE1,MODULE2,...     Dynamic modules to load

Help options
  -?, --help                                 Show this help message
      --usage                                Display brief usage message

Bonobo activation Support
      --oaf-ior-fd=FD                        File descriptor to print IOR on
      --oaf-activate-iid=IID                 IID to activate
      --oaf-private                          Prevent registering of server
                                             with OAF

GNOME Library
      --disable-sound                        Disable sound server usage
      --enable-sound                         Enable sound server usage
      --espeaker=HOSTNAME:PORT               Host:port on which the sound
                                             server to use is running
      --version                              2.24.1
r...@thomas-laptop:/home/thomas# hurestore 
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
Segmentation fault
r...@thomas-laptop:/home/thomas# gdb hurestore 2>&1 | tee gdb-hurestore.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
"/usr/bin/hurestore": not in executable format: File format not recognized
(gdb) handle SIG33 pass nostop noprint
Signal        Stop      Print   Pass to program Description
SIG33         No        No      Yes             Real-time event 33
(gdb) set pagination 0
(gdb) set logging file gdb-hurestore.log
(gdb) set logging on
Copying output to gdb-hurestore.log.
(gdb) run --load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
Starting program:  
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) /usr/bin/hurestore 
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
Undefined command: "".  Try "help".
(gdb) exec /usr/bin/hurestore 
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
"/usr/bin/hurestore": not in executable format: File format not recognized
(gdb) sh /usr/bin/hurestore 
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar
Ambiguous command "sh /usr/bin/hurestore 
--load-modules=/home/thomas/Desktop/thomas-master-archive.1.dar": 
sharedlibrary, shell, show.
(gdb) backtrace full
No stack.
(gdb) info registers
The program has no registers now.
(gdb) thread apply all backtrace
No registers.
(gdb) quit
r...@thomas-laptop:/home/thomas# apt-cache search hurestore | grep "dbg"
r...@thomas-laptop:/home/thomas# apt-cache search hurestore | grep "dbgsym"
r...@thomas-laptop:/home/thomas# apt-get install hurestore-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package hurestore-dbgsym
r...@thomas-laptop:/home/thomas# apt-get install hurestore-dbg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package hurestore-dbg
r...@thomas-laptop:/home/thomas# apt-get install hurestore
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package hurestore
r...@thomas-laptop:/home/thomas# hurestore -v
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)
AttributeError: MainRestore instance has no attribute 'prob_progress'
r...@thomas-laptop:/home/thomas# hurestore --version
GNOME hurestore 0.0.1
r...@thomas-laptop:/home/thomas#

** Affects: hubackup (Ubuntu)
     Importance: Undecided
         Status: New

-- 
hurestore fails to open gui (segmentation fault)
https://bugs.launchpad.net/bugs/320421
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to