Ticket #38082: pdftk_error_report.txt

File pdftk_error_report.txt, 1.4 KB (added by bernard@…, 11 years ago)

examples of error reports

Line 
1bunyip:~ bernard$ pdftk Biology_compos_2012.pdf output repaired.pdf verbose
2pdftk(371,0x7fff700b4cc0) malloc: *** error for object 0x10418c880: pointer being freed was not allocated
3*** set a breakpoint in malloc_error_break to debug
4Abort trap
5bunyip:~ bernard$ pdftk Biology_compos_2012.pdf verbose
6pdftk(379,0x7fff700b4cc0) malloc: *** error for object 0x10418c880: pointer being freed was not allocated
7*** set a breakpoint in malloc_error_break to debug
8Abort trap
9bunyip:~ bernard$ pdftk verbose
10Error: Unexpected command-line data:
11      verbose
12   where we were expecting an input PDF filename,
13   operation (e.g. "cat") or "input_pw".  Exiting.
14Errors encountered.  No output created.
15Done.  Input errors, so no output created.
16pdftk(382,0x7fff700b4cc0) malloc: *** error for object 0x10418c880: pointer being freed was not allocated
17*** set a breakpoint in malloc_error_break to debug
18Abort trap
19bunyip:~ bernard$ pdftk -v
20pdftk(471,0x7fff700b4cc0) malloc: *** error for object 0x10418c880: pointer being freed was not allocated
21*** set a breakpoint in malloc_error_break to debug
22Abort trap
23bunyip:~ bernard$ pdftk --version
24
25pdftk 1.44 a Handy Tool for Manipulating PDF Documents
26Copyright (C) 2003-10, Sid Steward - Please Visit: www.pdftk.com
27This is free software; see the source code for copying conditions. There is
28NO warranty, not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
29bunyip:~ bernard$