Jürgen Richtsfeld schrieb: > Am Montag 17 Dezember 2007 05:58:00 schrieben Sie: >> Jürgen Richtsfeld schrieb: >>> hi! >>> I just built as the wikipage says, but I only installed the built >>> kdesvn_0.14.1-1_amd64.deb (kdesvn-kio-plugins_0.14.1-1_amd64.deb, >>> libsvnqt4_0.14.1-1_amd64.deb and libsvnqt-dev_0.14.1-1_amd64.deb were >>> built too). kdesvn now starts fine, so with the self-built binary, the >>> problem doesn't exist (I didn't start it with gdb yet). >> I'm a bit puzzled now. Could you please re-compile kdesvn without >> DEB_BUILD_OPTIONS=nostrip,noopt >> (i.e. like it was compiled on the buildd machine). >> Does it still work then correctly? > > yes, I just did the build again (without the DEB_BUILD_OPTIONS), did a dpkg > -i > on the created kdesvn_0.14.1-1_amd64.deb, and it does work. >
Ok then, please reinstall the kdesvn(-kio-plugins) packages from unstable and if it fails again run it in valgrind [1]. Hopefully that reveals something useful. Quoting some comments from the d-d mailing list: <<<< On amd64, the only two reasons for a SIGBUS are (a) as a result of mmap, or (b) as a result of bad hardware. Assuming (a) for now, mmap(2) says: SIGBUS Attempted access to a portion of the buffer that does not cor‐ respond to the file (for example, beyond the end of the file, including the case where another process has truncated the file). Note that on other architectures, SIGBUS can also mean an unaligned access. It looks like, according to the strace, the KDE plugin loader is loading libkdesvnpart.so (*hopefully* through libdl/ld.so), and that once it's loaded the stack/data portions, something accesses the "gap" and the kernel raises a SIGBUS. It's really hard to tell what's going on here, but it could be a corrupt binary, a bug in the code that just happens to access that location, a bug in ld.so, or something else entirely. <<<< In case, kdesvn should work now after reinstalling, maybe the binary was simply corrupted the first time. Cheers, Michael [1] http://www.faqs.org/docs/Linux-HOWTO/Valgrind-HOWTO.html -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature