------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=83400 ------- Additional Comments From chris theclaytons giointernet co uk 2004-06-23 23:43 ------- I've done a lot of tracing of this problem today. The seg fault seems to happen in libasound (ALSA). I added some debugging printfs to the snd_pcm_hw_param_set_near function in pcm_hw.c and recompiled. The seq fault stopped happening. I eventually found that I get the seg fault if I build alsa-libs with my distro's source rpm (rpm --rebuild srpm), but don't if I build by hand (./configure;make;make install) from the tarball. The difference will be how the arguments to configure resolve with the rpm macros (%configure) as against their default values if I run ./configure by hand at the console.