Closed
Bug 84070
Opened 24 years ago
Closed 24 years ago
Crash after close search when search in progress, try search again
Categories
(SeaMonkey :: MailNews: Message Display, defect, P2)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.1
People
(Reporter: laurel, Assigned: naving)
Details
(Keywords: crash, Whiteboard: [nsbeta1+] Have fix)
Attachments
(2 files)
|
6.16 KB,
text/plain
|
Details | |
|
602 bytes,
patch
|
Details | Diff | Splinter Review |
Using may31 commercial trunk build
Using jun04 commercial 0.9.1 branch build
If you close the search messages ui while an account-wide search is still in
progress then try to access search messages ui again, a crash occurs.
Steps:
1. Go to mail window, login to IMAP account (which has lots of folders).
2. Search|Search Mail/News Messsages. Select the Account level for your IMAP
account, then initiate a simple search which will take awhile. I used "subject
contains a".
3. At the point where you see first batch of results display and search is
still in progress, click the Close button (don't click Stop before that).
4. Back at the mail window, open search messages again and try to initiate a
search. Note: Mac crashes immediately just accessing search ui. Win98 lets me
into search and access criteria before crashing. Linux allows access to search
ui, but hangs.
Result: crash occurs after trying to access search again.
Notes:
1. I do not crash if I don't try to access search again.
2. I do not crash if I've first used Stop button in search ui before closing.
| Assignee | ||
Comment 2•24 years ago
|
||
looks like we are not calling stop when we are closing.
| Assignee | ||
Comment 3•24 years ago
|
||
| Assignee | ||
Comment 4•24 years ago
|
||
This happens when you use the close button on the search window. stopSearch
before closing the window. need review, david. cc sspitzer for review.
Comment 5•24 years ago
|
||
putting on 0.9.1 radar
Priority: -- → P2
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Updated•24 years ago
|
Whiteboard: [nsbeta1+] → [nsbeta1+] Have fix
Comment 6•24 years ago
|
||
Please get the reviews and then propose for approval ASAP.
Comment 7•24 years ago
|
||
r=bienvenu.
Comment 8•24 years ago
|
||
hold up here.
we have an onclose="" handler for this window that calls onSearchStop()
is that not getting called? or is it getting called too late?
if so, do we also crash if the user uses the window manager [x] to close the
window? (your fix just addresses the case where we hit the "Close" button).
does the onunload="" get called early enough? (I'm not sure if it gets called
before or after onclose="".) if so, perhaps we can call onSearchStop() from
there, remove the onclose="" handler, and fix this for both cases. (assuming
window manager [x] has the same problem.)
| Assignee | ||
Comment 9•24 years ago
|
||
onclose does not get called when we close using the close button.
| Assignee | ||
Comment 10•24 years ago
|
||
everything worksfine when we use X on the search window.
| Assignee | ||
Comment 11•24 years ago
|
||
I just talked to seth and he says sr=sspitzer. onclose handler should get
called on window.close(), this will be dealt with in another bug.
Comment 12•24 years ago
|
||
ok, let get drivers approval and try and get it in tonight if we can.
| Assignee | ||
Comment 13•24 years ago
|
||
waiting for approval to check this in.
Comment 14•24 years ago
|
||
bug #84256 logged on the onclose="" issue
Comment 15•24 years ago
|
||
a=chofmann for 0.9.1 branch and trunk
| Assignee | ||
Comment 16•24 years ago
|
||
fix checked into both branch and trunk
| Assignee | ||
Comment 17•24 years ago
|
||
Marking fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 18•24 years ago
|
||
OK on branch commercial build: 2001-06-06-12-0.9.1 win98
| Reporter | ||
Comment 19•24 years ago
|
||
OK using commercial branch builds:
2001-06-06-12-0.9.1 mac OS 9.0
2001-06-06-13-0.9.1 linux rh6.2
| Reporter | ||
Comment 21•24 years ago
|
||
OK using june14 commercial trunk builds: win98, mac OS 9.0, linux rh6.2
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•