From owner-freebsd-bugs@FreeBSD.ORG Sun May 25 12:10:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 804401065670 for ; Sun, 25 May 2008 12:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF988FC0C for ; Sun, 25 May 2008 12:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4PCA4C9031206 for ; Sun, 25 May 2008 12:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4PCA4i2031205; Sun, 25 May 2008 12:10:04 GMT (envelope-from gnats) Date: Sun, 25 May 2008 12:10:04 GMT Message-Id: <200805251210.m4PCA4i2031205@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: bin/123977: Segmentation fault in dialog with ghostscript-gpl-nox11 port X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 May 2008 12:10:04 -0000 The following reply was made to PR bin/123977; it has been noted by GNATS. From: Kris Kennaway To: Jille Cc: FreeBSD-gnats-submit@FreeBSD.org, Ed Subject: Re: bin/123977: Segmentation fault in dialog with ghostscript-gpl-nox11 port Date: Sun, 25 May 2008 14:02:58 +0200 Jille wrote: >> Environment: > System: FreeBSD bob.omicidio.nl 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Sun Jan 13 12:50:30 CET 2008 quis@bob.omicidio.nl:/usr/obj/usr/src/sys/BOB i386 > > libdialog.so.5 => /usr/lib/libdialog.so.5 (0x2807b000) > libncurses.so.6 => /lib/libncurses.so.6 (0x28094000) > libc.so.6 => /lib/libc.so.6 (0x280d3000) >> Description: > When trying make config in /usr/ports/print/ghostscript-gpl-nox11, > I get a normal dialog (with a lot of options, might be a/the problem ?) > When I hit OK, Dialog crashes with SIGSEGV (when hitting Cancel it doesn't crash) > Output: > Segmentation fault (core dumped) > ===> Options unchanged > > # portsnap fetch extract > didn't solve the problem >> How-To-Repeat: > cd /usr/ports/print/ghostscript-gpl-nox11 > make config > tab, enter (OK) >> Fix: > Unfortunately I couldn't get a backtrace. > (Recompiled dialog and libndialog with -g) > I can give the memory adresses in the backtrace, but they seem quite useless. > I'm willing to provide help of course, so tell me what to do :) > > Note: the recompiled dialog and libndialog where the 6.3-sources! (I had 6.3 checked out, and compiled, to be able to upgrade with a few commands) > However the crash also occurred with the original 6.2-source. In order to proceed with this we need either a reliable way to reproduce this, or a backtrace. Kris