From owner-freebsd-stable@FreeBSD.ORG Sat Mar 8 06:07:14 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0991065674 for ; Sat, 8 Mar 2008 06:07:14 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id DA4128FC34 for ; Sat, 8 Mar 2008 06:07:13 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so861269wfa.7 for ; Fri, 07 Mar 2008 22:07:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=fm866q+IyDSlylekYaP2MxAxPJguH0iO9xbnNzWMSQk=; b=gbcppSmFwpqf8Bm5HCQLAkdccOi5VhrMTSmui+y1t8XAOmZ1ALOq/2nCitcX3PqTfW3601qEhOXhe/PwqP6/bCsuzmCV9zXye5tb7z0HoWlRM8WQWHkfZlVfQNbWUolPfqGRY4+JTdxoV0/8+ZGT3NDKhftevlZmADQh81JM6p4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=iRgtnkaSe3oiboA0WVzjT1dRnlT/DTMBBrZTdMvTk9yxyWMHJ9aUsEY20BL7VMDGH+79ZBwb12DSSAqLcjkum53FsTicGP3zoOFmtwZ9St27kAmsFkNqFd4BTJZjHfh9XkNdsBo4LnOn384g9QoRN0vKct02uxz80xf9jDxd0CY= Received: by 10.142.203.13 with SMTP id a13mr1214973wfg.66.1204956433535; Fri, 07 Mar 2008 22:07:13 -0800 (PST) Received: by 10.142.242.20 with HTTP; Fri, 7 Mar 2008 22:07:13 -0800 (PST) Message-ID: Date: Fri, 7 Mar 2008 23:07:13 -0700 From: "Ross Penner" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: musicpd segfaults on run - was advised that it's an issue with the system X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2008 06:07:14 -0000 Hi, I've recently run the upgrade gamut and moved from 6.3 to 7.0. I've had a few hick ups but this one I can't resolve. I used musicpd (http://www.freshports.org/audio/musicpd/) on 6.3 to stream to a shoutcast server. When I start mpd on 7.0, it immediately has a segmentation fault and dumps its core. I discussed the issue in the musicpd irc channel and I was advised that it seemed like it was an issue with the system, not with musicpd. Since upgrading to 7.0, I've reinstalled all my ports and since discovering the problem, I've reinstalled musicpd specifically. The backtrace from gdb is as follows: #0 0x28140b15 in pthread_setcancelstate () from /lib/libthr.so.3 #1 0x281388ac in open () from /lib/libthr.so.3 #2 0x286ac269 in __stack_chk_fail () from /lib/libssp.so.0 #3 0x00000000 in ?? () #4 0xbfbfe6a8 in ?? () #5 0x28084ead in _rtld_thread_init () from /libexec/ld-elf.so.1 Previous frame inner to this frame (corrupt stack?) Any help or direction I can get to finding the solution to this problem would be greatly appreciated.