You are not logged in.
My Firefox started to crash, or it just closes itself.
For instance try to open plfoto.com, website opens but then Firefox window closes :-(
Is it working for you?
I use mozilla-firefox 1.5.0.1-3 and flashplugin 7.0.63.0-1.
Offline
Run it from terminal ( with firefox command) and post the ourput u get
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Site opens fine here. Firefox 1.5 from Current.
·¬»· i am shadowhand, powered by webfaction
Offline
It segfaults, no more info available.
Offline
Try using another profile just for testing do
mv ~/.mozilla ~/.mozilla-orig
if it worked then u need to re-make your profile, look at https://wiki.ubuntu.com/FirefoxNewVersion you get the idea on how to re-make the profile...
cd ~/.mozilla/firefox/*.default
mkdir ~/Desktop/ffsettings
cp bookmarks.html cert8.db cookies.txt formhistory.dat key3.db signons.txt history.dat mimeTypes.rdf ~/Desktop/ffsettings
[My Blog] | [My Repo] | [My AUR Packages]
Offline
or mayby use strace to find out whats the problem
Offline
Hey im having the same problem.
Segmentation fault "$prog" ${1+"$@"}
Its was happening to me with my last install of arch some times.
It only just started happenening since i installed the flash plugin but i dout that it has anything to do with it since it have viewed any flash sites since then.
Also it just seems to happen at random. Hmmm
P.S whats strace?
Just got this running it from root:
/opt/mozilla/lib/firefox-1.5.0.1/run-mozilla.sh: line 131: 2902 Segmentation fault
Offline
I think its a problem with SCIM.
Offline
I tried to:
- downgrade Firefox
- downgrade flashplugin
- erase .mozilla profile
I had impression that it was working correctly when I erased profile and removed flashplugin, but when I bring profile back or install flashplugin - it started segfaulting again.
Could you tell me what else can I check?
I never had such problem, now I just can't browse some websites.... :-(
Offline
What do you mean by "SCIM"?
Offline
Try re-naming the ./firefox to something like ./ffox.
Then start firefox again,naturally, it will not find your /home/yourname/.firefox and will "think" it is a new installation. It will terefore re-create the ./firefox and now you can try to re- install your plugins ... see if that fixes the problem.
If it does you can then delte ./ffox, if it does not you can re-instate it as the problem is somewhere else.
Hope this helps.
Rick
Offline
Made a new profile and it seems to be going well.
Offline
It happened to me several times after firefox or extensions upgrade. What I did was to start firefox from xterm with any parameter (even not existing one) or start it with a different profile (-P). The second time I start it with my default profile it just works (until the next upgrade :-)). I guess this can be caused by one of the extensions but don't know which one.
Offline
Just like I wrote before - I tried to delete profile (and even use complete different account) - and it didn't help.
Looks like I am just out of luck.
Time to switch to Konqueror :-(
Offline
Just install gtk-engines !
The program isn't debugged until the last user is dead.
Offline
I installed gtk-engines, no change.
Offline
Finally I found the reason for segfault.
There is a library called dbus.
I realized that my gnome applications are linked to non-existing libdbus-1.so.1, I tried to update libdbus, but it was current...
So I linked:
/usr/lib/libdbus-1.so.1 -> libdbus-1.so.2
And now Firefox is stable.
Do you know why Firefox uses this library? Or gnome?
And why applications uses libdbus-1.so.1 and there is libdbus-1.so.2 in current package?
Offline
$ ldd /opt/mozilla/lib/firefox/firefox-bin
linux-gate.so.1 => (0xffffe000)
libmozjs.so => not found
libxpcom.so => not found
libxpcom_core.so => not found
libplds4.so => /usr/lib/libplds4.so (0x40033000)
libplc4.so => /usr/lib/libplc4.so (0x40036000)
libnspr4.so => /usr/lib/libnspr4.so (0x4003b000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4006e000)
libdl.so.2 => /lib/libdl.so.2 (0x40080000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x40084000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x40366000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x403e5000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x403fe000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x40415000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x4041d000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x40456000)
libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x404a0000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x404da000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x404dd000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x40566000)
libm.so.6 => /lib/tls/libm.so.6 (0x40654000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x40679000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x40753000)
libc.so.6 => /lib/tls/libc.so.6 (0x4075e000)
/lib/ld-linux.so.2 (0x40000000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40879000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x408a8000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x408b6000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x408bf000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x408c2000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x408ca000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x408cf000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x408d8000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x408dd000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40902000)
libz.so.1 => /usr/lib/libz.so.1 (0x4096f000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0x40982000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x409b5000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x409b8000)
libexpat.so.0 => /usr/lib/libexpat.so.0 (0x409bd000)
There are 3 libs not found But there is no libdbus
Offline
pacman -Qo /usr/lib/libdbus-1.so.1
/usr/lib/libdbus-1.so.1 is owned by dbus 0.50-8
Offline
I have dbus 0.61-2, that explains a lot.
Offline