Closed
Bug 282014
Opened 20 years ago
Closed 19 years ago
nsObserverService seems not to fire wake_notification to TimerThread
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 179056
People
(Reporter: morty, Assigned: dougt)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050201 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b) Gecko/20050201 Firefox/1.0+ After going to Sleep mode (esp. Hiberenate) a lot of timers don't work anymore. I.e. bug 179056 (no mail fetching anymore) and some others, also on FF. There might be two reasons for this. Something wrong in TimerThread since ver 1.16 (implementation of "sleepmode") or wake notification is not correctly fired. Reproducible: Sometimes Steps to Reproduce: Filed a related bug: bug 282013
Updated•20 years ago
|
Summary: nsObserverService seems not to fire wake_notification to TimerThread → nsObserverService seems not to fire wake_notification to TimerThread
Comment 1•20 years ago
|
||
Related to bug 279852?
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 3•19 years ago
|
||
Still doesn't work and I'm quite shure bug 179056 depends on this bug.
Comment 4•19 years ago
|
||
See bug 197863. Maybe Windows has to post "sleep_notification" and "wake_notification" notifications.
| Reporter | ||
Comment 5•19 years ago
|
||
Looks like sleep_notification is fired by windows, as else bug 197863 would still be present, which is not the case. In case windows doesn't send a wake_notification (I have no Idea whether it does or not) this is something to workaround (some kind of timer or whatever). Never the less this general bug still exists. Windows wakes up and the timer isn't fired. For what ever reason.
Comment 6•19 years ago
|
||
*** This bug has been marked as a duplicate of 179056 ***
No longer blocks: 179056
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•