LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-21-2006, 08:10 PM   #1
x94qvi
LQ Newbie
 
Registered: Dec 2005
Distribution: Slackware 13.37
Posts: 26

Rep: Reputation: 16
KDE sounds causes artsd to crash with SIGABRT 6


Hi folks,

I seem have a problem with the soundserver in KDE...

I get a crash whenever a sound is tested from the Control Center: "The application Soundserver (artsd) crashed and caused the signal 6 (SIGABRT)". And if I turn on the soundsystem, then whenever a sound plays (i.e. system notification sounds), the same error occurs. And no sounds actually play, only crashes occur!

The funny thing is that I can play music from XMMS, and I can use the "play" command from the command prompt without any problems.

I have been using the Control Center to change the audio device: ALSA, Autodetect, Open Sound System, etc. None of these work, they all result in the same crash occuring... I have also used ALSACONF to reconfig ALSA, but to no avail.

Any ideas on what I can do to prevent this crash and get my sound working again?

Here's the entire backtrace:

The application Soundserver (artsd) crashed and caused the signal 6 (SIGABRT)

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 1875)]
[KCrash handler]
#5 0x407d3d81 in kill () from /lib/libc.so.6
#6 0x4066a681 in pthread_kill () from /lib/libpthread.so.0
#7 0x4066a9fb in raise () from /lib/libpthread.so.0
#8 0x407d3b14 in raise () from /lib/libc.so.6
#9 0x407d505d in abort () from /lib/libc.so.6
#10 0x407cd00f in __assert_fail () from /lib/libc.so.6
#11 0x400a3a18 in Arts::PlayObject_base::_create ()
from /opt/kde/lib/libkmedia2_idl.so.1
#12 0x0806084c in Arts::SimpleSoundServer_impl::createPlayObject ()
#13 0x0805fc2a in Arts::SimpleSoundServer_impl:lay ()
#14 0x4004f1e7 in _dispatch_Arts_SimpleSoundServer_00 ()
from /opt/kde/lib/libsoundserver_idl.so.1
#15 0x40428def in Arts::Object_skel::_dispatch ()
from /opt/kde/lib/libmcop.so.1
#16 0x4041eb35 in Arts:ispatcher::handle () from /opt/kde/lib/libmcop.so.1
#17 0x403f100e in Arts::Connection::receive () from /opt/kde/lib/libmcop.so.1
#18 0x404300d6 in Arts::SocketConnection::notifyIO ()
from /opt/kde/lib/libmcop.so.1
#19 0x404234f7 in Arts::StdIOManager:rocessOneEvent ()
from /opt/kde/lib/libmcop.so.1
#20 0x404239eb in Arts::StdIOManager::run () from /opt/kde/lib/libmcop.so.1
#21 0x40420c38 in Arts:ispatcher::run () from /opt/kde/lib/libmcop.so.1
#22 0x0806351c in main ()

Any help from you would be very much appreciated... I'm still pretty much a newbie, and have no idea how to read the backtrace details at this point...

Thanks,
Rob
 
Old 04-23-2006, 08:54 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Nobody of arts/KDE wizards seems to respond. Well, here's what I can tell you:
Some people think arts is not neccessary, some even call it evilware and remove it from their computers and use ALSA. I'd recommend do the same. Get ALSA working and configure all your apps to use it.
 
Old 04-23-2006, 09:08 AM   #3
Bruce Hill
HCL Maintainer
 
Registered: Jun 2003
Location: McCalla, AL, USA
Distribution: Arch, Gentoo
Posts: 6,940

Rep: Reputation: 129Reputation: 129
Try setting KDE to use Autodetect, then from a terminal as root issue "alsaconf" and setup your soundcard, then issue as user "alsamixer" and unmute and set your volumes, then issue as root "alsactl store" to save your settings. Hope this helps, as KDE and sound are buggy for me, too. At present with Slackware-current, KDE 3.5.2, custom 2.6.16.2 kernel, alsa-driver-1.0.11rc3_2.4.32-i486-1 that came with Slackware -current original install --- this box is set in Sound System via kcontrol as Autodetect. This is in "ps aux":
Code:
mingdao@silas:~/LeiDan/files$ ps aux | grep -i alsa
mingdao  13238  0.0  0.0   1852   612 pts/2    R+   22:05   0:00 grep -i alsa
mingdao@silas:~/LeiDan/files$ ps aux | grep -i arts
mingdao   4255  0.0  2.0  95228 41832 ?        S    14:07   0:11 artsd -F 10 -S 4096 -s 60 -m artsmessage -c drkonqi -l 3 -f
mingdao  13241  0.0  0.0   1852   608 pts/2    R+   22:05   0:00 grep -i arts
 
Old 05-25-2006, 06:14 AM   #4
x94qvi
LQ Newbie
 
Registered: Dec 2005
Distribution: Slackware 13.37
Posts: 26

Original Poster
Rep: Reputation: 16
Aha! I was able to FINALLY figure out the problem & the solution...

Basically, back in February I attempted to clean house by removing other packages that KDE multimedia needs to function (didn't know this at the time though)... Namely, the xine packages. After installing xine-lib, xine-ui and gxine, the problem completely disappeared!

I was able to figure this out by opening a terminal window when using KDE, andthen running "artsd" from the prompt (which would normally hang). Then, I attempted to test a sound from the Control Center Sound System, which caused a SIGABRT error. But it also caused an error to appear in the terminal window with more details, indicating that a particular file and it's symbolic link was missing - and after some simple searching here on LQ, was able to determine which package it belonged to - a xine package. So, I decided to reinstall the xine package trio, and no problems anymore!

Emerson & Chinaman: thanks very much for your input. Your reponses motivated me to get me looking throughout my system trying to figure out exactly what was going on.
 
1 members found this post helpful.
Old 02-09-2011, 03:36 AM   #5
tux_addict
Member
 
Registered: Dec 2004
Location: Nairobi, Kenya
Distribution: Ubuntu 21.10, Debian 11 (Bullseye)
Posts: 91

Rep: Reputation: 15
More mojo to you!

Props to you x94qvi! I was having the same problem (Slackware 12.2, KDE 3.10) and your solution did the trick! Some folks on the forum were even suggesting recompiling X.Org! The thought makes me shudder. Anyway, thanks dude, and more mojo to you!
 
Old 02-10-2011, 07:23 PM   #6
x94qvi
LQ Newbie
 
Registered: Dec 2005
Distribution: Slackware 13.37
Posts: 26

Original Poster
Rep: Reputation: 16
No problem. Glad it helped!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Artsd crash on startup evilgold Linux - Newbie 1 08-08-2005 10:20 AM
knotify crash all other except system sounds are fine netsurf SUSE / openSUSE 0 05-23-2005 09:45 AM
artsd soundserver crash Trio3b Linux - Newbie 1 03-03-2005 10:38 AM
artsd crashing when playing system sounds Metalbarthug SUSE / openSUSE 6 11-13-2004 02:59 AM
Mp3s crash artsd slaxnoob Slackware 23 07-31-2004 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration