LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   firefox segfault (https://www.linuxquestions.org/questions/linux-software-2/firefox-segfault-498399/)

yoyoguy2 11-03-2006 04:44 PM

firefox segfault
 
firefox segfaults ALL THE TIME as a user, but doesn't seem to as root. strace gives me this:


Code:

./firefox/run-mozilla.sh: line 424:  8997 Segmentation fault      "$prog" ${1+"$@"}
[{WIFEXITED(s) && WEXITSTATUS(s) == 139}], 0) = 8992
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbffff2f4, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                            = ? (mask now [])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8075fa0, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
read(255, "exitcode=$?\n\n## Stop addon scrip"..., 5239) = 91
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
open("/home/dtg/.mozilla/firefox/init.d/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
open("./firefox/init.d/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
stat64("/home/dtg/.mozilla/firefox/init.d/K*", 0xbffff1f0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
stat64("./firefox/init.d/K*", 0xbffff1f0) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
exit_group(139)                        = ?

i have reinstalled, i have upgraded. firefox 2.0, but it did it with 1.5 as well. i compared the startup strace for my user account and for root, and they are identical (until it crashes as user) the .firefox/init.d/ and .mozilla/firefox/init.d do not exist anywhere... any thoughts?

sonicbhoc 11-03-2006 05:13 PM

did you try:

rm -rf /home/dtg/.mozilla

?

yoyoguy2 11-03-2006 07:15 PM

yeah i got rid of the .mozilla when i reinstalled...

Wiggoggs 12-04-2006 04:54 PM

Sorry for the bump, but I am also having this problem. I am running slackware 10.2 and I'll just be loading any page when my firefox just goes away. It's freaking frustrating. I'm using firefox 2.0 and this is the error I get in the terminal:

/usr/lib/firefox/run-mozilla.sh: line 131: 31774 Segmentation fault "$prog" ${1+"$@"}

I really want this fixed, could anyone please help. I've seen several other threads about this but no one seems to have found a satisfactory solution which is discouraging. Problem started right after I did a slapt-get --upgrade and then installed Freerock gnome. removed Freerock as I didn't much like it anyway. I know it's not related to flash or javascript, as it happens when none of these things are running. Someone please help, thank you.


All times are GMT -5. The time now is 09:50 AM.