Closed
Bug 189466
Opened 22 years ago
Closed 22 years ago
mozilla doesn't completely exit
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.3beta
People
(Reporter: sspitzer, Assigned: sspitzer)
References
Details
(Keywords: smoketest)
Attachments
(1 file)
1.62 KB,
patch
|
caillon
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
mozilla doesn't completely exit
at least not in my debug build
My opt Linux build exits fine.
Assignee | ||
Comment 2•22 years ago
|
||
I'm seeing several NS / Mozilla processes hanging around in win2k.
Comment 3•22 years ago
|
||
I see this too on windows 2k only after running mailnews.
Comment 4•22 years ago
|
||
More specifically, it only seems to hang if I open a newsgroup. I noticed some
stylesheet changes for the folder pane for a Junk folder (which doesn't show
up), perhaps related???
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3b) Gecko/2003011704
Assignee | ||
Comment 5•22 years ago
|
||
caused by a warnings fix that I made.
patch coming.
curse me!
Assignee: asa → sspitzer
Target Milestone: --- → mozilla1.3beta
Assignee | ||
Comment 6•22 years ago
|
||
Comment 7•22 years ago
|
||
Comment on attachment 111857 [details] [diff] [review]
patch
sr=blizzard
Attachment #111857 -
Flags: superreview+
Assignee | ||
Comment 8•22 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 9•22 years ago
|
||
Comment on attachment 111857 [details] [diff] [review]
patch
>- for (PRUint32 i = count - 1; i >= 0 ; i--)
>+ for (PRUint32 i = count; i != 0 ; i--)
Any particular reason for going from >= to != (it seems that > is more standard
practice with things like this, but your call).
r=caillon
Attachment #111857 -
Flags: review+
Assignee | ||
Comment 10•22 years ago
|
||
*** Bug 189450 has been marked as a duplicate of this bug. ***
Comment 11•22 years ago
|
||
*** Bug 189512 has been marked as a duplicate of this bug. ***
Comment 12•22 years ago
|
||
verified fixed with 1pm respins on mac osx and windows
Status: RESOLVED → VERIFIED
Comment 13•22 years ago
|
||
*** Bug 189521 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•