From owner-freebsd-current@FreeBSD.ORG Sun Jun 23 19:52:35 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 1A93ADCB for ; Sun, 23 Jun 2013 19:52:35 +0000 (UTC) (envelope-from danmack@gmail.com) Received: from mail-ee0-x241.google.com (mail-ee0-x241.google.com [IPv6:2a00:1450:4013:c00::241]) by mx1.freebsd.org (Postfix) with ESMTP id AA0F51ADA for ; Sun, 23 Jun 2013 19:52:34 +0000 (UTC) Received: by mail-ee0-f65.google.com with SMTP id e52so3164846eek.0 for ; Sun, 23 Jun 2013 12:52:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=28d21X/EG04dNa2TpnpHffhRFHmi3GbXH3DY5do3/8c=; b=IbOPyV2IsFa/dHRttPZQ0x/mVSdKL8DUeXRp5BT8ntDRd19M5w97dRuoA4x9WP5iQD pVO7OatEWHOzivLysNF2UHKbSxXJ6R1feay8KkWb8hAnvO37FK6DNHZdjM+DPnqHAe3z 5Q3SbCxnZrMbM4eRC3VNukJl2AYNvwBIzQpdJq9KOsAFAj/v/TAXJsUO2payLJPs3jNB BMG2RHgOPqLJ7APBhwmXhXqfHClXGBVOluUfcsy9/9M6SOavqPK61aLX1w2B87YJbZtV x5p1AA0CIKef8iwDnBEWEnkbIBj1lflxzHiprJU8YsSsjWgV1YgXi72u0zFc59kaVnOS WYaA== MIME-Version: 1.0 X-Received: by 10.15.64.68 with SMTP id n44mr21684229eex.73.1372017153823; Sun, 23 Jun 2013 12:52:33 -0700 (PDT) Received: by 10.223.4.218 with HTTP; Sun, 23 Jun 2013 12:52:33 -0700 (PDT) Date: Sun, 23 Jun 2013 14:52:33 -0500 Message-ID: Subject: dialog4ports crashing in head recently From: Dan Mack To: freebsd-current@freebsd.org X-Mailman-Approved-At: Sun, 23 Jun 2013 20:10:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 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: Sun, 23 Jun 2013 19:52:35 -0000 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=) at dialog4ports.c:212 -- /* * Dan Mack * danmack at gmail.com */