Hi,

I would like to get some additional information from you...is this crashing the 
hardware info app. and you have Ubuntu installed?
Or is this crashing Hardware info during livecd/install?

If the first is the case please do the following.

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.

-- 
problem durning AMD64 install on Core 2 Duo E6600
https://bugs.launchpad.net/bugs/116112
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to