Bug 661100 - [abrt] firefox-3.6.12-1.fc14: Process /usr/lib/firefox-3.6/firefox was killed by signal 6 (SIGABRT)
Summary: [abrt] firefox-3.6.12-1.fc14: Process /usr/lib/firefox-3.6/firefox was killed...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: firefox
Version: 14
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Gecko Maintainer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:4f7346f47e6b7a117e8998d7646...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-12-07 19:17 UTC by pleabargain
Modified: 2010-12-16 14:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-16 14:32:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (87.07 KB, text/plain)
2010-12-07 19:17 UTC, pleabargain
no flags Details

Description pleabargain 2010-12-07 19:17:48 UTC
abrt version: 1.1.14
architecture: i686
Attached file: backtrace
cmdline: /usr/lib/firefox-3.6/firefox
component: firefox
crash_function: MozPluginInstance::Initialize()
executable: /usr/lib/firefox-3.6/firefox
kernel: 2.6.35.9-64.fc14.i686
package: firefox-3.6.12-1.fc14
rating: 4
reason: Process /usr/lib/firefox-3.6/firefox was killed by signal 6 (SIGABRT)
release: Fedora release 14 (Laughlin)
time: 1291746424
uid: 500

How to reproduce
-----
Java browswer applet had stopped working in Firefox after upgrading from fedora 13 to fedora 14

I installed the latest java jre 22 after removing the old jre20 
I uninstalled the old .so
sudo rm libnpjp2.so

I was getting this error when trying to run Firefox
LoadPlugin: failed to initialize shared library /usr/java/jre1.6.0_20/lib/i386/libnpjp2.so [/usr/java/
jre1.6.0_20/lib/i386/libnpjp2.so: cannot enable executable stack as shared object requires: Permission denied]

I hoped to correct it and ran
 sudo ln -s /usr/java/jre1.6.0_22/lib/i386/libnpjp2.so .
(22 for 20)

Firefox complained again. I did not get the error.

I ran execstack -c libnpjp2.so 
here
/usr/java/jre1.6.0_22/lib/i386

(after this gogle search:
LoadPlugin: failed to initialize shared library /usr/java/jre1.6.0_20/lib/i386/libnpjp2.so [/usr/java/jre1.6.0_20/lib/i386/libnpjp2.so: cannot enable executable stack as shared object requires: Permission denied] suggested this would fix the problem)



then I ran in terminal
[user@localhost plugins]$ firefox
and got this

firefox: ../../../../src/plugin/share/plugin2/common/LocalFramePusher.h:25: LocalFramePusher::LocalFramePusher(int): Assertion `env != __null' failed.
/usr/lib/firefox-3.6/run-mozilla.sh: line 131:  2891 Aborted                 (core dumped) "$prog" ${1+"$@"}
and firefox crashed

Comment 1 pleabargain 2010-12-07 19:17:52 UTC
Created attachment 467280 [details]
File: backtrace

Comment 2 pleabargain 2010-12-07 21:43:22 UTC
Trying to run Fx as root as test and I get this error

[root@localhost i386]# firefox

(firefox:4973): GnomeUI-WARNING **: While connecting to session manager:
None of the authentication protocols specified are supported.

(firefox:4973): GnomeUI-WARNING **: While connecting to session manager:
None of the authentication protocols specified are supported.
**
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
/usr/lib/firefox-3.6/run-mozilla.sh: line 131:  4973 Aborted                 (core dumped) "$prog" ${1+"$@"}
[root@localhost i386]# pwd
/usr/java/jre1.6.0_22/lib/i386
[root@localhost i386]# firefox

(firefox:5210): GnomeUI-WARNING **: While connecting to session manager:
None of the authentication protocols specified are supported.
**
GLib-GIO:ERROR:gdbusconnection.c:2270:initable_init: assertion failed: (connection->initialization_error == NULL)
/usr/lib/firefox-3.6/run-mozilla.sh: line 131:  5210 Aborted                 (core dumped) "$prog" ${1+"$@"}

FWIW, java does not work on Chromium or Chrome either.

Please advise.
Dennis

Comment 3 pleabargain 2010-12-07 21:59:31 UTC
And I did make sure to delete the old java install

[root@localhost java]# pwd
/usr/java

rm -rf jre1.6.0_20


[user@localhost plugins]$ java -version
produced a surprise though


bash: /usr/bin/java: No such file or directory
----------
I (thought) I had followed the instructions at java.com but... maybe I'll start over and report back. /sigh


Note You need to log in before you can comment on or make changes to this bug.