Closed Bug 189466 Opened 22 years ago Closed 22 years ago

mozilla doesn't completely exit

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.3beta

People

(Reporter: sspitzer, Assigned: sspitzer)

References

Details

(Keywords: smoketest)

Attachments

(1 file)

mozilla doesn't completely exit at least not in my debug build
I'm seeing several NS / Mozilla processes hanging around in win2k.
I see this too on windows 2k only after running mailnews.
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
caused by a warnings fix that I made. patch coming. curse me!
Assignee: asa → sspitzer
Target Milestone: --- → mozilla1.3beta
Comment on attachment 111857 [details] [diff] [review] patch sr=blizzard
Attachment #111857 - Flags: superreview+
fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
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+
*** Bug 189450 has been marked as a duplicate of this bug. ***
*** Bug 189512 has been marked as a duplicate of this bug. ***
verified fixed with 1pm respins on mac osx and windows
Status: RESOLVED → VERIFIED
*** Bug 189521 has been marked as a duplicate of this bug. ***
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: