Bug 550145
| Summary: | shell-mode/comint-dynamic-complete fail to find files larger than 2GB | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Henrique Martins <fedora> |
| Component: | xemacs | Assignee: | Jerry James <loganjerry> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | loganjerry |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 21.5.29-11.fc12 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-01-14 01:24:17 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Henrique Martins
2009-12-23 18:27:41 UTC
Are you on a 32-bit system? You set "Platform" as "All", which I don't believe is correct. I did this on my 64-bit system: $ cd /tmp $ dd if=/dev/zero of=sparse-file bs=1 count=1 seek=3G Then I followed your recipe above, and XEmacs did complete on "sp<TAB>". If you are, in fact, on a 32-bit system, then I believe you are a victim of the small size of most-positive-fixnum. In short, this isn't a bug, it's a feature. I'm on a 32-bit system, yes, and why is this a fixture as shell completion works fine outside of XEmacs? xemacs-21.5.29-11.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/xemacs-21.5.29-11.fc12 xemacs-21.5.29-10.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/xemacs-21.5.29-10.fc11 Henrique, if this works for you, I will push your patch into the official XEmacs repository. Thanks for reporting this bug and providing a patch. Fixes problem reported in this bug. Will post if any side effects develop. xemacs-21.5.29-10.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update xemacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-0323 xemacs-21.5.29-11.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update xemacs'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0352 xemacs-21.5.29-10.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. xemacs-21.5.29-11.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |