Closed
Bug 639519
Opened 15 years ago
Closed 8 years ago
Accessing a WebEx meeting url crashes Firefox [@ OnLinkClickEvent::OnLinkClickEvent]
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(blocking2.0 -)
RESOLVED
INCOMPLETE
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: george.carstoiu, Unassigned)
Details
(Keywords: crash, Whiteboard: [4rc])
Crash Data
Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20100101 Firefox/4.0
When trying to access a WebEx meeting url, FF crashes. I am unable to attach a link to such a meeting because they automatically close when desktop session is closed.
Reproducible: always
Crash reports:
bp-ef0b9864-0a93-4260-a0a1-65dc6211030703
bp-33f3acb0-d2a5-4cc0-8b7b-4d1eb211030703
bp-d01ff08d-354f-4c75-9faf-8d2812110307
Comment 1•15 years ago
|
||
This is crashing with a null deref on this line:
mPopupState = window->GetPopupControlState();
where right before that we have:
nsCOMPtr<nsPIDOMWindow> window(do_QueryInterface(mHandler->mScriptGlobal));
The stack in general is:
0 libxul.so OnLinkClickEvent::OnLinkClickEvent docshell/base/nsDocShell.cpp:11473
1 libxul.so nsDocShell::OnLinkClick docshell/base/nsDocShell.cpp:11511
2 libxul.so nsPluginInstanceOwner::GetURL layout/generic/nsObjectFrame.cpp:3419
How is plugin code managing to call OnLinkClick on a docshell that has no window inside it?
Updated•15 years ago
|
blocking2.0: --- → ?
Whiteboard: [4rc]
Comment 2•15 years ago
|
||
Nominating to get triage eyes on this.
Comment 3•15 years ago
|
||
If this doesn't block on mac, it's not going to block on Linux either.
blocking2.0: ? → -
Severity: normal → critical
Keywords: crash
Summary: Accessing a WebEx meeting url crashes Firefox → Accessing a WebEx meeting url crashes Firefox [@ OnLinkClickEvent::OnLinkClickEvent]
Comment 4•15 years ago
|
||
Notifying WebEx client team of this.
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ OnLinkClickEvent::OnLinkClickEvent]
Comment 6•14 years ago
|
||
It's #96 on the Linux crash list for 8.0. Removing the top crash keyword.
Keywords: topcrash
Comment 7•8 years ago
|
||
Resolving old bugs which are likely not relevant any more, since NPAPI plugins are deprecated.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•