Calling spectre_document_save_to_pdf on this document crashes because doc->pages is null spectre_exporter_pdf_do_page
Created attachment 40165 [details] the said file
Created attachment 40547 [details] [review] allocate at least 1 page in doc->pages I came across the same problem here: https://bugzilla.redhat.com/show_bug.cgi?id=656426 (together with reproducer and backtrace) The problem there is that there is no %%Pages: or %%Page: in the eps file. hence it doesn't allocate a page in doc->pages in psscan(). The question is whether to check it in the spectre_exporter_pdf_do_page() or allocate at least 1 page in psscan() (as in the attached patch). Marek
Pushed to git master. Thanks!
Carlos can you release 0.2.7? I got again this crash.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.