Bug 115299

Summary: artsd crashes on system start
Product: arts Reporter: Hauke <Timorgenius>
Component: generalAssignee: Stefan Westerfeld <stefan>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Hauke 2005-10-29 04:40:55 UTC
Version:           1.5.0 (using KDE KDE 3.4.92)
Installed from:    Ubuntu Packages
OS:                Linux

since i upgraded to KDE 3.5 beta2 artsd crashes on kde-startup. Strangely i can play mp3 files with amaroK (1.3.5) and talk in Teamspeak, but i cannot record in audacity, which is very bad for me. The error i get when i try to start artsd in console is:

hauke@hauke:~$ artsd
unix_connect: can't connect to server (unix:/tmp/ksocket-hauke/hauke-2286-4362db13)
Speicherzugriffsfehler
hauke@hauke:~$

(Speicherzugriffsfehler may be something like "error while accessing RAM")

the error i get on system startup is:



Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1218840352 (LWP 10809)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#14 0xb782533e in __gnu_cxx::__pool<true>::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
#15 0xb7f7abff in virtual thunk to Arts::SoundServerV2_stub::version() ()
   from /usr/lib/libsoundserver_idl.so.1
#16 0xb7f9a8a0 in Arts::SampleStorageEntry_base::_IID ()
   from /usr/lib/libsoundserver_idl.so.1
#17 0x08106608 in ?? ()
#18 0x00000004 in ?? ()
#19 0x081623c0 in ?? ()
#20 0x08106608 in ?? ()
#21 0x00000000 in ?? ()
#22 0xbfac4ee8 in ?? ()
#23 0xb7f84a2c in ?? () from /usr/lib/libsoundserver_idl.so.1
#24 0xbfac4f24 in ?? ()
#25 0xbfac4f30 in ?? ()
#26 0xbfac4ee8 in ?? ()
#27 0xb7f7bb0c in virtual thunk to Arts::GSLPlayObject_base::_defaultPortsOut() const () from /usr/lib/libsoundserver_idl.so.1
#28 0xbfac4f30 in ?? ()
#29 0x08106608 in ?? ()
#30 0x00000001 in ?? ()
#31 0x081623c0 in ?? ()
#32 0xb7f3bcd8 in ?? () from /usr/lib/libsoundserver_idl.so.1
#33 0x00000000 in ?? ()
#34 0xbfac4f24 in ?? ()
#35 0xbfac4f0c in ?? ()
#36 0x0816202c in ?? ()
#37 0xb7fbbb30 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#38 0xb7f6f232 in Arts::SoundServerStartup_base::_fromString ()
   from /usr/lib/libsoundserver_idl.so.1



the error i get when i try to record in audacity is:



PaHost_OpenStream: could not open /dev/dsp for O_RDWR
PaHost_OpenStream: Error - result: -10000
Comment 1 Thiago Macieira 2005-10-29 15:17:42 UTC
The bug is in g++.

*** This bug has been marked as a duplicate of 111115 ***