crash @ nsPop3Sink::IncorporateBegin. prefs.js is invalid or broken?
Categories
(MailNews Core :: Networking: POP, defect)
Tracking
(thunderbird_esr91 fixed, thunderbird95 unaffected, thunderbird96 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | fixed |
| thunderbird95 | --- | unaffected |
| thunderbird96 | --- | unaffected |
People
(Reporter: wsmwk, Assigned: mkmelin)
Details
(Keywords: crash, stalled, testcase-wanted, Whiteboard: [rare])
Crash Data
Attachments
(1 file)
|
1.97 KB,
patch
|
benc
:
review+
wsmwk
:
approval-comm-esr91+
|
Details | Diff | Splinter Review |
Updated•15 years ago
|
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Comment 4•10 years ago
|
||
Updated•10 years ago
|
| Reporter | ||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
•
|
||
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Comment 7•6 years ago
|
||
At 1-2 crashes per week, this doesn't seem worthy of much attention.
This is the only nsPop3 crash bug we have open.
And also virtually the only pop signature in existence
| Reporter | ||
Comment 8•5 years ago
|
||
In the last 6 months there are only 4 version 78 crashes - almost nothing compared to version 60 and 68 crashes.
bp-c33625f3-7bed-49ed-a200-baa3a0201030 is one, for 78.4.0
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Comment 9•4 years ago
|
||
(In reply to Makoto Kato [:m_kato] from comment #3)
(In reply to Wayne Mery (:wsmwk) from comment #2)
m_kato, is this easily sorted out?
This issue isn't same. This signature is because server is null (we should
check error code of m_folder->GetServer()).I doesn't know why this returns error. But I think user configuration / prefs.js is invalid or broken?
Patchable? bp-b893d482-37c8-481e-b3f9-212400211027 91.2.1 is a recent example
If not, then we can close this.
| Assignee | ||
Comment 10•4 years ago
|
||
Crashes at null server https://hg.mozilla.org/releases/comm-esr91/file/tip/mailnews/local/src/nsPop3Sink.cpp#l393 but this has since been reworked/removed in https://hg.mozilla.org/comm-central/rev/35e064ada8debd021ce507fd0e8b20be363a9046.
We could fix it for 91 I guess.
| Assignee | ||
Comment 11•4 years ago
|
||
Null check server, for 91 only.
Comment 12•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 13•4 years ago
|
||
Comment on attachment 9248626 [details] [diff] [review]
bug617740_crash@incorporatebegin_esr91.patch
[Approval Request Comment]
Safe crash fix just adding a null check for rare crash. 91 only since the code has since been reworked.
| Reporter | ||
Comment 14•4 years ago
|
||
Comment on attachment 9248626 [details] [diff] [review]
bug617740_crash@incorporatebegin_esr91.patch
[Triage Comment]
approved for esr91
Comment 15•4 years ago
|
||
| bugherder uplift | ||
Thunderbird 91.3.1:
https://hg.mozilla.org/releases/comm-esr91/rev/53076449f953
| Assignee | ||
Updated•4 years ago
|
Description
•