Micah Gersten wrote:
> Thank you for the update.  Could you please produce a backtrace following the 
> instructions here:
> https://wiki.ubuntu.com/Backtrace
>
> Please substitute 'firefox-3.0 -g' for 'gdb <program>' in the
> instructions.
>
> ** Changed in: firefox-3.0 (Ubuntu)
>        Status: Invalid => Incomplet

I'm afraid my Linux skills aren't quite up to what you've asked of me. 
Here's what I tried.

On https://wiki.ubuntu.com/Backtrace I find this instruction:

gdb <program> 2>&1 | tee ~/gdb-<program>.txt


 From you instruction I assume I'm supposed to do this:

$ firefox-3.0 -g 2>&1 | tee ~/gdb-firefox-3.0.txt

That produces the following:

$ firefox-3.0 -g 2>&1 | tee ~/gdb-firefox-3.0.txt
The program 'firefox-3.0' is currently not installed.  You can install 
it by typing:
sudo apt-get install firefox-3.0
bash: firefox-3.0: command not found

Knowing that I'm running 3.6, I tried:

$ firefox-3.6 -g 2>&1 | tee ~/gdb-firefox-3.6.txt
bash: firefox-3.6: command not found


I'm guessing you meant something that I didn't do.

-- 
Regards,

Dick Steffens

-- 
Connecting to Jigzone.com causes Firefox to close.
https://bugs.launchpad.net/bugs/601497
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