Closed
Bug 2451
Opened 26 years ago
Closed 26 years ago
Conn: Failure to handle PowerBook sleep (NSPR OT notification)
Categories
(Core :: Networking, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: sfraser_bugs, Assigned: gordon)
Details
(Keywords: testcase)
The current viewerDebug has a nasty surprise waiting for anyone who
should attempt to put a laptop to sleep while running the viewer.
The good news is that the viewer is stable enough not to crash
between launch and the time when one might want to put the
laptop to sleep now. The bad news is that when attempting
to put my PB G3 to sleep gives me a dprintf in Assertion
Failure in macsockopt.c, line 247.
It looks like the notifier routine:
pascal void NotifierRoutine(void * contextPtr, OTEventCode code,
OTResult result, void * cookie)
isn't handling the OTEventCode that corresponds to dropping the network
connection
when putting the laptop to sleep. At worst macsockopt should probably
ignore the message. Not sure what the "right" thing to do here is, but
dropping into the debugger with the screen closed probably
isn't the right thing.
This will probably get fixed as a side effect of fixing bug #2133. If not, I will
deal with it explicitly.
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
I've checked in fixes for #2133, which fix this as well. One of the changes
removed the PR_ASSERT() from the NotifierRoutine for the sleep event (among
others).
Updated•26 years ago
|
QA Contact: 3819 → 4082
Comment 6•26 years ago
|
||
Hey, Greg, can you verify this for me? I hear you have a PowerBook. Thanks.
I don't have a debug build, but I can say with optimized for a while now my G3
PBook has handled sleep and Seamonkey without trouble. Marking verified with
apprunner in March 23 builds.
Will have saari@netscape.com check out a debug build..leaving verified and will
reopen if necessary.
Comment 10•26 years ago
|
||
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Comment 11•25 years ago
|
||
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Keywords: testcase
Summary: Failure to handle PowerBook sleep (NSPR OT notification) → Conn: Failure to handle PowerBook sleep (NSPR OT notification)
You need to log in
before you can comment on or make changes to this bug.
Description
•