Closed
Bug 399894
Opened 18 years ago
Closed 18 years ago
crash at nsNavHistoryResult::BookmarkFolderObserversForId when setting nsINavHistoryQueryResultNode::containerOpen
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 387203
People
(Reporter: myk, Assigned: dietrich)
Details
When calling nsINavHistoryQueryResultNode::containerOpen for a variety of folders, the browser crashes at nsNavHistoryResult::BookmarkFolderObserversForId reporting EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE:
http://crash-stats.mozilla.com/report/index/3d1635d4-7b5d-11dc-91e4-001a4bd43ef6?date=2007-10-15-20
The crash happens every time I call that method on those folders, and it crashes on the same folder every time. I can provide a places.sqlite database if it would help diagnose and fix the problem.
Comment 1•18 years ago
|
||
I couldn't reproduce this crash over the weekend, btw. Though I can't say I tried super hard to get it. Perhaps it's because you have an optimized build and I don't? (e.g. it could be a race condition)
| Assignee | ||
Comment 2•18 years ago
|
||
hey Myk, yes please either attach it or send it to me directly.
are you opening these folders via existing UI? if so, can you post the STR?
Assignee: nobody → dietrich
Comment 3•18 years ago
|
||
this could be a duplicate of bug #387203.
myk, I have a patch for that bug, but it causes lots of leaks.
Comment 4•18 years ago
|
||
myk, can you try out https://bugzilla.mozilla.org/attachment.cgi?id=284996 on the trunk and if that fixes it for you, I'd mark this bug a dup.
| Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #4)
> myk, can you try out https://bugzilla.mozilla.org/attachment.cgi?id=284996 on
> the trunk and if that fixes it for you, I'd mark this bug a dup.
Yup, that patch fixes the crash. Marking as a dupe of bug 387203.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 6•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
You need to log in
before you can comment on or make changes to this bug.
Description
•