Closed
Bug 352537
Opened 18 years ago
Closed 18 years ago
FireFox sometimes crashes (opens Talkback) when closing while applet running [@ IM_get_input_context]
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 335028
People
(Reporter: ceisserer, Unassigned)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
Since a long time (back to FireFox-1.5, different Linux Distributions and java versions) I see crashes related to java-applets.
When I close FireFox while an applet is loaded it crashes about 4-8% of all closes.
Reproducible: Sometimes
Steps to Reproduce:
1. Load a page which contains an applet (which does its own HTTP communcation)
2. Close Firefox
3. Talkback should open, it happens only about 5% of all times, try again and again.
Actual Results:
Firefox crashes, talkback opens.
Expected Results:
No real problem since the browser is supposed to be closed anyway, but clean exit would be better.
Comment 1•18 years ago
|
||
Clemens, could you copy a Talkback ID to this bug please?
http://kb.mozillazine.org/Talkback
Severity: normal → critical
Reporter | ||
Comment 2•18 years ago
|
||
I just updated FireFox to beta2 thats why I only have a single talkback crash id:
TB23239742H
If I'll encounter this problem in future I'll add additional IDs.
Comment 3•18 years ago
|
||
If you crash again and get a different stack, please file another bug.
Incident ID: 23239742
Stack Signature IM_get_input_context() 11ebb5f2
Product ID Firefox2
Build ID 2006082101
Trigger Time 2006-09-13 08:56:25.0
Platform LinuxIntel
Operating System Linux 2.6.16.13-4-default
Module firefox-bin + (002027e8)
URL visited FireFox crashed when closing it with page conating applets was loaded.
User Comments I closed FireFox which displayed a page which contained one java applet.
Since Last Crash 5 sec
Total Uptime 8 sec
Trigger Reason SIGSEGV: Segmentation Fault: (signal 11)
Source File, Line No. /builds/tinderbox/Fx-Mozilla1.8-release/Linux_2.4.21-27.0.4.EL_Depend/mozilla/widget/src/gtk2/nsWindow.cpp, line 4897
Stack Trace
IM_get_input_context() [mozilla/widget/src/gtk2/nsWindow.cpp, line 4897]
nsWindow::IMELoseFocus() [mozilla/widget/src/gtk2/nsWindow.cpp, line 4491]
nsWindow::IMEDestroyContext() [mozilla/widget/src/gtk2/nsWindow.cpp, line 4462]
nsWindow::Destroy() [mozilla/widget/src/gtk2/nsWindow.cpp, line 407]
nsView::~nsView() [mozilla/view/src/nsView.cpp, line 267]
nsIView::Destroy() [mozilla/view/src/nsView.cpp, line 304]
nsFrame::Destroy() [mozilla/layout/generic/nsFrame.cpp, line 656]
nsContainerFrame::Destroy() [mozilla/layout/generic/nsContainerFrame.cpp, line 169]
nsFrameManager::Destroy() [mozilla/layout/base/nsFrameManager.cpp, line 298]
PresShell::Destroy() [mozilla/layout/base/nsPresShell.cpp, line 1983]
DocumentViewerImpl::Destroy() [mozilla/layout/base/nsDocumentViewer.cpp, line 712]
nsSHEntry::~nsSHEntry() [mozilla/xpfe/components/shistory/src/nsSHEntry.cpp, line 848]
nsSHEntry::Release() [mozilla/xpfe/components/shistory/src/nsSHEntry.cpp, line 126]
XPCJSRuntime::GCCallback() [mozilla/js/src/xpconnect/src/xpcjsruntime.cpp, line 587]
DOMGCCallback() [mozilla/dom/src/base/nsJSEnvironment.cpp, line 2227]
js_GC() [mozilla/js/src/jsgc.c, line 2890]
JS_GC() [mozilla/js/src/jsapi.c, line 1945]
nsXREDirProvider::DoShutdown() [mozilla/toolkit/xre/nsXREDirProvider.cpp, line 652]
ScopedXPCOMStartup::~ScopedXPCOMStartup() [mozilla/toolkit/xre/nsAppRunner.cpp, line 551]
XRE_main() [mozilla/toolkit/xre/nsAppRunner.cpp, line 848]
main() [mozilla/browser/app/nsBrowserApp.cpp, line 62]
libc.so.6 + 0x1587c (0xb744d87c)
*** This bug has been marked as a duplicate of 335028 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Keywords: crash
Resolution: --- → DUPLICATE
Summary: FireFox sometimes crashes (opens Talkback) when closing while applet running → FireFox sometimes crashes (opens Talkback) when closing while applet running [@ IM_get_input_context]
Version: unspecified → 2.0 Branch
Assignee | ||
Updated•13 years ago
|
Crash Signature: [@ IM_get_input_context]
You need to log in
before you can comment on or make changes to this bug.
Description
•