Ticket #4520 (closed defect: fixed)
PDF: Some PDF crashes GDAL starting with poppler 0.17.0
| Reported by: | rouault | Owned by: | rouault |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GDAL_Raster | Version: | 1.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
For example, http://acrobatusers.com/assets/uploads/gallery/Rumney_FarmForest_GeoPDF.pdf
This is due to the initialization of the poppler global variable (GlobalParams?) that was done up to now quite late (in IReadBlock()). But a change in behaviour in poppler 0.17.0 requires it to be also set at PDF opening, otherwise a crash occurs in a mutex taking.
Change History
Note: See
TracTickets for help on using
tickets.
