From owner-freebsd-current@FreeBSD.ORG Mon Jun 24 12:55:37 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 32E06AA7 for ; Mon, 24 Jun 2013 12:55:37 +0000 (UTC) (envelope-from rum1cro@yandex.ru) Received: from forward4h.mail.yandex.net (forward4h.mail.yandex.net [IPv6:2a02:6b8:0:f05::4]) by mx1.freebsd.org (Postfix) with ESMTP id 9DCC516B6 for ; Mon, 24 Jun 2013 12:55:36 +0000 (UTC) Received: from web7h.yandex.ru (web7h.yandex.ru [84.201.186.36]) by forward4h.mail.yandex.net (Yandex) with ESMTP id 479C01B20A98; Mon, 24 Jun 2013 16:55:34 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web7h.yandex.ru (Yandex) with ESMTP id 86EDF3EC004E; Mon, 24 Jun 2013 16:55:33 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1372078533; bh=/rNDMqHO4UzKr32NXpcufmAsF/3yLsnehM33at+TNBQ=; h=From:To:In-Reply-To:References:Subject:Date; b=oyBwgznNk2bkOINSA7IjfNJraQIjA9oW2r4V92gMeiMtx/ZkmNZYEPKO/ZVkSY1wh xc9AXrl0KIvSm5BMRb/aIhKv2kllsdFApYRmaEdZGKb/7lMaiSdrucQCiyUugzQMat VlQJAGKT64infkPlYUM89CmSZJIDpnujmzKh86gI= Received: from broadband-109-173-115-35.nationalcablenetworks.ru (broadband-109-173-115-35.nationalcablenetworks.ru [109.173.115.35]) by web7h.yandex.ru with HTTP; Mon, 24 Jun 2013 16:55:33 +0400 From: Ilya A. Arkhipov To: Dan Mack , freebsd-current Current In-Reply-To: References: Subject: Re: dialog4ports crashing / dumping core MIME-Version: 1.0 Message-Id: <561391372078533@web7h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 24 Jun 2013 16:55:33 +0400 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r 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:55:37 -0000 24.06.2013, 16:46, "Dan Mack" : > I've started seeing these on multiple machines in the last šfew days when building pretty much any port: > > +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 > 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) > > Dan > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi Dan, libdialog was bumped "svn commit: r252129 - in head: . gnu/lib/libdialog". ABI was broken, now you should rebuild dialog4ports, it should fix your problem. Sorry for any inconvenience caused. -- With Best Regards, Ilya A. Arkhipov