[poppler] Poppler crash on load

Gleb "Crazy Sage" Igumnov crazy.sage at gmail.com
Sun Sep 7 04:24:46 PDT 2014


Hello, Albert.

Seems that problem was with some incompatibility of libraries after
I've upgraded MinGW gcc from 4.7.1 to 4.8.2. I've finally managed to
rebuild poppler from sources with new minGW and now it works.

6 сентября 2014 г., 21:41:16 you wrote:

> El Divendres, 5 de setembre de 2014, a les 17:06:10, Gleb Crazy Sage Igumnov
> va escriure:
>> Hello. I'm trying to use poppler in my Qt4 application to open pdfs
>> and I've encountered problem. When I try to test load with
>> following code:
>>  Poppler::Document* doc;
>>  QString filename = QFileDialog::getOpenFileName();
>>  doc = Poppler::Document::load(filename);
>>  delete doc;

> Does it crash all the time or only in some files?
> Does it crash on linux too?
> Do you have a useful backtrace?

> Cheers,
>   Albert


>> 
>> my program just crashes at load(filename);
>> OS: Windows 7
>> Qt 4.8.6 (MinGW compiled)
>> MinGW 4.8.2
>> Poppler 0.22.3, downloaded from KDE for Windows project.
>> 
>> Who knows, what can problem be?

> _______________________________________________
> poppler mailing list
> poppler at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/poppler




-- 
With best regards,
 Gleb "Crazy Sage" Igumnov                          mailto:crazy.sage at gmail.com



More information about the poppler mailing list