Opened 9 years ago
Closed 9 years ago
#10704 closed Bug report (fixed)
hangs on missing logging directory
Reported by: | jfp42 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | ||
Component version: | 3.12.0.2 | Operating system type: | Linux |
Operating system version: | Kubuntu 15.10 |
Description
The logging path is not validated on startup.
If the logging directory is missing, filezilla will start with no errors, but connections will hang and fail with no errors, filezilla has to be killed.
Note:
See TracTickets
for help on using tickets.
The logging path is being validated. Unfortunately logging the failure to open the logfile suffered from improper mutex locking.
This has been fixed in the repository and failure to open the logfile is now properly logged.