Closed Bug 61590 Opened 24 years ago Closed 23 years ago

Modal "OK" warning windows eat CPU - see trace

Categories

(Core :: XUL, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED DUPLICATE of bug 56978
mozilla1.0

People

(Reporter: john, Assigned: danm.moz)

References

()

Details

When a modal window (such as "The connection was refused when attempting to
contact...") appears on Linux, the browser loops through this:

poll([{fd=8, events=POLLIN}, {fd=15, events=POLLIN}, {fd=5, events=POLLIN,
revents=POLLIN}, {fd=36, events=POLLIN}], 4, 0) = 1
gettimeofday({975585802, 671095}, NULL) = 0
ioctl(8, FIONREAD, [0])                 = 0

while waiting for "OK" to be clicked. This has been seen on my system for a
while, but latest is nightly 2000112821.
very related to bug 56978, but this observation isn't included there.
Status: UNCONFIRMED → NEW
Ever confirmed: true
->danm
Assignee: trudelle → danm
Target Milestone: --- → mozilla1.0
*** Bug 69443 has been marked as a duplicate of this bug. ***
This happens for all Javascript prompt(), alert(), and confirm() dialogs.
*** Bug 69622 has been marked as a duplicate of this bug. ***
*** Bug 77162 has been marked as a duplicate of this bug. ***
I think this is a duplicate of bug 56978
bug 56978 just got fixed.  Please retest this?  (no mozilla here at the moment)
Looks good.  prompt(), alert(), confirm() dialogs no longer hog CPU.

Marking duplicate.

*** This bug has been marked as a duplicate of 56978 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.