#37551 closed defect (fixed)
PGPLOT crashes with GIF
Reported by: | andy@… | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | cooljeanius (Eric Gallager) | |
Port: | pgplot |
Description (last modified by larryv (Lawrence Velázquez))
PGPLOT crashes with a segmentation fault if trying to generate GIF images.
The issue may be that the source changes needed to compile on 64-bit machines were not made. One line needs to be changed in each of the following files (though, for the drivers enabled in macports, I think only the two gidriv.f files need modification):
drivers/gidriv.f
drivers/ppdriv.f
drivers/wddriv.f
sys_win/gidriv.f
In each, look for a line saying:
C Note: for 64-bit operating systems, change the following C declaration to INTEGER*8: Change the INTEGER declaration to INTEGER*8
Change History (3)
comment:1 Changed 12 years ago by larryv (Lawrence Velázquez)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to mcalhoun@… |
Priority: | High → Normal |
Version: | 2.1.2 |
comment:2 Changed 11 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r119189 (better late than never).
Note: See
TracTickets for help on using
tickets.
Thanks for the report. Please remember to use WikiFormatting and to CC any port maintainers on future tickets.