Bug 38609
| Summary: | xdvi core dumps when reading dvi-file while latex is compiling | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Finn Aarup Nielsen <fnielsen> |
| Component: | tetex | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | meidlidl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2001-09-30 22:32:38 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
Finn Aarup Nielsen
2001-05-01 17:40:05 UTC
I expect that this is sensitive to the exact stage of processing the file. Can you supply a partially-generated DVI file that exhibits this behaviour? The .dvi file is empty while latex is running. $ xdvi some.dvi & $ > some.dvi Two clicks on "Reread" and xdvi crashes with a "segmentation fault". It works fine for me here. Perhaps it depends on the original DVI file 'some.dvi'. (I used the printconf test page DVI file.) I have this problem with all DVI files. $ rpm -qf `which xdvi.bin` tetex-xdvi-1.0.7-15 $ cp /usr/share/printconf/tests/testpage.dvi . $ xdvi.bin testpage.dvi & # Everything works fine. $ > testpage.dvi # First click on "Reread" -> "Not a DVI file." # Second click on "Reread" -> "segmentation fault" Okay, I can reproduce this with tetex-1.0.7-15. This seems to be already fixed in tetex-1.0.7-32, but I'm not sure which change fixed it. |