Closed
Bug 16105
Opened 25 years ago
Closed 25 years ago
[DOGFOOD]Crash or exit when collapsing IMAP folder hierarchy.
Categories
(MailNews Core :: Backend, defect, P3)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: laurel, Assigned: waterson)
Details
(Whiteboard: [PDT+])
Using 1999-10-11-10m11 on NT 4.0 (crashes)
Using 1999-10-11-08m11 on linux 6.0 (app exits, no core or Talkback)
Haven't tested mac yet.
After opening my IMAP profile, opening Inbox and loggin in with proper password,
I see my folders. Collapsing the hierarchy by clicking the twistie causes a
crash on NT. Doing the same thing on linux causes the app to exit abruptly, no
crash info. I just tried again on linux and can get the same result closing a
(somewhat lengthy) news hierarchy.
Talkback Incident: 14201903 & 14200728 report(s) didn't come up, citing unable
to get connection (tried a couple times).
Updated•25 years ago
|
Assignee: phil → putterman
Comment 2•25 years ago
|
||
Can I vote against this bug? Big pain.I'm not really sure if this is a dup or
not. But, you can crash in so many ways clicking the damn twisty in mail.
Summary: Crash or exit when collapsing IMAP folder hierarchy. → [DOGFOOD] Crash or exit when collapsing IMAP folder hierarchy.
No, you can't vote against this bug. Adding [DOGFOOD] to summary list so Phil
and others can evaluate adding this bug to the Dogfood list.
Comment 4•25 years ago
|
||
used today's build/Win NT:
I got the same problem for collapse folders especially when I collapse the draft
folders. It crash!
But for Linux - it didn't crash when I expand/collapse the folders, but it crash
when I move the scroll bar down & up. Don't know whether this is the same as the
one I described yesterday to Scott -> see bug#15479
Summary: [DOGFOOD] Crash or exit when collapsing IMAP folder hierarchy. → [DOGFOOD][pd-]Crash or exit when collapsing IMAP folder hierarchy.
Does this crash when you expand? Putting on no dogfood pd- radar for now.
Summary: [DOGFOOD][pd-]Crash or exit when collapsing IMAP folder hierarchy. → [DOGFOOD]Crash or exit when collapsing IMAP folder hierarchy.
Whiteboard: [PDT-]
Updated•25 years ago
|
Assignee: putterman → waterson
Comment 6•25 years ago
|
||
reassigning to waterson. Chris, it turns out this is happening because of the
code you ifdef'd out in RDFElementImpl::~RDFElementImpl(). There's code later
on that is trying to access it's parent which has since been deleted. Putting
this code back in makes the null test fail and no crash.
I don't know if there's another bug somewhere, but taking out the ifdef makes
the crash go away.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 7•25 years ago
|
||
fix is checked in for RDFElementImpl dtor. verifying that it fixes this bug...
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•25 years ago
|
||
fixed.
Comment 9•25 years ago
|
||
Verified build 10-15-12-M11 build/Win98
Passed on the WinNT platform, will verify on the Linux & Mac later
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 10•25 years ago
|
||
Passed by retesting on Linux 10-22-08-M11 commercial build.
Passed by retesting on MAC 10-22-15-M11 commercial build except bug#15474 & bug#
15479 problem.
Mark as Verified.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•