From: Robert L K. <rl...@al...> - 2000-02-18 00:00:09
|
1440black.prn still segv's on me: [2(rlk)||{!89}<rlkppp>/mnt1/images] $ unprint 1440black.prn > 1440black.pnm Corrupt file? No ESC found. Found: 00 at 0x00000000 Corrupt file? No ESC found. Found: 00 at 0x00000001 Corrupt file? No ESC found. Found: 00 at 0x00000002 Warning: Unknown command ESC 0x1 at 0x00000003. Corrupt file? No ESC found. Found: 40 at 0x00000005 Corrupt file? No ESC found. Found: 45 at 0x00000006 Corrupt file? No ESC found. Found: 4A at 0x00000007 Corrupt file? No ESC found. Found: 4C at 0x00000008 Corrupt file? No ESC found. Found: 20 at 0x00000009 Corrupt file? No ESC found. Found: 31 at 0x0000000A Corrupt file? No ESC found. Found: 32 at 0x0000000B Corrupt file? No ESC found. Found: 38 at 0x0000000C Corrupt file? No ESC found. Found: 34 at 0x0000000D Corrupt file? No ESC found. Found: 2E at 0x0000000E Corrupt file? No ESC found. Found: 34 at 0x0000000F Corrupt file? No ESC found. Found: 0A at 0x00000010 Corrupt file? No ESC found. Found: 40 at 0x00000011 Corrupt file? No ESC found. Found: 45 at 0x00000012 Corrupt file? No ESC found. Found: 4A at 0x00000013 Corrupt file? No ESC found. Found: 4C at 0x00000014 Corrupt file? No ESC found. Found: 20 at 0x00000015 Corrupt file? No ESC found. Found: 20 at 0x00000016 Corrupt file? No ESC found. Found: 20 at 0x00000017 Corrupt file? No ESC found. Found: 20 at 0x00000018 Corrupt file? No ESC found. Found: 20 at 0x00000019 Corrupt file? No ESC found. Found: 0A at 0x0000001A Warning! Commands in remote mode ignored. Corrupt file? No ESC found. Found: 00 at 0x0000003B Corrupt file? No ESC found. Found: 00 at 0x0000003C Warning! Using undocumented 8 byte page format command. Warning: Unknown command ESC ( 0x44 at 0x0000008A. Segmentation fault (core dumped) [2(rlk)||{!90}<rlkppp>/mnt1/images] $ ls -l core -rw------- 1 rlk bin 1806336 Feb 17 19:02 core [2(rlk)||{!91}<rlkppp>/mnt1/images] $ gdb /mnt/sandbox/gimp-print/print/unprint core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"... Core was generated by `unprint 1440black.prn'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libc.so.6...done. Reading symbols from /lib/ld-linux.so.2...done. #0 0x8048f2d in update_page (buf=0x804c430 "", bufsize=376, m=188, n=8, color=0, density=1440) at unprint.c:342 342 if (page[y]->line[color]) { (gdb) where #0 0x8048f2d in update_page (buf=0x804c430 "", bufsize=376, m=188, n=8, color=0, density=1440) at unprint.c:342 #1 0x80498fb in parse_escp2 (fp_r=0x805c5d0) at unprint.c:488 #2 0x804a6c1 in main (argc=2, argv=0xbffff4b4) at unprint.c:782 (gdb) print y $1 = 7558 (gdb) print page $2 = (line_type **) 0x805c688 (gdb) print *page $3 = (line_type *) 0x0 |