Comment 4 for bug 230859

Revision history for this message
andrew (andyfelk) wrote :

Here are four links as requested:

sites without flash
http://www.regions.com/about_regions/amsouth_is_now_regions.rf
https://launchpad.net/ubuntu/+filebug-advanced

sites with flash
https://www.discovercard.com/cardmembersvcs/loginlogout/app/ac_main
http://www.weather.com/outlook/health/airquality/local/37660?cm_ven=1CW&site=wx.com-bar&cm_ite=wx-cc&par=1CWFFv1.1.4&cm_pla=wx.com-bar&cm_cat=FFv1.1.4

I successfully installed firefox-3.0-dbgsym and xulrunner-1.9-dbgsym, but when I ran the trade command I got the following:
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
(no debugging symbols found)
(gdb) ... # someoutput
Undefined command: "". Try "help".
(gdb) (gdb) run
Undefined command: "". Try "help".
(gdb) ... # run and reproduce crash
Undefined command: "". Try "help".
(gdb) (gdb) bt full
Undefined command: "". Try "help".
(gdb) ... # full backtrace output
Undefined command: "". Try "help".
(gdb) (gdb) thread apply all backtrace full
Undefined command: "". Try "help".
(gdb) ... # all threads full backtrace output
Undefined command: "". Try "help".
(gdb) (gdb) quit
Undefined command: "". Try "help".
(gdb)