Ticket #4520 (closed defect: fixed)

Opened 15 months ago

Last modified 3 weeks ago

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: pdf
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

Changed 15 months ago by rouault

  • status changed from new to closed
  • version changed from unspecified to 1.8.0
  • resolution set to fixed
  • milestone set to 1.8.2

Fixed in trunk (r23985), 1.9 (r23986) and 1.8 (r23987)

Changed 3 weeks ago by rouault

  • milestone 1.8.2 deleted

Milestone 1.8.2 deleted

Note: See TracTickets for help on using tickets.