Closed
Bug 531231
Opened 15 years ago
Closed 15 years ago
Incorrect mmap cleanup
Categories
(Core :: Networking: JAR, defect)
Core
Networking: JAR
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta5-fixed |
People
(Reporter: taras.mozilla, Assigned: taras.mozilla)
References
Details
Attachments
(1 file, 1 obsolete file)
377 bytes,
patch
|
alfredkayser
:
review+
dietrich
:
approval1.9.2+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
Assignee: nobody → tglek
Attachment #414687 -
Flags: review?(alfredkayser)
Assignee | ||
Comment 2•15 years ago
|
||
Corrected the previous patch
Attachment #414687 -
Attachment is obsolete: true
Attachment #414688 -
Flags: review?(alfredkayser)
Attachment #414687 -
Flags: review?(alfredkayser)
Assignee | ||
Comment 3•15 years ago
|
||
Timeless spotted this error. He also suggested the following MSDN link for guarding our io. I think that may be reasonable.
http://msdn.microsoft.com/en-us/library/aa366801%28VS.85%29.aspx
Updated•15 years ago
|
Attachment #414688 -
Flags: review?(alfredkayser) → review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
OS: Linux → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Comment 5•15 years ago
|
||
Comment on attachment 414688 [details] [diff] [review]
fix
Requesting approval1.9.2 for this simple mmap fix when an OOM occurs.
Attachment #414688 -
Flags: approval1.9.2?
Comment 6•15 years ago
|
||
Comment on attachment 414688 [details] [diff] [review]
fix
a192=beltzner, post hoc, after scolding reed appropriately for landing without approval
Attachment #414688 -
Flags: approval1.9.2? → approval1.9.2+
Assignee | ||
Comment 7•15 years ago
|
||
(In reply to comment #6)
> (From update of attachment 414688 [details] [diff] [review])
> a192=beltzner, post hoc, after scolding reed appropriately for landing without
> approval
Not sure how this is to land on 192 given that jar mmap code isn't landed there :)
Comment 8•15 years ago
|
||
(In reply to comment #7)
> Not sure how this is to land on 192 given that jar mmap code isn't landed there
> :)
Ah, I thought it had landed there, as per the bugs fixed on http://hg.mozilla.org/releases/mozilla-1.9.2/log/d7c3f3105089/modules/libjar/nsZipArchive.cpp (Bug 504864: mmap io for JARs). I didn't actually open it up on mxr to check, though.
Updated•15 years ago
|
Attachment #414688 -
Flags: approval1.9.2+
Assignee | ||
Updated•15 years ago
|
Attachment #414688 -
Flags: approval1.9.2?
Assignee | ||
Comment 9•15 years ago
|
||
I was wrong, this fix needs to land in 192 too.
Updated•15 years ago
|
Attachment #414688 -
Flags: approval1.9.2? → approval1.9.2+
Assignee | ||
Comment 10•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
status1.9.2:
--- → final-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•