From kde-bugs-dist Wed Jun 23 21:43:32 2004 From: Chris Clayton Date: Wed, 23 Jun 2004 21:43:32 +0000 To: kde-bugs-dist Subject: [Bug 83400] artsd crashes on startup (with signal 11 SIGSEGV) Message-Id: <20040623214332.18994.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=108802701700946 ------- 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.