Bug 88659 - artsd crashes at noatun start
Summary: artsd crashes at noatun start
Status: RESOLVED DUPLICATE of bug 74479
Alias: None
Product: arts
Classification: Miscellaneous
Component: artsd (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 04:37 UTC by Andrey V. Panov
Modified: 2006-07-29 13:18 UTC (History)
0 users

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 Andrey V. Panov 2004-09-02 04:37:30 UTC
Version:           1.3.0 (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
Compiler:          gcc-3.3.3 i486-slackware-linux
OS:                Linux

artsd crashes at every noatun start. Alsa-1.0.5 output is used. The soundcard is 

  Bus  0, device  31, function  5:
    Multimedia audio controller: Intel Corp. 82801DB AC'97 Audio Controller (rev 2).
      IRQ 11.
      I/O at 0xa800 [0xa8ff].
      I/O at 0xa400 [0xa43f].
      Non-prefetchable 32 bit memory at 0xed800000 [0xed8001ff].
      Non-prefetchable 32 bit memory at 0xed000000 [0xed0000ff].

snd-intel8x0 kernel module is used. The bug existed also in kde-3.2.x and it seems to appear only on specific computer.

Output from ldd:

ldd /opt/kde/bin/artsd
        libsoundserver_idl.so.1 => /opt/kde/lib/libsoundserver_idl.so.1 (0x40016000)
        libkmedia2_idl.so.1 => /opt/kde/lib/libkmedia2_idl.so.1 (0x40081000)
        libartsflow.so.1 => /opt/kde/lib/libartsflow.so.1 (0x400c5000)
        libmcop_mt.so.1 => /opt/kde/lib/libmcop_mt.so.1 (0x4020a000)
        libartsflow_idl.so.1 => /opt/kde/lib/libartsflow_idl.so.1 (0x40210000)
        libesd.so.0 => /usr/lib/./libesd.so.0 (0x402ca000)
        libaudiofile.so.0 => /usr/lib/./libaudiofile.so.0 (0x402d4000)
        libasound.so.2 => /usr/lib/./libasound.so.2 (0x402f8000)
        libmcop.so.1 => /opt/kde/lib/libmcop.so.1 (0x403a7000)
        libvorbisfile.so.3 => /usr/lib/./libvorbisfile.so.3 (0x40463000)
        libvorbisenc.so.2 => /usr/lib/./libvorbisenc.so.2 (0x4046c000)
        libvorbis.so.0 => /usr/lib/./libvorbis.so.0 (0x40554000)
        libogg.so.0 => /usr/lib/./libogg.so.0 (0x4057c000)
        libmad.so.0 => /usr/lib/./libmad.so.0 (0x40581000)
        libgmodule-2.0.so.0 => /usr/lib/./libgmodule-2.0.so.0 (0x40596000)
        libdl.so.2 => /lib/libdl.so.2 (0x405bb000)
        libgthread-2.0.so.0 => /usr/lib/./libgthread-2.0.so.0 (0x405bf000)
        libglib-2.0.so.0 => /usr/lib/./libglib-2.0.so.0 (0x405c4000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40642000)
        librt.so.1 => /lib/librt.so.1 (0x40693000)
        libstdc++.so.5 => /usr/lib/./libstdc++.so.5 (0x406a5000)
        libgcc_s.so.1 => /usr/lib/./libgcc_s.so.1 (0x4075c000)
        libm.so.6 => /lib/libm.so.6 (0x40765000)
        libc.so.6 => /lib/libc.so.6 (0x40787000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

esound is compiled with alsa support. Backtrace:

Using host libthread_db library "/lib/libthread_db.so.1".
0x4064f4da in waitpid () from /lib/libpthread.so.0
#0  0x4064f4da in waitpid () from /lib/libpthread.so.0
#1  0x08065cdd in virtual thunk to Arts::SampleStorageEntry_skel::~SampleStorageEntry_skel() ()
#2  0x00007c53 in ?? ()
#3  0x00000000 in ?? ()
#4  0x00000000 in ?? ()
#5  0x40731761 in operator delete () from /usr/lib/./libstdc++.so.5
#6  0x4064dbe5 in pthread_barrierattr_setpshared () from /lib/libpthread.so.0
#7  0x00000000 in ?? ()
#8  0x00000000 in ?? ()
#9  0x0000002b in ?? ()
#10 0x0000002b in ?? ()
#11 0x00000001 in ?? ()
#12 0x00000000 in ?? ()
#13 0xbfffca28 in ?? ()
#14 0xbfffc9d0 in ?? ()
#15 0x40d2a5d8 in ?? () from /opt/kde/lib/libwinskinvis.so
#16 0x00000001 in ?? ()
#17 0x00000001 in ?? ()
#18 0x081b1088 in ?? ()
#19 0x0000000e in ?? ()
#20 0x00000006 in ?? ()
#21 0x40d251eb in VISQueue::VISQueue () from /opt/kde/lib/libwinskinvis.so

The system is slackware-current (linux-2.4.26, glibc-2.3.2).
Comment 1 Stefan Gehn 2004-09-02 08:44:41 UTC
just don't use that buggy winamp skin stuff.
Comment 2 Andreas Kling 2006-07-29 13:18:30 UTC

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