Thats quite alright these things can be frustrating lets see if we cant
gather some useful information to debut this problem.

I assume you will want to give this another try...lets try with no other 
programs running (attempt to work around the issue)
also lets get a back trace when we do this, it will be highly useful in 
correcting this problem Instructions below.
1. Add the following line to /etc/apt/sources.list:
      deb http://people.ubuntu.com/~pitti/ddebs feisty main universe

2. Import Martin's public key to your keyring:
     wget -q 
"http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x0DE7276D5E0577F2"; 
-O- | sudo apt-key add -

3. Then run
      sudo apt-get update
to update your package list.

4. The debug symbol packages have the '-dbgsym' suffix attached, so to install 
the debug symbols for the package 'yelp', you run:
      sudo apt-get install yelp-dbgsym

Then please make a Backtrace.

   1. Make sure the GNU Debugger is installed.
      sudo apt-get install gdb

   2. Start the program under control of gdb:
      gdb <program> 2>&1 | tee gdb-<program>.txt
      (gdb) handle SIG33 pass nostop noprint
      (gdb) set pagination 0
      (gdb) run <arguments, if any>

   3. The program will start. Perform any actions necessary to reproduce the 
crash
   4. Retrieve a backtrace of the crash:
      (gdb) backtrace
      (gdb) info registers
      (gdb) thread apply all backtrace
      (gdb) quit

   5. Attach the complete output from GDB, contained in
gdb-<program>.txt, in your bug report.

-- 
Upgrade Tool crashes during removal of redundant packages
https://bugs.launchpad.net/bugs/116136
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

Reply via email to