Closed
Bug 370738
Opened 18 years ago
Closed 18 years ago
crash when exiting the profile manager [@ PL_DHashTableOperate] [@ AtomImpl::~AtomImpl]
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 349463
People
(Reporter: ori, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
5.62 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a3pre) Gecko/20070217 Minefield/3.0a3pre
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9a3pre) Gecko/20070217 Minefield/3.0a3pre
Firefox crashes when the profile manager's "exit" button is pressed
Reproducible: Always
Steps to Reproduce:
1. Launch firefox with the -ProfileManager flag
2. Press the exit button
Actual Results:
Firefox crashes
Expected Results:
Firefox should silently quit.
Attaching stack trace
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
This crash looks almost exactly like the one in bug 349463. Duping.
Severity: normal → critical
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Component: Startup and Profile System → Layout
Keywords: crash
Product: Firefox → Core
Resolution: --- → DUPLICATE
Summary: crash when exiting the profile manager → crash when exiting the profile manager [@ PL_DHashTableOperate] [@ AtomImpl::~AtomImpl]
Version: unspecified → Trunk
Comment 3•18 years ago
|
||
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a3pre) Gecko/20070217 Minefield/3.0a3pre
Following the recipe in comment 1 , I get this crash:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xdadadad2
0x2c083a74 in NS_LogCOMPtrRelease_P (aCOMPtr=0x3834cc, aObject=0x1878d38) at ../../../../src/xpcom/base/nsTraceRefcntImpl.cpp:1210
1210 void *object = dynamic_cast<void *>(aObject);
(gdb) p aObject
$1 = (nsISupports *) 0x1878d38
(gdb) p *aObject
$2 = {
_vptr$nsISupports = 0xdadadada
}
(gdb)
but only on the second time I launch Firefox.
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ PL_DHashTableOperate]
[@ AtomImpl::~AtomImpl]
You need to log in
before you can comment on or make changes to this bug.
Description
•