From: Robert L K. <rl...@al...> - 2000-02-13 02:35:20
|
So I get a segv in my newly built ghostscript, long before it even reaches any of the stp code, while it's reading gs_init.ps. The stack trace looks like this: Starting program: /mnt/sandbox/gs5.50/obj/gs -q -dSAFER -dNOPAUSE -sDEVICE=stp -sOutputFile=- -dModel=6 -dDensity=0.8 -r720 -dQuality=4 /usr/openwin/share/doc/xview/whats_new.ps > ~/foo.out Program received signal SIGSEGV, Segmentation fault. 0x401922b2 in _IO_seekoff (fp=0x81b36a0, offset=0, dir=1, mode=0) at ioseekoff.c:63 63 ioseekoff.c: No such file or directory. (gdb) where #0 0x401922b2 in _IO_seekoff (fp=0x81b36a0, offset=0, dir=1, mode=0) at ioseekoff.c:63 #1 0x40191735 in _IO_ftell (fp=0x81b36a0) at ioftell.c:38 #2 0x80a414e in sread_file () #3 0x8094fa2 in iodev_stdin_open () #4 0x8095009 in stdin_open () #5 0x8090300 in zfile () #6 0x8084bb7 in interp () #7 0x80836a3 in gs_call_interp () #8 0x80835bb in gs_interpret () #9 0x807dc1d in gs_run_init_file () #10 0x807d775 in gs_main_init2 () #11 0x807f36f in runarg () #12 0x807f203 in argproc () #13 0x807e53a in gs_main_init_with_args () #14 0x804a6cb in main () #15 0x40155213 in __libc_start_main (main=0x804a6b0 <main>, argc=11, argv=0xbffff474, init=0x8049d40 <_init>, fini=0x8155a30 <_fini>, rtld_fini=0x4000ac30 <_dl_fini>, stack_end=0xbffff46c) at ../sysdeps/generic/libc-start.c:90 Using a different driver doesn't affect things. -- Robert Krawitz <rl...@al...> http://www.tiac.net/users/rlk/ Tall Clubs International -- http://www.tall.org/ or 1-888-IM-TALL-2 Member of the League for Programming Freedom -- mail lp...@uu... Project lead for The Gimp Print -- http://gimp-print.sourceforge.net "Linux doesn't dictate how I work, I dictate how Linux works." --Eric Crampton |