Closed
Bug 1437903
Opened 8 years ago
Closed 2 years ago
Firefox does not close local file handles
Categories
(Core :: Networking: File, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: harryfoxclfrd, Unassigned)
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36
Steps to reproduce:
Open a local web page in Firefox, then attempt to edit the local file. Even after closing the tab Firefox will maintain an open file session, meaning you can't edit the file until Firefox is completely closed.
Actual results:
In my specific circumstance, I compiled some JavaDocs, opened in Firefox. Attempted to recompile the JavaDocs, but was unable to delete the file. Even after closing the tab I received the same error.
Expected results:
Upon closing the tab, the local file session should be closed.
OS: Unspecified → Windows 10
Hardware: Unspecified → x86
Summary: Firefox does not close local file sessions → Firefox does not close local file handles
Updated•8 years ago
|
Component: Untriaged → File Handling
Updated•8 years ago
|
Component: File Handling → Networking: File
Product: Firefox → Core
Comment 1•8 years ago
|
||
Honza, this is Windows only bug because AFAIK the files are not locked on other platforms. Can you have a look at it when you have a time?
Flags: needinfo?(honzab.moz)
Priority: -- → P3
Whiteboard: [necko-triaged]
Comment 2•8 years ago
|
||
I'll ask for the usual:
- can you be more specific which file you are opening and which file exactly can't be deleted/modified? more details the better
- have you confirmed it's Firefox that keeps the handle open? (you can use Process Explorer [1] and its Find/Find Handle or DLL function - Ctrl-F)
- can you reproduce with a fresh (new) profile?
- how does this behave in Firefox Nightly?
[1] https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer
Flags: needinfo?(honzab.moz) → needinfo?(harryfoxclfrd)
Updated•3 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(harryfoxclfrd)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•