From owner-freebsd-stable@FreeBSD.ORG Sun Mar 9 16:19:23 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 3A790106566B for ; Sun, 9 Mar 2008 16:19:23 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.227]) by mx1.freebsd.org (Postfix) with ESMTP id D60528FC16 for ; Sun, 9 Mar 2008 16:19:22 +0000 (UTC) (envelope-from ross.penner@gmail.com) Received: by qb-out-0506.google.com with SMTP id a10so1408476qbd.7 for ; Sun, 09 Mar 2008 09:19:21 -0700 (PDT) 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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=WNTr2CYapZa528byJeGQqQ2Nvth1thP8z+38ZJ+d1l0=; b=JysRMRxvFGi1iDnMxlKH3p6gEzIv3BIGvNeSW1ZW6+8yWcoiL6U8ZNCephgAksY9ty7EQFQMRYbSDE62PXwjOgCxg4uB2h7/d2eYDxfL2Z1m9sJb/o1SrOtbsicL+2FabbuNVkAagkVf0wLMqD5DfiXMek0X+loY7v9HOkVXyOY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qvbFsWVF9A5dIj3DzRP2IRB1TaCk6myn3dwa6d62dGPI5J9FxPrdk23VKCZSsiLBArNohnXcwgnHhoox4oXG1wpVi+97NRIyQuvUGlq1s4R/QQjbDgAbZLJh81RTiF9L7jkEJFfBk2sglhXV1MaPFavn0pRAubgisicx2jiPcuY= Received: by 10.142.48.14 with SMTP id v14mr1399657wfv.121.1205079561154; Sun, 09 Mar 2008 09:19:21 -0700 (PDT) Received: by 10.142.242.20 with HTTP; Sun, 9 Mar 2008 09:19:21 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 10:19:21 -0600 From: "Ross Penner" To: "Jan-Olof Lindqvist" In-Reply-To: <47D3D3B0.6090605@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47D3D3B0.6090605@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: 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: Sun, 09 Mar 2008 16:19:23 -0000 On Sun, Mar 9, 2008 at 6:10 AM, Jan-Olof Lindqvist wrote: > > Ross Penner wrote: > > 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. > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > Hmmm, it looks like the update for 0.13.1 does core dump on 7.0 no > matter the config. 0.13.0 still works. > > > > -- > Jan-Olof Lindqvist > http://www.jail.se > I've posted this problem on www.musicpd.com in this thread: http://www.musicpd.org/forum/index.php?topic=1586.0