Changes between Version 3 and Version 4 of Ticket #4561, comment 8
- Timestamp:
- 07/18/24 05:55:33 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4561, comment 8
v3 v4 1 Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: ```Cannot create target directory "/tmp/test/~xxxxxxxxxxxxxx" 1 Can confirm it doesn't crash any more. There is a caveat though. Path length is 253 bytes and file name 248 bytes which is below 255 max file length for ext3/4 and 4096 max path but it still says: 2 3 {{{ 4 Cannot create target directory "/tmp/test/~xxxxxxxxxxxxxx" 2 5 File name too long (36) 3 ``` 6 }}} 7 4 8 It's not too long actually. 5 9