Changes between Version 3 and Version 4 of Ticket #4561, comment 8


Ignore:
Timestamp:
07/18/24 05:55:33 (2 months ago)
Author:
zaytsev
Comment:

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"  
     1Can 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{{{ 
     4Cannot create target directory "/tmp/test/~xxxxxxxxxxxxxx"  
    25                    File name too long (36)                      
    3 ``` 
     6}}} 
     7 
    48It's not too long actually. 
    59