Date: Sun, 24 Mar 2002 19:03:36 -0600 (CST) From: "David Orman" <monolith@orblivion.com> To: <freebsd-ports@freebsd.org> Subject: ghostscript gnu/afpl segfault Message-ID: <33138.12.237.138.27.1017018216.squirrel@webmail.noxordo.com>
next in thread | raw e-mail | index | archive | help
Hello, I'm trying to get ghostscript up and running on my system because ImageMagick is dependant on it, and I need convert functinoality. Ghostscript compiles fine (both GNU and AFPL), but when it is run, it coredumps. I've run it through gdb (both GNU/AFPL again) and get the same each time. Hopefully somebody here will be able to spot the problem and tell me what I need to do to fix it. I'm sure it's some oversight on my part :) Thank you in advance for your help. (gdb) run Starting program: /usr/local/bin/gs (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x285efaa6 in __getopt_clean_environment (env=0x282de008) at ../sysdeps/i386/bits/string.h:491 491 ../sysdeps/i386/bits/string.h: No such file or directory. (gdb) bt #0 0x285efaa6 in __getopt_clean_environment (env=0x282de008) at ../sysdeps/i386/bits/string.h:491 #1 0x28541d6d in init (argc=674081580, argv=0x282daf20, envp=0x282de008) at ../sysdeps/unix/sysv/linux/init-first.c:96 #2 0x282cbaeb in find_symdef () from /usr/libexec/ld-elf.so.1 #3 0x282ca91e in _rtld () from /usr/libexec/ld-elf.so.1 (gdb) If you need anything else, I will be glad to provide it :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33138.12.237.138.27.1017018216.squirrel>