Linux Firefox crashing with Gmail

Gaurish

Level F
Hi,
I am facing huge problem. Firefox keeps crashing on my system every now and then. I am irritated. can anyone help to fix these problems?

Sample output while opening Google Apps webmail.

Code:
gaurish ~ > firefox
Segmentation fault

Now I tried in safe-mode with all plugins disabled but still same thing
Code:
gaurish ~ > firefox -safe-mode
Segmentation fault

Tried debugging, it seems flash is plugin but how can the be as broswer is running under safe mode:S
Code:
gaurish ~ > gdb firefox
GNU gdb (GDB) 7.0.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/firefox...(no debugging symbols found)...done.
(gdb) run -safe-mode
Starting program: /usr/bin/firefox -safe-mode
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe8eff710 (LWP 32024)]
[New Thread 0x7fffe86fe710 (LWP 32025)]
[New Thread 0x7fffe7bff710 (LWP 32026)]
[New Thread 0x7fffe73fe710 (LWP 32028)]
[New Thread 0x7fffe4eff710 (LWP 32058)]
[Thread 0x7fffe4eff710 (LWP 32058) exited]
[New Thread 0x7fffe4eff710 (LWP 32059)]
[New Thread 0x7fffe34f5710 (LWP 32383)]
[New Thread 0x7fffd9684710 (LWP 32533)]
[New Thread 0x7fffd8e83710 (LWP 32535)]
[New Thread 0x7fffd8682710 (LWP 32536)]
[New Thread 0x7fffd7e81710 (LWP 332)]
[New Thread 0x7fffd7680710 (LWP 333)]
[Thread 0x7fffd7680710 (LWP 333) exited]
[New Thread 0x7fffd7680710 (LWP 1088)]
[Thread 0x7fffd7680710 (LWP 1088) exited]
[New Thread 0x7fffd7680710 (LWP 2112)]
[Thread 0x7fffd7680710 (LWP 2112) exited]
[New Thread 0x7fffd7680710 (LWP 3885)]
[New Thread 0x7fffd48ff710 (LWP 3886)]
[New Thread 0x7fffd2eff710 (LWP 4997)]
[New Thread 0x7fffd26fe710 (LWP 4998)]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffdd61aa42 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
(gdb) bt
#0  0x00007fffdd61aa42 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#1  0x00007fffdd61ab58 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#2  0x00007fffdd61b15a in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#3  0x00007fffdd61ea0e in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#4  0x00007fffdd7545c1 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#5  0x00007fffdd670e4a in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#6  0x00007fffdd71c93e in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#7  0x00007fffdd71cec8 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#8  0x00007fffdd7be95c in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#9  0x00007fffdd447239 in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#10 0x00007ffff5b6974e in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#11 0x00007ffff5b6f5f0 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#12 0x00007ffff5506779 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#13 0x00007ffff554d345 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#14 0x00007ffff54f25c5 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#15 0x00007ffff54f26ab in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#16 0x00007ffff5cc4a28 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#17 0x00007ffff5cd786b in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#18 0x00007ffff5cac385 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#19 0x00007ffff5c31f11 in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
#20 0x00007ffff5b09e5e in ?? () from /usr/lib/xulrunner-1.9.2/libxul.so
---Type <return> to continue, or q <return> to quit---
#21 0x00007ffff547cc22 in XRE_main () from /usr/lib/xulrunner-1.9.2/libxul.so
#22 0x0000000000402366 in ?? ()
#23 0x00007ffff7376b6d in __libc_start_main () from /lib/libc.so.6
#24 0x0000000000401b19 in ?? ()
#25 0x00007fffffffe598 in ?? ()
#26 0x000000000000001c in ?? ()
#27 0x0000000000000002 in ?? ()
#28 0x00007fffffffe8d7 in ?? ()
#29 0x0000000000000000 in ?? ()
(gdb) kill
Kill the program being debugged? (y or n) y
(gdb) quit

My CPU is E5300 and Kernel is 2.6.32.9 x86_64. Flash version is 10.0.45.2.

I tried chrome too and flash crashes there too :@
 
Back
Top