Hi everybody,
I'm quite new of linux. I have a problem with segmentation fault in firefox 1.0.4 (debian stable on a presario x1000 laptop).
Firefox crashes when visiting for example lufthansa.com
(and trying to find a fligth) or other few sites.
I tried what suggested in linuxquestions.org/questions/showthread.php?t=145916
(i.e. :
Code:
cd /usr/lib/firefox-1.0.4
and
Code:
/.run-mozilla -g firefox-bin -d gdb
)
and the result is :
Code:
Program received signal SIGSEGV, Segmentation fault.
0x085d8c06 in nsTableOuterFrame::BalanceLeftRightCaption ()
I have found nothing in google about!
I tried with strace and obtained (just the last part):
Code:
futex(0x903e924, FUTEX_WAKE, 1) = 1
gettimeofday({1165437127, 688089}, NULL) = 0
gettimeofday({1165437127, 688179}, NULL) = 0
lseek(28, 37888, SEEK_SET) = 37888
write(28, "\275UKO\333@\20>\23)\377a\344\v\246\200S\332\0334\7\362"..., 768) = 768
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
unlink("/root/.mozilla/firefox/af12r7mx.default/lock") = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
tgkill(6137, 6137, SIGSEGV) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
This happens as root as well, so probably doesn't depend on permissions. The same problem does not occour with epiphany browser. It happens with KDE and with gnome.
Thank you very much for your help!!