Closed
Bug 769608
Opened 13 years ago
Closed 10 years ago
Crash after visiting specified page after page with applet
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pawelwod, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(4 files)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120615064004
Steps to reproduce:
1. Visit any page with applet ex: http://graph.seriesmathstudy.com/
2. Then go to http://kernel.org/doc/index-old.html
Actual results:
Crashes every time
Expected results:
Opened as always
Forget to add: Ubuntu 12.04 32bit
java:
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) Server VM (build 23.1-b03, mixed mode)
Comment 2•13 years ago
|
||
Does it happen in Safe Mode (see http://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode)?
Severity: normal → critical
Crash Signature: [@ PR_GetThreadPrivate | nsRegion::SubRect]
Component: Untriaged → Graphics
Keywords: crash
Product: Firefox → Core
QA Contact: untriaged → thebes
Yes it does. I also noticed that it does not crash when the page is in cache already. When a force firefox to reload it (shift+F5) it then crashes.
Comment 5•13 years ago
|
||
(In reply to BeginEnd from comment #3)
> Yes it does.
The first frames of the stack trace are different. In Safe Mode (HW acceleration and add-ons disabled), it's a DOM crash, in Normal Mode, it's a Graphics crash. The end of the stack is common and belong to the Layout component.
Are you sure your graphics drivers/Ubuntu properly installed?
I think it is properly installed. It is quite fresh installation. I installed Ati Radeon drivers by default "Other software" applet. No custom changes in the system. Acceleration work. CCC also works.
Taken on Asus K50IJ laptop. Ubuntu 11.04 (video driver: VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09))
Addons: Adblock Plus 2.1, Ant video donwloader 2.4.7.1, BackupFox 1.0.3, Flash video downloader, Youtube downloader 3.6.2, SyncPlaces 5.1.0, Ubuntu Firefox Modifications 0.9.5
Linux miszczu 2.6.38-15-generic #61-Ubuntu SMP Tue Jun 12 19:15:11 UTC 2012 i686 i686 i386 GNU/Linux
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK Server VM (build 20.0-b11, mixed mode)
Taken on Asus K50IJ laptop. Ubuntu 11.04 (video driver: VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09))
Addons: Adblock Plus 2.1, Ant video donwloader 2.4.7.1, BackupFox 1.0.3, Flash video downloader, Youtube downloader 3.6.2, SyncPlaces 5.1.0, Ubuntu Firefox Modifications 0.9.5
Linux miszczu 2.6.38-15-generic #61-Ubuntu SMP Tue Jun 12 19:15:11 UTC 2012 i686 i686 i386 GNU/Linux
java version "1.6.0_22"
OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1)
OpenJDK Server VM (build 20.0-b11, mixed mode)
Those two attachmets was taken on PC on Ubuntu 11.04 and first two on Ubuntu 12.04.
As you can see the problem is present on two different systems and different hardware.
Comment 10•13 years ago
|
||
The stack trace on Ubuntu 11.04 is different but this time the Normal Mode and Safe Mode ones match.
I think it's a new form of bug 704249.
Crash Signature: [@ PR_GetThreadPrivate | nsRegion::SubRect] → [@ PR_GetThreadPrivate | nsRegion::SubRect]
[@ GetStyleDisplay]
Component: Graphics → Layout
QA Contact: thebes → layout
Reporter | ||
Comment 11•13 years ago
|
||
Indeed, workaround presented there works for both ubuntu versions
Comment 12•13 years ago
|
||
Unable to reproduce on FF 13.0.1 on Ubuntu 12.04 x86 using IcedTead-Web Plugin 1.2 (1.2-2ubuntu1).
Comment 13•10 years ago
|
||
(In reply to Paul Silaghi, QA [:pauly] from comment #12)
> Unable to reproduce on FF 13.0.1 on Ubuntu 12.04 x86 using IcedTead-Web
> Plugin 1.2 (1.2-2ubuntu1).
BeginEnd, can you still reproduce?
Flags: needinfo?(pawelwod)
Whiteboard: [closeme 2015-03-01 WFM]
Reporter | ||
Comment 14•10 years ago
|
||
Wow. This is realy old.
Nope. On Ubuntu 14.04 it is not reproductible anymore.
Flags: needinfo?(pawelwod)
Comment 15•10 years ago
|
||
BeginEnd Thanks for the update.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Whiteboard: [closeme 2015-03-01 WFM]
You need to log in
before you can comment on or make changes to this bug.
Description
•