Closed
Bug 557122
Opened 15 years ago
Closed 11 years ago
crash 0x8 [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)] ... | [@ nsPop3Protocol::GetStat]
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wsmwk, Unassigned)
Details
(Keywords: crash)
Crash Data
crash [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)]
linux and windows
bp-051ae859-e87c-40b1-8c6a-edf6f2100315
0 xpcom_core.dll nsCOMPtr_base::~nsCOMPtr_base objdir-tb/mozilla/xpcom/build/nsCOMPtr.cpp:81
1 thunderbird.exe nsPop3Sink::CheckPartialMessages mailnews/local/src/nsPop3Sink.cpp:259
2 thunderbird.exe nsPop3Sink::AbortMailDelivery mailnews/local/src/nsPop3Sink.cpp:524
3 thunderbird.exe nsPop3Protocol::GetStat mailnews/local/src/nsPop3Protocol.cpp:2012
4 thunderbird.exe nsPop3Protocol::ProcessProtocolState mailnews/local/src/nsPop3Protocol.cpp:3605
5 thunderbird.exe nsMsgProtocol::OnDataAvailable mailnews/base/util/nsMsgProtocol.cpp:359
6 thunderbird.exe nsInputStreamPump::OnStateTransfer netwerk/base/src/nsInputStreamPump.cpp:508
7 thunderbird.exe nsInputStreamPump::OnInputStreamReady netwerk/base/src/nsInputStreamPump.cpp:398
Reporter | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•14 years ago
|
||
unduping from bug 536800
all have nsPop3Protocol::GetStat on stack, like Bug 617844. But the bugs have different line numbers in nsPop3Sink
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: crash [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)] → crash 0x8 [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)] ... | [@ nsPop3Protocol::GetStat]
Reporter | ||
Comment 3•14 years ago
|
||
urk, nsPop3Protocol::GetStat() ba56a826-005e-4249-a8fb-4a72a2101204 also has different line numbers
Frame Module Signature [Expand] Source
0 thunderbird.exe nsPop3Protocol::GetStat mailnews/local/src/nsPop3Protocol.cpp:2293
1 thunderbird.exe nsPop3Protocol::ProcessProtocolState mailnews/local/src/nsPop3Protocol.cpp:3902
2 thunderbird.exe nsMsgProtocol::OnDataAvailable mailnews/base/util/nsMsgProtocol.cpp:359
3 thunderbird.exe nsInputStreamPump::OnStateTransfer netwerk/base/src/nsInputStreamPump.cpp:510
4 thunderbird.exe nsInputStreamPump::OnInputStreamReady netwerk/base/src/nsInputStreamPump.cpp:400
5 xpcom_core.dll nsOutputStreamReadyEvent::Run xpcom/io/nsStreamUtils.cpp:112
Status: REOPENED → NEW
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)]
[@ nsPop3Protocol::GetStat]
Reporter | ||
Comment 4•11 years ago
|
||
For current versions there are no crashes with nsPop3Sink::CheckPartialMessages( in signature. And this might have continued as nsPop3Protocol::GetSta aka bug 707461, but it's hard to say. So closing WFM.
Status: NEW → RESOLVED
Crash Signature: [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)]
[@ nsPop3Protocol::GetStat] → [@ nsCOMPtr_base::~nsCOMPtr_base() | nsPop3Sink::CheckPartialMessages(nsIPop3Protocol*)]
[@ nsPop3Protocol::GetStat]
Closed: 14 years ago → 11 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•