From owner-freebsd-ports Tue Mar 26 21:37:39 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mail.noxordo.com (mail.noxordo.com [207.55.178.210]) by hub.freebsd.org (Postfix) with ESMTP id E953437B417 for ; Tue, 26 Mar 2002 21:37:34 -0800 (PST) Received: from noxordo.com (localhost [127.0.0.1]) by mail.noxordo.com (Postfix) with SMTP id A514A3C110 for ; Sun, 24 Mar 2002 19:03:36 -0600 (CST) Received: from 12.237.138.27 (SquirrelMail authenticated user monolith) by webmail.noxordo.com with HTTP; Sun, 24 Mar 2002 19:03:36 -0600 (CST) Message-ID: <33138.12.237.138.27.1017018216.squirrel@webmail.noxordo.com> Date: Sun, 24 Mar 2002 19:03:36 -0600 (CST) Subject: ghostscript gnu/afpl segfault From: "David Orman" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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