Closed
Bug 617091
Opened 15 years ago
Closed 13 years ago
crash [@ nsIOService::SetOffline(int)]
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash, Whiteboard: [tbird crash])
Crash Data
crash [@ nsIOService::SetOffline(int)]
startup crash mostly.
for example bp-f799f7f5-70cc-42c5-85f1-a90852101116
EXCEPTION_ACCESS_VIOLATION_EXEC
0x63b9b58c
0 @0x63b9b58c
1 thunderbird.exe nsIOService::SetOffline netwerk/base/src/nsIOService.cpp:695
2 thunderbird.exe nsIOService::Observe netwerk/base/src/nsIOService.cpp:905
3 xpcom_core.dll nsObserverList::NotifyObservers xpcom/ds/nsObserverList.cpp:130
4 xpcom_core.dll nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:182
5 xpcom_core.dll mozilla::ShutdownXPCOM xpcom/build/nsXPComInit.cpp:851
6 thunderbird.exe ScopedXPCOMStartup::~ScopedXPCOMStartup toolkit/xre/nsAppRunner.cpp:1052
7 thunderbird.exe ImportProfiles toolkit/xre/nsAppRunner.cpp:1971
8 thunderbird.exe SelectProfile toolkit/xre/nsAppRunner.cpp:2129
9 thunderbird.exe XRE_main toolkit/xre/nsAppRunner.cpp:3178
There are firefox crashse, but the stacks have no resemblance to Thunderbird stacks. Eg. bp- 5d7d8a49-6ba4-4cdc-9a19-ca6c62101115
non-startup crash bp-76aae1ef-23d5-4362-9c58-4e18a2101110
EXCEPTION_ACCESS_VIOLATION_READ
0x639fb58c
0 @0x639fb58c
1 thunderbird.exe nsIOService::SetOffline netwerk/base/src/nsIOService.cpp:695
2 thunderbird.exe nsIOService::TrackNetworkLinkStatusForOffline netwerk/base/src/nsIOService.cpp:1048
3 thunderbird.exe nsIOService::Observe netwerk/base/src/nsIOService.cpp:912
4 xpcom_core.dll nsObserverList::NotifyObservers xpcom/ds/nsObserverList.cpp:130
5 xpcom_core.dll nsObserverService::NotifyObservers xpcom/ds/nsObserverService.cpp:182
6 thunderbird.exe nsNotifyAddrListener::ChangeEvent::Run netwerk/system/win32/nsNotifyAddrListener.cpp:295
0x639fb58c should be a random address. it isn't. there's some library which likes that address. we [you] need to figure out what that library is.
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsIOService::SetOffline(int)]
| Reporter | ||
Comment 2•13 years ago
|
||
crashes seem to have ended after version 9
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•