Date: Tue, 20 Oct 2009 14:21:50 GMT From: Matthias Apitz <guru@unixarea.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/139798: artsd crashes with SIGSEGV on 9-CURRENT Message-ID: <200910201421.n9KELoQZ045661@www.freebsd.org> Resent-Message-ID: <200910201430.n9KEU2tm048530@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 139798 >Category: ports >Synopsis: artsd crashes with SIGSEGV on 9-CURRENT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 20 14:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Matthias Apitz >Release: 9-CURRENT (r197801) and ports from CVS >Organization: >Environment: FreeBSD vm-azul.Sisis.de 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r197801: Mon Oct 12 13:33:32 CEST 2009 guru@vm-azul.Sisis.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: - kernel and userland is SVN rev. r197801 - /usr/ports is CVS updated on October 6, 2009 the artsd compiled from ports/audio/arts crashes with SIGSEGV with the following bt: > $ 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 () interestin is that the 8.0-RC1 package from FreeBSD' ftp server does not crash in this environment, i.e. if one deinstalls the compiled pkg arts-1.5.10_2,1 and installs the one from 8.0-RC1, it works. >How-To-Repeat: # cd /usr/ports/x11/kde3 # make install clean and start KDE3 >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910201421.n9KELoQZ045661>