[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn info takes a (relatively) long time to complete

From: asdf <fia_wrc_fanatic_at_yahoo.com>
Date: 2006-08-02 18:37:29 CEST

--- Garrett Rooney <rooneg@electricjellyfish.net> wrote:

>
> That's odd. It shouldn't be taking so long... Any chance you could
> run the client in gdb and see where it's taking so much time? Just
> get the command started, then hit control-c part way through and see
> where it is.
>

Hi Garrett,

Here is the info from gdb when I ctrl-c interrupt the client (sorry
about the wrapped lines, Yahoo is pretty annoying this way):

(on Sun Solaris 9)
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "sparc-sun-solaris2.9"...
(gdb) run --username tester --password tester info svn://dev/test
Starting program: /usr/local/bin/svn --username tester --password
tester info svn://dev/test
^C
Program received signal SIGINT, Interrupt.
0xfe99ec34 in _read () from /usr/lib/libc.so.1
(gdb) bt
#0 0xfe99ec34 in _read () from /usr/lib/libc.so.1
#1 0xfe86d7bc in read () from /usr/lib/libthread.so.1
#2 0xfeed12c8 in apr_socket_recv (sock=0x56ba0, buf=0x5acf0 "( success
( ( CRAM-MD5 ) 32:Test projects repository ) ) ",
    len=0xffbff094) at sendrecv.c:81
#3 0xff1cbfe8 in readbuf_input (conn=0x56ba0, data=0x5acf0 "( success
( ( CRAM-MD5 ) 32:Test projects repository ) ) ",
    len=0xffbff094) at subversion/libsvn_ra_svn/marshal.c:247
(gdb) where
#0 0xfe99ec34 in _read () from /usr/lib/libc.so.1
#1 0xfe86d7bc in read () from /usr/lib/libthread.so.1
#2 0xfeed12c8 in apr_socket_recv (sock=0x56ba0, buf=0x5acf0 "( success
( ( CRAM-MD5 ) 32:Test projects repository ) ) ",
    len=0xffbff094) at sendrecv.c:81
#3 0xff1cbfe8 in readbuf_input (conn=0x56ba0, data=0x5acf0 "( success
( ( CRAM-MD5 ) 32:Test projects repository ) ) ",
    len=0xffbff094) at subversion/libsvn_ra_svn/marshal.c:247
(gdb)
--------------END OUTPUT FROM SUN SOLARIS 9-----------

and here is the output from the Debian Linux system:
@variable:[~]$ gdb `which svn`
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i486-linux-gnu"...(no debugging symbols
found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run --username tester --password tester info svn://dev/test
Starting program: /usr/bin/svn --username tester --password tester info
svn://dev/test
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1484564256 (LWP 3793)]
(no debugging symbols found)
Program received signal SIGINT, Interrupt.
[Switching to Thread -1484564256 (LWP 3793)]
0xa7f373de in __read_nocancel () from /lib/tls/libpthread.so.0
(gdb) where
#0 0xa7f373de in __read_nocancel () from /lib/tls/libpthread.so.0
#1 0xa7f5114e in apr_socket_recv () from /usr/lib/libapr-0.so.0
#2 0xa7db0536 in svn_ra_svn__handle_failure_status () from
/usr/lib/libsvn_ra_svn-1.so.0
#3 0xa7db097f in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#4 0xa7db0a15 in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#5 0xa7db0a4b in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#6 0xa7db11b0 in svn_ra_svn_read_item () from
/usr/lib/libsvn_ra_svn-1.so.0
#7 0xa7db1210 in svn_ra_svn_read_tuple () from
/usr/lib/libsvn_ra_svn-1.so.0
#8 0xa7daba40 in svn_ra_svn__cram_client () from
/usr/lib/libsvn_ra_svn-1.so.0
#9 0xa7da77cd in ?? () from /usr/lib/libsvn_ra_svn-1.so.0
#10 0x08083dd8 in ?? ()
#11 0x0807f298 in ?? ()
#12 0x0806b2d0 in ?? ()
#13 0x0806b2f8 in ?? ()
#14 0xaff5fdf8 in ?? ()
#15 0x0807f298 in ?? ()
#16 0x08086110 in ?? ()
#17 0xaff5fdf0 in ?? ()
#18 0x08083dd8 in ?? ()
#19 0x08086230 in ?? ()
#20 0x00000000 in ?? ()
(gdb) bt
#0 0xa7f373de in __read_nocancel () from /lib/tls/libpthread.so.0
#1 0xa7f5114e in apr_socket_recv () from /usr/lib/libapr-0.so.0
#2 0xa7db0536 in svn_ra_svn__handle_failure_status () from
/usr/lib/libsvn_ra_svn-1.so.0
#3 0xa7db097f in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#4 0xa7db0a15 in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#5 0xa7db0a4b in svn_ra_svn_flush () from
/usr/lib/libsvn_ra_svn-1.so.0
#6 0xa7db11b0 in svn_ra_svn_read_item () from
/usr/lib/libsvn_ra_svn-1.so.0
#7 0xa7db1210 in svn_ra_svn_read_tuple () from
/usr/lib/libsvn_ra_svn-1.so.0
#8 0xa7daba40 in svn_ra_svn__cram_client () from
/usr/lib/libsvn_ra_svn-1.so.0
#9 0xa7da77cd in ?? () from /usr/lib/libsvn_ra_svn-1.so.0
#10 0x08083dd8 in ?? ()
#11 0x0807f298 in ?? ()
#12 0x0806b2d0 in ?? ()
#13 0x0806b2f8 in ?? ()
#14 0xaff5fdf8 in ?? ()
#15 0x0807f298 in ?? ()
#16 0x08086110 in ?? ()
#17 0xaff5fdf0 in ?? ()
#18 0x08083dd8 in ?? ()
#19 0x08086230 in ?? ()
#20 0x00000000 in ?? ()
(gdb) The program is running. Exit anyway? (y or n) y
------------END OUTPUT FROM DEBIAN LINUX---------------------

Let me know if you require additional information.
Thanks!

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 2 18:39:29 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.