From owner-freebsd-current@FreeBSD.ORG Sun Oct 11 19:14:23 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D6A8106566B for ; Sun, 11 Oct 2009 19:14:23 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 977EA8FC18 for ; Sun, 11 Oct 2009 19:14:22 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so1943057eyf.9 for ; Sun, 11 Oct 2009 12:14:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Dz5TNn4F19425P4GxkGvy0VpoWBdpqtcV8SH4dIlaXE=; b=tz1//9C7VXBdqzPYgOqrHFZIsSAgP2QFKNoeMY9Kf3anSmzIZmPFJWsI2mbitT2eRd XPma1lWWPFCHdjqE270rUvSDs9lWhhOg/BkZOSwM7d22rNYq3IqERrknU+jJB2CF2oML P3x7+xlOLCSZ/5Z/fqT+hC5KSl5Sgya52N5W8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vCgDPxp85aAZNWTaYJCRNov6pbqPF8sh+X7Zxm3TWSY3Es8AmQkS/jiNnfZN4urlV1 4cU+75VsbUZ0rhXARt4ufuOl0k0WTpdC1kD9Ds/FV3hXq75CvH43ZPFyq35syxIZ9zGZ nP+CRndTdASa+5Jo688pMb6LHkxrNkvAQhdFM= MIME-Version: 1.0 Received: by 10.211.159.19 with SMTP id l19mr6040045ebo.83.1255288461563; Sun, 11 Oct 2009 12:14:21 -0700 (PDT) In-Reply-To: <20091011062419.GA2168@current.Sisis.de> References: <20091011062419.GA2168@current.Sisis.de> Date: Sun, 11 Oct 2009 19:14:21 +0000 Message-ID: <3a142e750910111214rb75f185k12b2cc7e1aba59d9@mail.gmail.com> From: Paul B Mahol To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Cc: kde-freebsd@kde.org, freebsd-current@freebsd.org Subject: Re: 9-CURRENT (r197801) && artsd of kde-3.5.10_2 gives SIGSEGV X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 11 Oct 2009 19:14:23 -0000 On 10/11/09, Matthias Apitz wrote: > > Hello, > > I've compiled 9-CURRENT from SVN (r197801) and CVS'uped /usr/ports at > the same day (October, 6) to compile KDE and a lot of other stuff. > > The artsd of KDE reproduceable crashes on 'test sound' with: > > $ gdb /usr/local/bin/artsd 2650 > ... > (gdb) c > Continuing. > > Program received signal SIGSEGV, Segmentation fault. > 0x28144166 in Arts::PlayObject_base::_create () from > /usr/local/lib/libkmedia2_idl.so.1 > (gdb) bt > #0 0x28144166 in Arts::PlayObject_base::_create () from > /usr/local/lib/libkmedia2_idl.so.1 > #1 0x08063bd1 in Arts::SimpleSoundServer_impl::createPlayObject () > #2 0x08061288 in Arts::SimpleSoundServer_impl::play () > #3 0x280f7103 in _dispatch_Arts_SimpleSoundServer_00 () from > /usr/local/lib/libsoundserver_idl.so.1 > #4 0x28579df6 in Arts::Object_skel::_dispatch () from > /usr/local/lib/libmcop.so.1 > #5 0x2856fae8 in Arts::Dispatcher::handle () from > /usr/local/lib/libmcop.so.1 > #6 0x2853e371 in Arts::Connection::receive () from > /usr/local/lib/libmcop.so.1 > #7 0x2857d4fe in Arts::SocketConnection::notifyIO () from > /usr/local/lib/libmcop.so.1 > #8 0x2857281f in Arts::StdIOManager::processOneEvent () from > /usr/local/lib/libmcop.so.1 > #9 0x28571e70 in Arts::StdIOManager::run () from > /usr/local/lib/libmcop.so.1 > #10 0x28568447 in Arts::Dispatcher::run () from /usr/local/lib/libmcop.so.1 > #11 0x0806a307 in main () > > Other applications, for example mplayer, play sound fine. The sound > driver is snd_ich.ko. > > Any ideas what to do? Make sure that all libraries and binarys are rebuild, thare may be ABI changes and not support for older code ....