Bug 555333 - [abrt] crash in firefox-3.5.6-1.fc12
Summary: [abrt] crash in firefox-3.5.6-1.fc12
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Elio Maldonado Batiz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:374eb39675aba8487eace652286...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-01-14 13:57 UTC by eblix08
Modified: 2010-12-04 00:26 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-12-04 00:26:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (73.75 KB, text/plain)
2010-01-14 13:57 UTC, eblix08
no flags Details
RPM query as requested. (1.03 KB, text/plain)
2010-01-14 14:45 UTC, eblix08
no flags Details
GDB debug (20.21 KB, text/plain)
2010-01-14 15:58 UTC, eblix08
no flags Details

Description eblix08 2010-01-14 13:57:13 UTC
abrt 1.0.3 detected a crash.

Comment: Testing a new SWF file in my html page.
Attached file: backtrace
cmdline: /usr/lib/firefox-3.5.6/firefox http://pncapp2.pnet.hsmsecurity.com:8080/manager/html
component: firefox
executable: /usr/lib/firefox-3.5.6/firefox
kernel: 2.6.31.6-166.fc12.i686.PAE
package: firefox-3.5.6-1.fc12
rating: 4
reason: Process was terminated by signal 11 (Segmentation fault)

Comment 1 eblix08 2010-01-14 13:57:14 UTC
Created attachment 383670 [details]
File: backtrace

Comment 2 eblix08 2010-01-14 13:59:57 UTC
The majority of the time that this crash happens is when I highlight some text and follow it with a right click.

Thanks for your time.

Comment 3 Chris Campbell 2010-01-14 14:12:16 UTC
#3  <signal handler called>
No symbol table info available.
#4  JS_GetReservedSlot (cx=<value optimized out>, obj=<value optimized out>, 
    index=<value optimized out>, vp=<value optimized out>) at jsapi.cpp:4225
        clasp = 0xb4ca59e4
        limit = <value optimized out>
#5  0x05e7c084 in js_GetClassObject (cx=<value optimized out>, 
    obj=<value optimized out>, key=<value optimized out>, 
    objp=<value optimized out>) at jsobj.cpp:3201
        ok = <value optimized out>
        cobj = <value optimized out>
        rentry = <value optimized out>
        init = <value optimized out>
        rkey = {obj = 0x326d9c4, id = -1219179808}
        v = -1078112072
#6  0x05e7c213 in js_FindClassObject (cx=<value optimized out>, 
    start=<value optimized out>, id=<value optimized out>, 
    vp=<value optimized out>) at jsobj.cpp:3287
        fp = <value optimized out>
        obj = 0xb4bc43a0
        cobj = 0xb754cae0
        pobj = <value optimized out>
        prop = <value optimized out>
        v = <value optimized out>
#7  0x05e7c303 in js_GetClassPrototype (cx=<value optimized out>, 
    scope=<value optimized out>, id=<value optimized out>, 
    protop=<value optimized out>) at jsobj.cpp:5319
        v = 103679104
        ctor = <value optimized out>
#8  0x05e7d32c in js_NewObject (cx=<value optimized out>, 
    clasp=<value optimized out>, proto=0x0, parent=<value optimized out>, 
    objectSize=<value optimized out>) at jsobj.cpp:3021
        id = 5
#9  0x05e5c2e2 in js_CloneFunctionObject (cx=<value optimized out>, 
    fun=<value optimized out>, parent=<value optimized out>) at jsfun.cpp:2464
        clone = <value optimized out>




-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 4 Chris Campbell 2010-01-14 14:15:31 UTC
Thanks for the bug report.  We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

First of all, could we get output of the command, saved in a text file and attached to this bug:

$ rpm -qa *xulrun* *firefox* *mozilla* *flash* *plugin*

Please also install firefox-debuginfo.

# debuginfo-install firefox

Then run firefox inside the gdb debugger. Please do the following:

$ firefox -g

Stuff will appear. Ignore this until you get the gdb command prompt, then do:

(gdb) run

Now, firefox should start up. Use it and reproduce the crash. When firefox crashes, you should be back to the gdb prompt. Now do:

(gdb) thread apply all backtrace

More screens of stuff will occur. Copy all of this part to your editor of choice, such as gedit, and save it as an uncompressed file and attach it to this bug report.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance, for your extra efforts.



-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 5 eblix08 2010-01-14 14:45:13 UTC
Created attachment 383684 [details]
RPM query as requested.

Comment 6 eblix08 2010-01-14 14:46:38 UTC
The error is intermittent.  As soon as I can reproduce the error I will get you the additional information you requested.

Thanks.

Comment 7 eblix08 2010-01-14 15:58:31 UTC
Created attachment 383706 [details]
GDB debug

I am new to running Firefox in debug mode.  Several times now Firefox has frozen.  I assume this freezing is in lue of crashing, in order to give me a chance to run "thread apply all backtrace".  During the last point when Firefox froze on me I ran "thread apply all backtrace" and attached is the results.

Please let me know if this is the information you are looking for.

Thanks,
Eric

Comment 8 Kai Engert (:kaie) (inactive account) 2010-03-23 19:44:20 UTC
Chris, please update your default text (as seen in comment 4) to include one more command, prior to "run":
  handle SIGPIPE nostop noprint pass

This will instruct gdb to ignore the SIGPIPE signal, which isn't a crash.


eblix08, unfortunately comment 7 doesn't help.

If you still can reproduce this bug, could you please repeat, now including the new command prior to "run"?
Thanks!

Comment 9 Fedora Admin XMLRPC Client 2010-09-07 20:54:30 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 10 Bug Zapper 2010-11-04 01:01:18 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 11 Bug Zapper 2010-12-04 00:26:02 UTC
Fedora 12 changed to end-of-life (EOL) status on 2010-12-02. Fedora 12 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


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