|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
|||
Firefox 2.0 Crash Problem
Hi everyone,
I am currently using firefox 2, which is required by Eclipse's Apatana plugin. Unfortunately, my firefox2 crashes on a regular basis with the following message: Code:
disappearedng@192 /usr/home/disappearedng]$ firefox LoadPlugin: failed to initialize shared library /usr/home/disappearedng/.mozilla/plugins/libflashplayer.so [Shared object "libpthread.so.0" not found, required by "libflashplayer.so"] NP_Initialize New SetWindow SetWindow SetWindow New SetWindow SetWindow SetWindow New SetWindow SetWindow SetWindow NewStream WriteReady Write decoding... NewStream WriteReady Write decoding... WriteReady Write WriteReady Write WriteReady Write WriteReady Write DestroyStream Destroy DestroyStream Destroy Destroy The program 'gecko' received an X Window System error. This probably reflects a bug in the program. The error was 'BadShmSeg (invalid shared segment parameter)'. (Details: serial 89 error_code 179 request_code 147 minor_code 2) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Any idea what that means |
|
||||
LoadPlugin: failed to initialize shared library /usr/home/disappearedng/.mozilla/plugins/libflashplayer.so [Shared object "libpthread.so.0" not found, required by "libflashplayer.so"]
it should really be as simple as that. It can't find the version of the posix threads library it is looking for, see $ ls /usr/lib | grep thread .
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
|||
Code:
[disappearedng@192 /usr/home/disappearedng]$ ls /usr/lib | grep thread libpthread.a libpthread.so libpthread_p.a libthread_db.a libthread_db.so libthread_db.so.3 libthread_db_p.a |
|
|||
Interestingly enough,
Code:
[disappearedng@192 /usr/ports/emulators/linux_base-fc4]$ pkg_info | grep linux_base linux_base-fc-4_13 Base set of packages needed in Linux mode (for i386/amd64) |
|
|||
Quote:
Code:
[disappearedng@192 /usr/home/disappearedng]$ sudo find / -name "libpthread*" Password: /usr/lib/libpthread.a /usr/lib/libpthread.so /usr/lib/libpthread_p.a /usr/local/lib/pth/libpthread.a /usr/local/lib/pth/libpthread.so /usr/local/lib/pth/libpthread.so.20 /usr/local/lib/compat/libpthread.so.2 /usr/local/lib/compat/libpthread.so.1 /usr/src/lib/libthread_db/libpthread_db.c /usr/src/lib/libthread_db/libpthread_db.h /usr/src/lib/libthread_db/arch/amd64/libpthread_md.c /usr/src/lib/libthread_db/arch/arm/libpthread_md.c /usr/src/lib/libthread_db/arch/i386/libpthread_md.c /usr/src/lib/libthread_db/arch/ia64/libpthread_md.c /usr/src/lib/libthread_db/arch/powerpc/libpthread_md.c /usr/src/lib/libthread_db/arch/sparc64/libpthread_md.c /usr/src/lib/libthread_db/libpthread_db.o /usr/src/lib/libthread_db/libpthread_md.o /usr/src/lib/libthread_db/libpthread_db.po /usr/src/lib/libthread_db/libpthread_md.po /usr/src/lib/libthread_db/libpthread_db.So /usr/src/lib/libthread_db/libpthread_md.So /usr/compat/linux/lib/obsolete/linuxthreads/libpthread-0.10.so /usr/compat/linux/lib/obsolete/linuxthreads/libpthread.so.0 /usr/compat/linux/lib/libpthread-2.3.6.so /usr/compat/linux/lib/libpthread.so.0 /usr/ports/devel/libpthread-stubs /var/tmp/instmp.yuPvvZ/lib/compat/libpthread.so.1 |
|
|||
The results are too long,
please check this pastebin: [link]http://pastebin.com/m3aaf6cf0[/link] |
|
||||
umm, is this the linux version of firefox or native?
if its native then i am not sure if its possible to use a linux library (/usr/home/disappearedng/.mozilla/plugins/libflashplayer.so) without some shim/hack. i don't use firefox or flash on fbsd so others may be able to offer more pertinent advice. have you checkedout this thread: http://www.daemonforums.org/showthread.php?t=2225? |
|
|||
Quote:
Code:
[disappearedng@192 /usr/home/disappearedng]$ sudo ls -l /usr/home/disappearedng/.mozilla/plugins/libflashplayer.so Password: -rwxr-xr-x 1 disappearedng disappearedng 10017140 Oct 30 18:57 /usr/home/disappearedng/.mozilla/plugins/libflashplayer.so |
|
|||
Native (I guess). I added it via packages using pkg_add -r firefox2.
|
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fluxbox crash? HELP | bsdnewbie999 | OpenBSD General | 9 | 2nd April 2009 04:35 AM |
Fluxbox + Firefox = UTF8 title problem.. | DNAeon | FreeBSD Ports and Packages | 7 | 10th December 2008 08:52 AM |
How to Crash my FreeBSD server - run portsdb | Bruco | FreeBSD Ports and Packages | 15 | 1st September 2008 06:28 PM |
Java + FF3 = crash | graudeejs | FreeBSD Ports and Packages | 12 | 3rd August 2008 08:26 AM |
Upgrading firefox to firefox 3 -keeping plugins+bookmarks | kasse | FreeBSD Ports and Packages | 11 | 5th July 2008 01:34 PM |