Closed
Bug 848496
Opened 12 years ago
Closed 7 years ago
crash in PL_DHashTableEnumerate when shutting down firefox with http://mozilla.github.com/webrtc-landing/data_test.html open
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jsmith, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-c774f2ea-02e5-4408-b84d-e2b5d2130306 .
=============================================================
STR (not always 100% reproducible):
1. Go to http://mozilla.github.com/webrtc-landing/data_test.html
2. Start a data channel call
3. Quit Firefox during the call
Expected:
We don't crash.
Actual:
XPCOM crash on shutdown.
Stack:
Frame Module Signature Source
0 @0x22e9406c
1 xul.dll PL_DHashTableEnumerate obj-firefox/xpcom/build/pldhash.cpp:720
2 xul.dll nsPrefBranch::Observe modules/libpref/src/nsPrefBranch.cpp:618
3 xul.dll nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:161
4 xul.dll mozilla::ShutdownXPCOM xpcom/build/nsXPComInit.cpp:553
5 xul.dll ScopedXPCOMStartup::~ScopedXPCOMStartup toolkit/xre/nsAppRunner.cpp:1122
6 xul.dll XREMain::XRE_main toolkit/xre/nsAppRunner.cpp:3972
7 xul.dll XRE_main toolkit/xre/nsAppRunner.cpp:4161
8 firefox.exe do_main browser/app/nsBrowserApp.cpp:228
9 firefox.exe wmain toolkit/xre/nsWindowsWMain.cpp:105
10 firefox.exe __tmainCRTStartup crtexe.c:552
11 kernel32.dll BaseThreadInitThunk
12 ntdll.dll __RtlUserThreadStart
13 ntdll.dll _RtlUserThreadStart
Comment 1•12 years ago
|
||
I don't think this is related to bug 799142.
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to :Ehsan Akhgari from comment #1)
> I don't think this is related to bug 799142.
Okay. Removing link to it then.
No longer blocks: 799142
Updated•12 years ago
|
Hardware: All → x86
Updated•9 years ago
|
Crash Signature: [@ PL_DHashTableEnumerate | nsPrefBranch::Observe(nsISupports*, char const*, wchar_t const*)] → [@ PL_DHashTableEnumerate | nsPrefBranch::Observe(nsISupports*, char const*, wchar_t const*)]
[@ PL_DHashTableEnumerate | nsPrefBranch::Observe]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•