Closed
Bug 164644
Opened 23 years ago
Closed 23 years ago
CFM: Deadlocked reloading secure MyYahoo
Categories
(NSPR :: NSPR, defect, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sdagley, Assigned: sfraser_bugs)
References
()
Details
(Whiteboard: [adt2] [Investigating])
Attachments
(2 files)
I saw this twice this morning with the 20020823 commercial build. Doing a
"super reload" (shift-click on the reload icon) while viewing a secure MyYahoo
page as the first tab in a window with
<http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey&hours=6&nocrap=1> as
the 2nd tab in the window resulted in a thread deadlock. I also had my IMAP
inbox open but not set to automatically check mail. The sequence I followed
for both deadlocks was to check mail, switch to the browser window and
shift-click the reload button for the tab showing MySecureYahoo. Coming up are
the two Sampler logs I saved.
| Reporter | ||
Comment 1•23 years ago
|
||
| Reporter | ||
Comment 2•23 years ago
|
||
| Reporter | ||
Comment 3•23 years ago
|
||
System configuration for machine I was seeing this on:
PowerBook G4/667 w/768MB RAM
Mac OS X 10.1.5
Updated•23 years ago
|
Comment 4•23 years ago
|
||
Shift-Click on the reload button w/NT4 SP5 does not hang. I don't have a yahoo
login though, does it matter whether you're logged in?
Comment 5•23 years ago
|
||
I tried it on OSX using the candidate build without encountering a problem
Comment 6•23 years ago
|
||
I could not reproduce this with the 2002082608 build.
PowerBook G4/500 w/256MB RAM
Mac OS X 10.1.5
| Assignee | ||
Comment 7•23 years ago
|
||
This does not look good. The main thread is in MPWaitOnSemaphore() in the
MD_PauseCPU routine. Meanwhile, we're trying to fire an OT notifier, which is
attempting to enter the critical region, and waiting on another semaphore. I'll
have to wrap my head around this and see how it can happen.
Assignee: new-network-bugs → sfraser
Component: Networking → NSPR
Product: Browser → NSPR
Target Milestone: mozilla1.0.1 → ---
Comment 10•23 years ago
|
||
what is the current status on this? Is this something that is still an issue?
(trying to help focus)
| Assignee | ||
Comment 11•23 years ago
|
||
This is CFM only, which is going away.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Summary: Deadlocked reloading secure MyYahoo → CFM: Deadlocked reloading secure MyYahoo
You need to log in
before you can comment on or make changes to this bug.
Description
•