From owner-freebsd-current@FreeBSD.ORG Sun Jun 23 20:17:02 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 D54E363C for ; Sun, 23 Jun 2013 20:17:02 +0000 (UTC) (envelope-from rum1cro@yandex.ru) Received: from forward19.mail.yandex.net (forward19.mail.yandex.net [IPv6:2a02:6b8:0:1402::4]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAF01BB7 for ; Sun, 23 Jun 2013 20:17:02 +0000 (UTC) Received: from web3g.yandex.ru (web3g.yandex.ru [95.108.252.103]) by forward19.mail.yandex.net (Yandex) with ESMTP id 7752A1120A65; Mon, 24 Jun 2013 00:16:59 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web3g.yandex.ru (Yandex) with ESMTP id 175FD208802C; Mon, 24 Jun 2013 00:16:59 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1372018619; bh=NTmYduSWPaljJyOsbROI7DfqkAFI/IBahRVBJMbA+ho=; h=From:To:In-Reply-To:References:Subject:Date; b=dshi/z5qnM/VviEAnSrWxShpa8gs1DqA3+vx5F+SZ3A0W0Y8hGB4WAzo7Wfyh2exU jBdrHFMS+zrVK7Ybb6O6Mu0AUqUyL6DCROKJf7u3VwlmMviu2wgJqUsFFgHpo13M0E lxJWdbhRWxNKFhw6bH10/Ww/PBFpvxqLCGYybmL4= Received: from broadband-109-173-115-35.nationalcablenetworks.ru (broadband-109-173-115-35.nationalcablenetworks.ru [109.173.115.35]) by web3g.yandex.ru with HTTP; Mon, 24 Jun 2013 00:16:58 +0400 From: Ilya A. Arkhipov To: Dan Mack , "freebsd-current@freebsd.org" In-Reply-To: References: Subject: Re: dialog4ports crashing in head recently MIME-Version: 1.0 Message-Id: <543521372018618@web3g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 24 Jun 2013 00:16:58 +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: Sun, 23 Jun 2013 20:17:02 -0000 24.06.2013, 00:10, "Dan Mack" : > dialog4ports has been crashing on all of my systems for about the last > week. šI rebuilt it with debug symbols and this is what I got (doesn't > matter which port is using it). > > Anyone else seeing this? > > Dan > > root@winbsd:/usr/ports/net-mgmt # cd zabbix2-agent/ > root@winbsd:/usr/ports/net-mgmt/zabbix2-agent # ls > Makefile dialog4ports.core > root@winbsd:/usr/ports/net-mgmt/zabbix2-agent # 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"... > Core was generated by `dialog4ports'. > Program terminated with signal 6, Aborted. > Reading symbols from /lib/libncursesw.so.8...done. > Loaded symbols for /lib/libncursesw.so.8 > Reading symbols from /lib/libm.so.5...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /usr/lib/libdialog.so.7...done. > Loaded symbols for /usr/lib/libdialog.so.7 > Reading symbols from /lib/libc.so.7...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /libexec/ld-elf.so.1...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 š0x0000000800fedffa in kill () from /lib/libc.so.7 > (gdb) where > #0 š0x0000000800fedffa in kill () from /lib/libc.so.7 > #1 š0x0000000800f8c4c0 in __stack_chk_fail () from /lib/libc.so.7 > #2 š0x0000000800f8c430 in __stack_chk_fail () from /lib/libc.so.7 > #3 š0x00000000004029aa in main (argc=, argv= optimized out>) at dialog4ports.c:212 > > -- > > š/* > šš* Dan Mack > šš* danmack at gmail.com > šš*/ > _______________________________________________ > 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, It is interesting because 212 line is: err(EXIT_FAILURE, "List of items should not be empty"); Have you last dialog4ports?(dialog4ports == 0.1.5) I doesn't have any problem with last ports/d4p. Can you also provide bt full output for me. -- With Best Regards, Ilya A. Arkhipov