View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000639 | file | General | public | 2025-04-04 16:31 | 2025-04-06 18:58 |
Reporter | Albrecht | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | Debian | OS Version | Trixie (Testing) |
Product Version | 5.46 | ||||
Fixed in Version | HEAD | ||||
Summary | 0000639: invalid MIME type for broken input | ||||
Description | Unfortunately, issue 448 (https://bugs.astron.com/view.php?id=448) re-emerged with both the file version coming with Trixie (5.45) as well as with the current Git version. With the Trixie Debian package, using the same broken sample file as in issue 448 (unzip https://bugs.astron.com/file_download.php?file_id=187&type=bug): --8<---------------------------------------- test@trixie:~/file-issue$ file --version file-5.45 magic file from /etc/magic:/usr/share/misc/magic test@trixie:~/file-issue$ file --mime-type file-error-sample file-error-sample: application/x-executable, can't read section at -1 --8<---------------------------------------- With the latest Git master branch, compiled on Trixie according to the instructions: --8<---------------------------------------- test@trixie:~/file-issue$ file-master/src/file -m file-master/magic/magic.mgc --version file-5.46 magic file from file-master/magic/magic.mgc test@trixie:~/file-issue$ file-master/src/file -m file-master/magic/magic.mgc --mime-type file-error-sample file-error-sample: application/x-executable, can't read section at -1 --8<---------------------------------------- | ||||
Steps To Reproduce | See above. | ||||
Additional Information | - | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-04-04 16:31 | Albrecht | New Issue | |
2025-04-06 18:58 | christos | Assigned To | => christos |
2025-04-06 18:58 | christos | Status | new => assigned |
2025-04-06 18:58 | christos | Status | assigned => resolved |
2025-04-06 18:58 | christos | Resolution | open => fixed |
2025-04-06 18:58 | christos | Fixed in Version | => HEAD |
2025-04-06 18:58 | christos | Note Added: 0004201 |