From owner-freebsd-net@FreeBSD.ORG Tue Sep 2 22:08:14 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37F6C10656B8 for ; Tue, 2 Sep 2008 22:08:14 +0000 (UTC) (envelope-from stellan.alm@home.se) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id C2F9C8FC22 for ; Tue, 2 Sep 2008 22:08:13 +0000 (UTC) (envelope-from stellan.alm@home.se) Received: from c213-89-76-218.bredband.comhem.se ([213.89.76.218]:59061 helo=[192.168.2.122]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Kado6-0004Tz-9U for freebsd-net@freebsd.org; Tue, 02 Sep 2008 23:53:03 +0200 From: stellan alm To: freebsd-net@freebsd.org Content-Type: text/plain Date: Tue, 02 Sep 2008 23:53:00 +0200 Message-Id: <1220392380.3934.10.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Originating-IP: 213.89.76.218 X-Scan-Result: No virus found in message 1Kado6-0004Tz-9U. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Kado6-0004Tz-9U d52d3d3b61aa2f82a0279c7ef81ead4b Subject: avahi-daemon, Segmentation fault: 11 (core dumped) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 22:08:14 -0000 Hi, Running: FreeBSD black 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun 18 07:33:20 UTC 2008 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 All the latest ports gnome2 and xfce4, output from gdb analysing the core says: ----------------------8<------------------------- $ gdb -c avahi-daemon.core /usr/local/sbin/avahi-daemon 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 "i386-marcel-freebsd"...(no debugging symbols found)... Core was generated by `avahi-daemon'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libavahi-common.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavahi-common.so.3 Reading symbols from /usr/local/lib/libavahi-core.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libavahi-core.so.5 Reading symbols from /usr/local/lib/libdaemon.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdaemon.so.0 Reading symbols from /usr/local/lib/libexpat.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libexpat.so.6 Reading symbols from /usr/local/lib/libdbus-1.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libdbus-1.so.3 Reading symbols from /lib/libssp.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/libssp.so.0 Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.3 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 0x280a73f9 in _thr_cancel_enter () from /usr/local/lib/libavahi-common.so.3 [New LWP 100162] (gdb) ----------------------8<------------------------- net/avahi is compiled with: $ less /var/db/ports/avahi/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for avahi-0.6.23 _OPTIONS_READ=avahi-0.6.23 WITH_AUTOIPD=true WITH_GTK=true WITH_LIBDNS=true WITHOUT_MONO=true WITHOUT_QT3=true WITHOUT_QT4=true WITH_PYTHON=true Searching the net doesn't come up with anything... Removed all ports! Reinstalled but without luck. Kind regards, Stellan Alm