Comment 11 for bug 224952

Revision history for this message
James Abley (jabley) wrote :

Hi John,

I did previously run

locate libflashsupport.so

and got nothing. https://bugs.launchpad.net/ubuntu/+bug/224952/comments/6

sudo updatedb
locate libflashsupport.so
sudo locate libflashsupport.so

Still nothing.

I'm having trouble getting a backtrace working. I guess it's a missing dependency which I'm trying to track down. There isn't a firefox-dbg package available, or libnss3-0d-dbg. There is firefox-dbgsym and libnss3-0d-dbgsym. Have the packages been renamed or are the ones I require genuinely missing?

When I do

firefox -g 2>&1 | tee ~/Desktop/gdb-firefox.log

It doesn't go into gdb. Instead, the Restore Session prompt comes up, the app runs and crashes. I'll try to work out what's going wrong tonight.

Cheers,

James