From owner-freebsd-current@FreeBSD.ORG Wed Oct 14 12:33:26 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 6DE70106566C for ; Wed, 14 Oct 2009 12:33:26 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx1.utsp.utwente.nl [130.89.2.12]) by mx1.freebsd.org (Postfix) with ESMTP id E05638FC12 for ; Wed, 14 Oct 2009 12:33:25 +0000 (UTC) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id n9ECXAeR028088; Wed, 14 Oct 2009 14:33:10 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org, Matthias Apitz Date: Wed, 14 Oct 2009 14:33:10 +0200 User-Agent: KMail/1.9.10 References: <20091011062419.GA2168@current.Sisis.de> <20091013153815.GA88394@bsdcrew.de> <20091014063221.GA2301@current.Sisis.de> In-Reply-To: <20091014063221.GA2301@current.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200910141433.10715.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: kde-freebsd@kde.org, Martin Wilke Subject: Re: [kde-freebsd] 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: Wed, 14 Oct 2009 12:33:26 -0000 On Wednesday 14 October 2009 08:32:21 Matthias Apitz wrote: > I think only supporting KDE4 is not a good idea. IMHO, KDE4 is a bit > heading in the wrong direction. KDE4 is unusable for a lot of (older) > hardware and is unusable, at least, for smaller laptops or netbooks, > just because of the resources it is consuming. If the KDE team is > leaving KDE3, and I don't expect further development, but only > compability with upcoming FreeBSD ABI changes (or whatever), than we > will not have KDE3 anymore from 9-CURRENT (or even from 8.0-RELEASE) > anymore. Which would be a real pity :-( I'm suprised someone actually uses artsd. As a fellow KDE3 user on 9-CURRENT (on beefy hardware btw), I didn't have this issue because I always disable artsd because I don't want sound notifications. As long as people are using KDE3 I don't think it will die because people just like you will find the problem(s) and fix it. That said, I couldn't reproduce the problem (artsd works fine if I enable it). Uname: FreeBSD 9.0-CURRENT #2: Fri Oct 9 08:37:37 CEST 2009 i386 - Pieter > > I'm willing to nail this small issue down. I've already compiled the > arts-1.5.10_2,1 port with --enable-debug=full and will test it the > upcoming weekend. Do you have any hints for me on debugging? > I have had already a look into the code where it crashes in > soundserver/kmedia2.cc: > > ... > unsigned long Arts::PlayObject_private_base::_IID = > Arts::MCOPUtils::makeIID("Arts::PlayObject_private"); > > Arts::PlayObject_base *Arts::PlayObject_base::_create(const std::string& > subClass) { > Arts::Object_skel *skel = > Arts::ObjectManager::the()->create(subClass); assert(skel); > Arts::PlayObject_base *castedObject = (Arts::PlayObject_base > *)skel->_cast(Arts::PlayObject_base::_IID); assert(castedObject); > return castedObject; > } > ... > > but can't see anything what could cause this SIGSEGV; > > as well I have fetched the 8.0-RC1 precompiled package arts-1.5.10_2,1.tbz > and will give it a try in 9-CURRENT. > > Will let you know what I can find out. > > Thanks > > matthias