Closed
Bug 88075
Opened 24 years ago
Closed 22 years ago
Cancelling iBench test mid-way leaks nsSocketTransports
Categories
(Core :: Networking, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: sfraser_bugs, Assigned: darin.moz)
References
()
Details
Attachments
(1 file)
757.53 KB,
text/plain
|
Details |
If I cancel the iBench test in mid-flow, it sometimes (~50% of the time) leaves
an nsSocketTransport around, which means that the mSelectFDSetCount never drops
back to its base level (1 if using pollable events).
This causes the Mac build to think that there is still network activity going on,
and thus permanently hog the CPU.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
simon, are you still seeing this? Rick checked in a fix to the URILoader which
prevented OnStopRequest from firing on a cancelled request.
Comment 3•24 years ago
|
||
No.. my patch was just the opposite. The URILoader now *fires* OnStopRequest
even if the load was cancelled...
(i'm sure this is what you meant - doug, but I just wanted to be clear :-)
Comment 4•24 years ago
|
||
right, right. sorry about that.. I am having my house painted right now, and
the fumes man, the fumes are killing me.
Assignee | ||
Updated•24 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla0.9.5
Assignee | ||
Comment 5•24 years ago
|
||
sfraser: do you know if this is still a problem?
Target Milestone: mozilla0.9.5 → ---
Reporter | ||
Comment 6•24 years ago
|
||
I have no idea.
No new reports of this behavior in the past 18 months.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•