Bug 114802 - artsd crashes after changing buffer length (11 - SIGSEV)
Summary: artsd crashes after changing buffer length (11 - SIGSEV)
Status: RESOLVED DUPLICATE of bug 111115
Alias: None
Product: arts
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Stefan Westerfeld
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 10:46 UTC by Alexander Gleich
Modified: 2005-10-21 12:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot of sound-system settings tab 1 (112.74 KB, image/png)
2005-10-21 10:48 UTC, Alexander Gleich
Details
screenshot of sound-system settings tab 2 (86.26 KB, image/png)
2005-10-21 10:49 UTC, Alexander Gleich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Gleich 2005-10-21 10:46:34 UTC
Version:            (using KDE KDE 3.4.92)
Installed from:    Ubuntu Packages
Compiler:          KUbuntu Breezy Package KUbuntu Breezy Package
OS:                Linux

I changed the sound buffer length from default to a lower value (46 ms by the way, but it doesn't matter, because artsd crashes, whatever buffer length I use).

I change anything (doesn't matter what), I click on "Apply". This litte "Starting sound sever" window comes up, but immediatly I get a crash message, which says "arts has exited with signal 11 (SIGSEV)"

I used the packages from this sources to install KDE 3.5 Beta2 on my Ubuntu Breezy system:
deb ftp://ftp.kde.org/pub/kde/unstable/3.5-beta2/kubuntu/ breezy main
deb http://spout.ussg.indiana.edu/kde/unstable/3.5-beta2/kubuntu/ breezy main


Here is the backtrace:
-------------backtrace----------------------
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)
[Thread debugging using libthread_db enabled]
[New Thread -1208568128 (LWP 8525)]
[KCrash handler]
#14 0x49caf95e in __gnu_cxx::__pool<true>::_M_reclaim_block ()
   from /usr/lib/libstdc++.so.6
#15 0x4b68639f in virtual thunk to Arts::SoundServerV2_stub::version() ()
   from /usr/lib/libsoundserver_idl.so.1
#16 0x4b6a6040 in Arts::SampleStorageEntry_base::_IID ()
   from /usr/lib/libsoundserver_idl.so.1
#17 0x08106608 in ?? ()
#18 0x00000004 in ?? ()
#19 0x08104fb8 in ?? ()
#20 0x08106608 in ?? ()
#21 0x00000000 in ?? ()
#22 0xbfe85c88 in ?? ()
#23 0x4b6901cc in ?? () from /usr/lib/libsoundserver_idl.so.1
#24 0xbfe85cc4 in ?? ()
#25 0xbfe85cd0 in ?? ()
#26 0xbfe85c88 in ?? ()
#27 0x4b6872ac in virtual thunk to Arts::GSLPlayObject_base::_defaultPortsOut() const () from /usr/lib/libsoundserver_idl.so.1
#28 0xbfe85cd0 in ?? ()
#29 0x08106608 in ?? ()
#30 0x00000001 in ?? ()
#31 0x08104fb8 in ?? ()
#32 0x4b63ccd8 in ?? () from /usr/lib/libsoundserver_idl.so.1
#33 0x00000000 in ?? ()
#34 0xbfe85cc4 in ?? ()
#35 0xbfe85cac in ?? ()
#36 0x0816202c in ?? ()
#37 0x48fe8b30 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#38 0x4b67a9d2 in Arts::SoundServerStartup_base::_fromString ()
   from /usr/lib/libsoundserver_idl.so.1
Comment 1 Alexander Gleich 2005-10-21 10:48:29 UTC
Created attachment 13098 [details]
screenshot of sound-system settings tab 1
Comment 2 Alexander Gleich 2005-10-21 10:49:31 UTC
Created attachment 13099 [details]
screenshot of sound-system settings tab 2
Comment 3 Thiago Macieira 2005-10-21 12:18:08 UTC
Our working theory is that this is g++'s fault.

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