alterity:

You will need to zip the backtrace file.   Try using something like
"gzip strace.txt" (replace strace.txt with the filename of the 168mb
file).   That should compress it down to a reasonable size.

As for gdb..  the commands should look like this:

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

That will bring you to the gdb debug console which has a prompt that
looks like this:

(gdb)

When you get that prompt then start typing the rest of the commands.

handle SIG33 pass nostop noprint
(you should see a short table printout)
set pagination 0
run
(office should load)

Let me know if you need any additional assistance.

-- 
open office crashes when switching with firefox
https://bugs.launchpad.net/bugs/498007
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to