Closed
Bug 357414
Opened 18 years ago
Closed 18 years ago
Crash/Hang when opening bookmarks (and also other places)
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: hwaara, Unassigned)
References
Details
Attachments
(2 files)
Today's trunk is totally unusable. First it crashed at different places when starting up. I removed the profile, and it can make it for a little while. Until I bring up the "Add Bookmark..." dialog. There it hangs reliably.
Stack forthcoming.
Reporter | ||
Comment 1•18 years ago
|
||
Here's one stack. By the way, I'm using Firefox-trunk (mac). I'll see if I can get more stacks.
Reporter | ||
Comment 2•18 years ago
|
||
Reporter | ||
Comment 3•18 years ago
|
||
It looks like the new nsSound code might be the culprit. That could explain why bookmarks is crashing (since it uses nsISound, apparently).
The last stack attached I got from crashing at shutdown. All I did was open, and trying to quit Firefox, and got that.
I don't have more time today to investigate, I hope you can repro with the trunk.
Comment 4•18 years ago
|
||
nsSound.cpp? Is that http://lxr.mozilla.org/seamonkey/source/widget/src/mac/nsSound.cpp or something?
Comment 5•18 years ago
|
||
No, "the new" would be http://lxr.mozilla.org/seamonkey/source/widget/src/cocoa/nsSound.mm
Blocks: 357307
Comment 6•18 years ago
|
||
Yes, I'm aware of that. But the shutdown stack in this bug has:
3 libwidget_mac.dylib 0x23a2cbb0 nsSound::~nsSound [in-charge deleting]() + 68 (nsSound.cpp:215)
4 libwidget_mac.dylib 0x23a2ce70 nsSound::Release() + 364 (nsSound.cpp:217)
Comment 7•18 years ago
|
||
probably related to deps and not-clean-builds. you need to clobber widget at least to build the correct nsSound.mm instead of nsSound.cpp
Reporter | ||
Comment 8•18 years ago
|
||
Throwing away my whole objdir solved the problem.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•