From owner-freebsd-current@FreeBSD.ORG Mon Jun 24 12:46:35 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 623DB552 for ; Mon, 24 Jun 2013 12:46:35 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from borg.macktronics.com (borg.macktronics.com [209.181.253.68]) by mx1.freebsd.org (Postfix) with ESMTP id 3F38A1617 for ; Mon, 24 Jun 2013 12:46:34 +0000 (UTC) Received: from [172.22.30.42] (dulse.macktronics.com [209.181.253.69]) by borg.macktronics.com (Postfix) with ESMTP id 1205C22D for ; Sun, 23 Jun 2013 06:55:54 -0500 (CDT) From: Dan Mack Subject: dialog4ports crashing / dumping core Message-Id: Date: Sun, 23 Jun 2013 06:55:53 -0500 To: freebsd-current Current Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) X-Mailer: Apple Mail (2.1508) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2013 12:46:35 -0000 I've started seeing these on multiple machines in the last few days = when building pretty much any port:=20 +pid 23141 (dialog4ports), uid 0: exited on signal 6 (core dumped) +pid 23394 (dialog4ports), uid 0: exited on signal 6 (core dumped) +pid 23782 (dialog4ports), uid 0: exited on signal 6 (core dumped) +pid 24011 (dialog4ports), uid 0: exited on signal 6 (core dumped) +pid 24564 (dialog4ports), uid 0: exited on signal 6 (core dumped) +pid 24739 (dialog4ports), uid 0: exited on signal 6 (core dumped) I'll rebuild a box with debug symbols and get a decent trace but for now = this is all I have on a couple systems running 10.0-CURRENT FreeBSD = 10.0-CURRENT #11 r252104. This crash appears to happen after you exit = the dialog4port dialog screen. root@darkstor:/usr/ports/misc/help2man # gdb `which dialog4ports` = dialog4ports.core=20 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 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 "amd64-marcel-freebsd"...(no debugging = symbols found)... Core was generated by `dialog4ports'. Program terminated with signal 6, Aborted. Reading symbols from /lib/libncursesw.so.8...(no debugging symbols = found)...done. Loaded symbols for /lib/libncursesw.so.8 Reading symbols from /lib/libm.so.5...(no debugging symbols = found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /usr/lib/libdialog.so.7...(no debugging symbols = found)...done. Loaded symbols for /usr/lib/libdialog.so.7 Reading symbols from /lib/libc.so.7...(no debugging symbols = found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols = found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000800fef1fa in kill () from /lib/libc.so.7 (gdb) where #0 0x0000000800fef1fa in kill () from /lib/libc.so.7 #1 0x0000000800f8ccae in __stack_chk_fail () from /lib/libc.so.7 #2 0x0000000800f8cc10 in __stack_chk_fail () from /lib/libc.so.7 #3 0x00000000004029d9 in main () (gdb)=20 Dan