Closed
Bug 189450
Opened 22 years ago
Closed 22 years ago
the mail program go loop when start it
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 189466
People
(Reporter: magnum2000, Assigned: sspitzer)
Details
(Keywords: smoketest)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; it-IT; rv:1.2.1) Gecko/20021130
I i start the programm it go in loop and the Splash Screen always remain opened.
To close it i must use the task manager!
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
I'm seeing this too. Mail/news is hanging when trying to automatically create a
new folder. Lots of threads are stuck waiting on condition variables. Is
someone not releasing a mutex?
Severity: critical → blocker
Comment 2•22 years ago
|
||
If someone is not releasing a mutex, the other threads
would most likely be blocked in PR_Lock(). But
PR_WaitCondVar also needs to reacquire the lock when
the waiting thread is awaked. More likely is that
PR_WaitCondVar is not being called correctly. Could
you point out the source code where the condition
variable wait is done?
Comment 3•22 years ago
|
||
confirmed on all platforms
windows 2003-01-17-04-trunk
linux 2003-01-17-04-trunk
mac os9 2003-01-17-03-trunk
mac osx 2003-01-17-03-trunk
-launch mail
-go through setup
-login to account just setup (should ask for password automatically after setuip
complete)
the account seems to open but the stalls out with status: Opening folder...
OS: Windows 2000 → All
Hardware: PC → All
Assignee | ||
Comment 4•22 years ago
|
||
twalker, curious, do you have any spurious mozilla / netscape proceses running?
Summary: the mail programm go loop when start it → the mail program go loop when start it
Comment 5•22 years ago
|
||
may be related to 189466.
Comment 6•22 years ago
|
||
can't find any spurious ns/moz processes running.
Assignee | ||
Comment 7•22 years ago
|
||
pretty sure it's a dup, based on the comments
*** This bug has been marked as a duplicate of 189466 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 8•22 years ago
|
||
verified
and it's fixed with 1pm respins on mac osx and windows
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•