Bug 113365 - artsd crashes on KDE startup
Summary: artsd crashes on KDE startup
Status: RESOLVED DUPLICATE of bug 111115
Alias: None
Product: arts
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 18:27 UTC by Michael Gorven
Modified: 2008-12-22 22:35 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gorven 2005-09-26 18:27:36 UTC
Version:           3.4.91 (using KDE Devel)
Installed from:    Compiled sources
Compiler:          GCC 4.0.2 CXXFLAGS='-pipe -march=pentium4 -mfpmath=sse -msse2 -mmmx'
OS:                Linux

Whenever I start KDE, artsd (Sound Server) crashes. It happens everytime. I'm using KDE 3.5 Beta compiled with debug. My backtrace doesn't look similar to any of the other bug reports, which is why I've entered a new one.

Backtrace:
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1219483968 (LWP 25835)]
[KCrash handler]
#7  0xb783b33e in __gnu_cxx::__pool<true>::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
#8  0xb7eda50a in __gnu_cxx::__mt_alloc<std::string, __gnu_cxx::__common_pool_policy<__gnu_cxx::__pool, true> >::deallocate (this=0xbfa10970, __p=0x810a3d0, 
    __n=4) at mt_allocator.h:746
#9  0xb7edb020 in ~ObjectReference (this=0xbfa10964) at stl_vector.h:123
#10 0xb7ecec8b in Arts::SoundServerStartup_base::_fromString (objectref=@0x0)
    at soundserver.cc:2545
#11 0x08069f2c in Arts::SoundServerStartup_impl::cleanReference (
    this=0x8168790) at soundserver.h:1376
#12 0x0806a822 in Arts::SoundServerStartup_impl::lock (this=0x8168790)
    at soundserverstartup_impl.cc:78
#13 0x08064988 in main (argc=14, argv=0xbfa10c34) at soundserver.h:2082
Comment 1 Philip Rodrigues 2005-09-26 22:13:05 UTC
Can you start artsd manually from a konsole? Does it crash for every output method, or just one? You might be able to find more tips on localizing the problem in the FAQ at:
http://docs.kde.org/development/en/kdebase/faq/sound.html
Comment 2 Thiago Macieira 2005-09-27 02:41:03 UTC

*** This bug has been marked as a duplicate of 111115 ***
Comment 3 xtr 2008-12-22 21:17:20 UTC
I have KDE4 meta pkg installed so I am confused why I am getting a KDE3 crash (debug report below).

It happens every startup.  Issue just began after a recent install of the mplayer, mplayerplugin, and Moonlight. This was not an issue until then.  These plugins are not working either. I will uninstall these and see if I still get this crash and report the results.


[KCrash handler]
#4  0xb6a30bc4 in Noatun::StereoVolumeControlSSE_impl::calculateBlock ()
   from /opt/kde3/lib/libnoatunarts.so
#5  0x09f80600 in ?? ()
#6  0xb7dd9b47 in Arts::StdScheduleNode::gslProcess ()
   from /opt/kde3/lib/libartsflow.so.1
#7  0xb7e3a76b in ?? () from /opt/kde3/lib/libartsflow.so.1
#8  0xb7e3b87f in _engine_master_dispatch ()
   from /opt/kde3/lib/libartsflow.so.1
#9  0xb7e37cef in gsl_engine_dispatch () from /opt/kde3/lib/libartsflow.so.1
#10 0xb7dda316 in Arts::StdScheduleNode::requireFlow ()
   from /opt/kde3/lib/libartsflow.so.1
#11 0xb7df36a8 in Arts::Synth_PLAY_impl::needMore ()
   from /opt/kde3/lib/libartsflow.so.1
#12 0xb7de00b4 in Arts::AudioSubSystem::handleIO ()
   from /opt/kde3/lib/libartsflow.so.1
#13 0xb7de0368 in Arts::AudioIOALSA::notifyIO ()
   from /opt/kde3/lib/libartsflow.so.1
#14 0xb7c4abae in Arts::StdIOManager::processOneEvent ()
   from /opt/kde3/lib/libmcop.so.1
#15 0xb7c44028 in Arts::StdIOManager::run () from /opt/kde3/lib/libmcop.so.1
#16 0xb7c44141 in Arts::Dispatcher::run () from /opt/kde3/lib/libmcop.so.1
#17 0x0805bc32 in std::ios_base::Init::~Init ()
#18 0xb79805c5 in __libc_start_main () from /lib/i686/libc.so.6
#19 0x08053e71 in std::ios_base::Init::~Init ()
Comment 4 xtr 2008-12-22 22:35:45 UTC
Uninstalling the three pkgs mentioned above did not solve the issue.  The multimedia application aRts is causing it, I do not need this program, I uninstalled this and the crash went away on the very next reboot.  Now I will re-install my three pkgs mplayer, mplayerplugin, and Moonlight.  If any further crashes happen I will report them here.