Closed
Bug 1053204
Opened 10 years ago
Closed 10 years ago
FileDescriptor::CloseCurrentProcessHandle() close invalid file descriptor
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(2 files)
2.00 KB,
text/plain
|
Details | |
856 bytes,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1038461 +++
This bug is created based on Bug 1038461 Comment 82.
When an application started from homescreen, b2g process close invalid fd.
Assignee | ||
Comment 1•10 years ago
|
||
[Blocking Requested - why for this release]:
Nominate to "b2g-2.0+", because this bug blocks Bug 1038461.
blocking-b2g: --- → 2.0?
Assignee | ||
Comment 2•10 years ago
|
||
Get a call stack by uisng attachment 8472044 [details] [diff] [review], when an invalid fd is closed.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 3•10 years ago
|
||
I confirmed that RemoteOpenFileParent::OpenSendCloseDelete() always close fd twice.
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #3)
> I confirmed that RemoteOpenFileParent::OpenSendCloseDelete() always close fd
> twice.
Therefore second fd close becomes "invalid fd close" or "different fd close(fd is already reused case)".
Assignee | ||
Comment 5•10 years ago
|
||
Bug 1047149 might be related to this bug.
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Component: General → Networking
Product: Firefox OS → Core
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8472382 [details] [diff] [review]
patch - remove redundant close()
bent, can you review the patch soon? This bug blocks b2g-v2.0+ bug.
Attachment #8472382 -
Flags: review?(bent.mozilla)
Assignee | ||
Updated•10 years ago
|
Priority: P1 → --
Comment on attachment 8472382 [details] [diff] [review]
patch - remove redundant close()
Review of attachment 8472382 [details] [diff] [review]:
-----------------------------------------------------------------
Thank you!
Attachment #8472382 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 10•10 years ago
|
||
hg repository and tryserver is closed now.
Assignee | ||
Comment 12•10 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #10)
> hg repository and tryserver is closed now.
It seems to be tracked by Bug 1040308.
Comment 13•10 years ago
|
||
Gregor -- yes we are going to include this in the next run.
Flags: needinfo?(tkundu)
Assignee | ||
Comment 14•10 years ago
|
||
Assignee | ||
Comment 15•10 years ago
|
||
Comment 16•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Comment 17•10 years ago
|
||
status-b2g-v2.0:
--- → fixed
status-b2g-v2.1:
--- → fixed
status-firefox32:
--- → wontfix
status-firefox33:
--- → wontfix
status-firefox34:
--- → fixed
Comment 18•10 years ago
|
||
attachment 8472382 [details] [diff] [review] landed in AU63
Blocks: 1058366
No longer blocks: 1058366
You need to log in
before you can comment on or make changes to this bug.
Description
•