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)

defect
Not set
blocker

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:
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
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?
Status: UNCONFIRMED → NEW
Ever confirmed: true
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
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
may be related to 189466.
can't find any spurious ns/moz processes running.
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
verified

and it's fixed with 1pm respins on mac osx and windows
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.