LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   mozilla flash player constantly crashes mozilla (https://www.linuxquestions.org/questions/solaris-opensolaris-20/mozilla-flash-player-constantly-crashes-mozilla-592309/)

alek66 10-16-2007 01:23 PM

mozilla flash player constantly crashes mozilla
 
I dont know who messed up the flash player on our server (we are 3 users using sunrays)
I cant figure how to fix it, and downloaded the flash.so and cp it into
/opt/csw/mozilla/firefox/lib/plugins
/opt/sfw/lib/firefox/plugins
/home/username/.mozilla/plugins

and still whenever I enter a page with flash content, it crashes my firefox.

Any ideas on how to fix this??
THX in advance

ray_80 10-17-2007 10:21 PM

What version of Firefox are you running? Have you tried running Firefox with strace?

Regards

alek66 10-18-2007 10:24 AM

RAY:
I am using Firefox/2.0.0.2
How do I run it with strace?

ray_80 10-19-2007 09:10 AM

Quote:

Originally Posted by alek66 (Post 2928543)
RAY:
I am using Firefox/2.0.0.2
How do I run it with strace?

strace mozilla-firefox (or whatever the binary is)

man strace

Watch the output from the shell as Firefox crashes. It should tell you what you need to know.

Regards,

alek66 10-19-2007 09:30 AM

Quote:

Originally Posted by ray_80 (Post 2929673)
strace mozilla-firefox (or whatever the binary is)

man strace

Watch the output from the shell as Firefox crashes. It should tell you what you need to know.

Regards,

Ray: thanks

I tried to run "strace firefox" as my regular user: this came up
Code:

bash-3.00$ strace firefox
ERROR: unable to open /dev/log

I went en vi the log, and it was empty.

Then I went to su:
Code:

# strace firefox
ERROR: tracer already exists

...help¿?

ray_80 10-20-2007 05:36 PM

Try to run strace with

strace -o firefox.log firefox

After it crashes, open up the log file and look towards the bottom of the file for the errors

tail -200 firefox.log |less


Regards

jlliagre 10-22-2007 03:56 AM

Under System V Unix, strace is a command unrelated to the Gnu strace found on most Linux distros.

Use truss instead:
Code:

truss -f firefox
Another point: you have more than one firefox installed (sfw and csw), which one are you launching ?

alek66 10-22-2007 08:23 AM

Quote:

Originally Posted by jlliagre (Post 2932313)
Under System V Unix, strace is a command unrelated to the Gnu strace found on most Linux distros.

Use truss instead:
Code:

truss -f firefox
Another point: you have more than one firefox installed (sfw and csw), which one are you launching ?

I am running /opt/sfw/lib/firefox/firefox
and I outputted the truss into a file.
http://rapidshare.com/files/64354358/firefox.log.html


All times are GMT -5. The time now is 03:28 AM.