Bugzilla – Bug 141967
svn segfault
Last modified: 2006-01-11 09:53:02 UTC
I am trying to checkout a svn repository. It segfaults for me, I use opensuse 10.0 but I am able to reproduce this in a box with SuSE 9.3 also. A gdb trace shows fault at ne_pull_request_body (of libneon.so.24)
Please attach the complete backtrace and give more information about how to reproduce this crash.
Here is the backtrace: Program received signal SIGSEGV, Segmentation fault. 0x402c26a8 in ?? () from /usr/lib/libneon.so.24 (gdb) bt #0 0x402c26a8 in ?? () from /usr/lib/libneon.so.24 #1 0x402c32dd in ne_pull_request_body () from /usr/lib/libneon.so.24 #2 0x402c33a5 in ne_pull_request_body () from /usr/lib/libneon.so.24 #3 0x402c500a in ne_request_create () from /usr/lib/libneon.so.24 #4 0x402c5639 in ne_begin_request () from /usr/lib/libneon.so.24 #5 0x402c56e8 in ne_request_dispatch () from /usr/lib/libneon.so.24 #6 0x400f94c4 in svn_ra_dav__request_dispatch () from /usr/lib/libsvn_ra_dav-1.so.0 #7 0x400f9918 in svn_ra_dav__parsed_request () from /usr/lib/libsvn_ra_dav-1.so.0 #8 0x400f0894 in svn_ra_dav__do_update () from /usr/lib/libsvn_ra_dav-1.so.0 #9 0x4005cd53 in svn_wc_crawl_revisions () from /usr/lib/libsvn_wc-1.so.0 #10 0x400534c7 in svn_client__update_internal () from /usr/lib/libsvn_client-1.so.0 #11 0x4003d9da in svn_client__checkout_internal () from /usr/lib/libsvn_client-1.so.0 #12 0x4003dbdd in svn_client_checkout () from /usr/lib/libsvn_client-1.so.0 #13 0x0804c730 in svn_cl__blame () #14 0x080509bb in svn_cl__check_cancel () #15 0x40571e80 in __libc_start_main () from /lib/tls/libc.so.6 #16 0x0804bde1 in ?? () $ uname -a Linux vulcanoid 2.6.11.4-20a-smp #1 SMP Wed Mar 23 21:52:37 UTC 2005 i686 i686 i386 GNU/Linux $ lsb_release -a LSB Version: core-2.0-noarch:core-2.0-ia32:graphics-2.0-ia32:graphics-2.0-noarch Distributor ID: SUSE LINUX Description: SuSE Linux 9.3 (i586) Release: 9.3 Codename: n/a
I suppose this happens right at the start... We'll need help from the KDE-maintainers here.
However I dont use kde, I use the console for this....is libneon a KDE lib?
reassign to subversion maintainer
do you have a testcase?
Never mind. I figured out my LD_LIBRARY_PATH was interfering here.