stassavchuk / pdf2json

Automatically exported from code.google.com/p/pdf2json
0 stars 0 forks source link

Segfault on attached PDF. #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run on attached pdf file, no arguments necessary

What is the expected output?

JSON file.

What do you see instead?

Segfault.

What version of the product are you using? On what operating system?

pdf2json version 0.66, compiled tarball from the download section. Compiled on 
OpenSuse 12.4. gcc (GCC) 4.6.1.

Please provide any additional information below.

gdb says:

    LinkDest::LinkDest (this=0x81c3f20, dest=0x0) at Link.cc:395
    395       kind = dest->kind;

coredump attached.

Original issue reported on code.google.com by fst...@gmail.com on 27 Nov 2013 at 1:36

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same problem. 

debian-7:/opt/cc/debug$ pdf2json -v
pdf2json version 0.66 http://flexpaper.devaldi.com/pdf2json/, based on Xpdf 
version 3.02
Copyright 1999-2011 Devaldi Ltd, Gueorgui Ovtcharov and Rainer Dorsch
Copyright 1996-2007 Glyph & Cog, LLC

(cc-app)vagrant@debian-7:/opt/cc/debug$ pdf2json busted.pdf 
Page-1
Page-2
Segmentation fault

Original comment by andrew.s...@gmail.com on 25 Feb 2014 at 2:35

Attachments:

GoogleCodeExporter commented 8 years ago
This is resolved in 0.68.

Original comment by andrew.s...@gmail.com on 26 Mar 2014 at 7:54