Bug 104877 - Poppler-INFO: Syntax error at position -1: Document stream is empty with poppler_document_new_from_stream()
Summary: Poppler-INFO: Syntax error at position -1: Document stream is empty with popp...
Status: RESOLVED MOVED
Alias: None
Product: poppler
Classification: Unclassified
Component: glib frontend (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: poppler-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-31 08:40 UTC by Kentaro Hayashi
Modified: 2018-08-20 22:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
sample source code which reproduces it (1.70 KB, text/x-csrc)
2018-01-31 08:40 UTC, Kentaro Hayashi
Details

Description Kentaro Hayashi 2018-01-31 08:40:57 UTC
Created attachment 137076 [details]
sample source code which reproduces it

# Problem

poppler_document_new_from_stream() causes syntax error. In the contrast, poppler_document_new_from_file() doesn't cause an error even though same pdf file is used.

Here is the actual reported errors.

  + G_MESSAGES_DEBUG=Poppler ./poppler-glib-document-new                          
  poppler_document_new_from_file()                                                
  poppler_document_new_from_stream()                                              
  Poppler-INFO: Syntax error at position 22: Illegal character <21> in hex string 
  Poppler-INFO: Syntax error at position 23: Illegal character <59> in hex string 
  Poppler-INFO: Syntax error at position 24: Illegal character <f3> in hex string 
  Poppler-INFO: Syntax error at position 25: Illegal character <2e> in hex string                     
  Poppler-INFO: Syntax error at position 26: Illegal character <97> in hex string

It seems that this error occurs on master.

# Expected

Not only poppler_document_new_from_file(), but also poppler_document_new_from_stream() doesn't cause a syntax error with attached sample code because both of function handles same pdf file.

# Actual

I've tested attached sample code on debian unstable.(poppler 0.61, poppler-data 0.4.8)

  $ dpkg -l G poppler
  ii  gir1.2-poppler-0.18:amd64             0.61.1-2                              amd64        GObject introspection data for poppler-glib
  ii  libpoppler-dev:amd64                  0.61.1-2                              amd64        PDF rendering library -- development files
  ii  libpoppler-glib-dev                   0.61.1-2                              amd64        PDF rendering library -- development files (GLib interface)
  ii  libpoppler-glib8:amd64                0.61.1-2                              amd64        PDF rendering library (GLib-based shared library)
  ii  libpoppler72:amd64                    0.61.1-2                              amd64        PDF rendering library
  ii  poppler-data                          0.4.8-2                               all          encoding data for the poppler PDF rendering library
  ii  poppler-utils                         0.61.1-2                              amd64        PDF utilities (based on Poppler)
  
In above environment, attached code returns "Syntax error at position xx:".

  + TARGET=poppler-glib-document-new
  + pkg-config --cflags --libs poppler-glib cairo-pdf gio-2.0
  + cc -o poppler-glib-document-new poppler-glib-document-new.c -pthread -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lpoppler-glib -lz -lcairo -lgio-2.0 -lgobject-2.0 -lglib-2.0
  + [ 0 -eq 0 ]
  + G_MESSAGES_DEBUG=Poppler ./poppler-glib-document-new
  poppler_document_new_from_file()
  poppler_document_new_from_stream()
  Poppler-INFO: Syntax error at position 22: Illegal character <21> in hex string
  Poppler-INFO: Syntax error at position 23: Illegal character <59> in hex string
  Poppler-INFO: Syntax error at position 24: Illegal character <f3> in hex string
  Poppler-INFO: Syntax error at position 25: Illegal character <2e> in hex string
  Poppler-INFO: Syntax error at position 26: Illegal character <97> in hex string

As poppler version is a bit old, I've also tested with master.
  
  https://cgit.freedesktop.org/poppler/poppler/commit/?id=248aa0f5832ce063a9ae061dfcf54596e0ea5fba

But, it causes syntax error.

  + TARGET=poppler-glib-document-new
  + export PKG_CONFIG_PATH=/home/kenhys/.local/lib/pkgconfig
  + pkg-config --cflags --libs poppler poppler-glib cairo-pdf gio-2.0
  + cc -o poppler-glib-document-new poppler-glib-document-new.c -pthread -I/home/kenhys/.local/include/poppler/glib -I/home/kenhys/.local/include/poppler -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -L/home/kenhys/.local/lib -lpoppler -lpoppler-glib -lz -lcairo -lgio-2.0 -lgobject-2.0 -lglib-2.0
  + [ 0 -eq 0 ]
  + LD_LIBRARY_PATH=/home/kenhys/.local/lib G_MESSAGES_DEBUG=Poppler ./poppler-glib-document-new
  poppler_document_new_from_file()
  poppler_document_new_from_stream()
  Poppler-INFO: Syntax error at position -1: Document stream is empty
  Error: Failed to load document
Comment 1 GitLab Migration User 2018-08-20 22:06:30 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/poppler/poppler/issues/197.


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.