Bug 141967

Summary: svn segfault
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Vikram Vijayaraghavan <vvikram>
Component: ConsoleAppsAssignee: Olaf Hering <ohering>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: x86   
OS: SUSE Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Vikram Vijayaraghavan 2006-01-08 12:22:57 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)
Comment 1 Michael Gross 2006-01-09 15:17:34 UTC
Please attach the complete backtrace and give more information about how to reproduce this crash.
Comment 2 Vikram Vijayaraghavan 2006-01-09 15:22:10 UTC
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
Comment 3 Michael Gross 2006-01-09 15:54:12 UTC
I suppose this happens right at the start... We'll need help from the KDE-maintainers here.
Comment 4 Vikram Vijayaraghavan 2006-01-09 15:55:59 UTC
However I dont use kde, I use the console for this....is libneon a KDE lib?


Comment 5 Dirk Mueller 2006-01-09 16:05:30 UTC
reassign to subversion maintainer
Comment 6 Olaf Hering 2006-01-10 00:11:02 UTC
do you have a testcase?
Comment 7 Vikram Vijayaraghavan 2006-01-11 09:53:02 UTC
Never mind. I figured out my LD_LIBRARY_PATH was interfering here.