Closed
Bug 355772
Opened 18 years ago
Closed 17 years ago
crash on first launch when going from Bon Echo RC2 to Alpha1 [@ nsLivemarkLoadListener::OnStopRequest]
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
Firefox 2 alpha1
People
(Reporter: ispiked, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Filing on behalf of Marcia.
Steps to reproduce:
1. Install Firefox 2 RC2 and Firefox 2 Alpha 1.
2. Open up RC2, close it, then open up Alpha 1.
Results:
Crash.
Thread 0 Crashed:
0 org.mozilla.firefox 0x006adee8 _ZN22nsLivemarkLoadListener13OnStopRequestEP10nsIRequestP11nsISupportsj + 0x58
1 org.mozilla.firefox 0x006e7f38 _ZN13nsHttpChannel13OnStopRequestEP10nsIRequestP11nsISupportsj + 0x2bc
2 org.mozilla.firefox 0x0040ca5c _ZN17nsInputStreamPump11OnStateStopEv + 0xa0
3 org.mozilla.firefox 0x0040c5e4 _ZN17nsInputStreamPump18OnInputStreamReadyEP19nsIAsyncInputStream + 0x80
4 libxpcom_core.dylib 0x10082d04 0x10000000 + 0x82d04
5 libxpcom_core.dylib 0x10047620 PL_HandleEvent + 0x24
6 libxpcom_core.dylib 0x10047544 PL_ProcessPendingEvents + 0x80
7 libxpcom_core.dylib 0x10048c8c _ZN16nsEventQueueImpl20ProcessPendingEventsEv + 0x3c
8 libxpcom_core.dylib 0x10008718 NS_ShutdownXPCOM_P + 0x17c
9 org.mozilla.firefox 0x0000e150 _ZN18ScopedXPCOMStartupD4Ev + 0x3c
10 org.mozilla.firefox 0x0001263c XRE_main + 0x1094
11 org.mozilla.firefox 0x0000d768 start + 0x1b0
12 org.mozilla.firefox 0x0000d5e8 start + 0x30
I don't know how much significance this has now that Places is disabled on trunk (and not even in Firefox 2), but I figured I'd file it (à la timeless).
Reporter | ||
Comment 1•18 years ago
|
||
My guess would be that mLivemark of the nsLivemarkLoadListener we created is null (because of weird non-places/places interaction) and we dereference it somewhere in OnStopRequest.
Reporter | ||
Comment 2•18 years ago
|
||
Looks like sayrer is removing this code in bug 353434 anyway (on trunk, at least).
Depends on: 353434
Reporter | ||
Comment 3•17 years ago
|
||
Offending code is gone now and nothing related in Breakpad. ->WORKSFORME
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 4•15 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
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsLivemarkLoadListener::OnStopRequest]
You need to log in
before you can comment on or make changes to this bug.
Description
•