View Issue Details

IDProjectCategoryView StatusLast Update
0000444fileGeneralpublic2023-05-21 15:43
Reporterbeijingjazzpanda Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.44 
Fixed in Version5.45 
Summary0000444: different result when file length is bigger than 65537 bytes
Descriptionfor example, 2 text files, one's length is less than 65537 bytes, another is bigger than 65537 bytes.
execute `file` on both files returned different information of EOL (End Of Line).
Steps To Reproduceunzip the attachment, execute the `test-script` bash script.
The result will be like

```
$ ./test-script
bigger_than_65537.txt: ASCII text, with CRLF, CR line terminators
smaller_than_65537.txt: ASCII text, with CRLF line terminators
```
Additional InformationThe issue is similar with 0000071. [https://bugs.astron.com/view.php?id=71](https://bugs.astron.com/view.php?id=71)
Tagsfile size

Activities

beijingjazzpanda

2023-04-28 14:11

reporter  

christos

2023-05-21 15:43

manager   ~0003927

Fixed, thanks!

Issue History

Date Modified Username Field Change
2023-04-28 14:11 beijingjazzpanda New Issue
2023-04-28 14:11 beijingjazzpanda Tag Attached: file size
2023-04-28 14:11 beijingjazzpanda File Added: 65537-file-length-issue.zip
2023-05-21 15:42 christos Assigned To => christos
2023-05-21 15:42 christos Status new => assigned
2023-05-21 15:43 christos Status assigned => resolved
2023-05-21 15:43 christos Resolution open => fixed
2023-05-21 15:43 christos Fixed in Version => 5.45
2023-05-21 15:43 christos Note Added: 0003927