View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000444 | file | General | public | 2023-04-28 14:11 | 2023-05-21 15:43 |
Reporter | beijingjazzpanda | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.44 | ||||
Fixed in Version | 5.45 | ||||
Summary | 0000444: different result when file length is bigger than 65537 bytes | ||||
Description | for 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 Reproduce | unzip 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 Information | The issue is similar with 0000071. [https://bugs.astron.com/view.php?id=71](https://bugs.astron.com/view.php?id=71) | ||||
Tags | file size | ||||
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 |