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

Re: svn Checkout problem

From: Ernst Herzberg <list-svn-users_at_net4u.de>
Date: 2005-01-12 06:03:08 CET

Looks strange (compiled svn with framepointers, but..)

svnserve:

(gdb) attach 32744
Attaching to process 32744
Reading symbols from /usr/bin/svnserve...(no debugging symbols found)...done.
[.....]

0xb7be8578 in write () from /lib/libpthread.so.0
(gdb) bt
#0 0xb7be8578 in write () from /lib/libpthread.so.0
#1 0xb7cbf74c in ?? () from /usr/lib/libapr-0.so.0
#2 0xb7cb3356 in apr_socket_send () from /usr/lib/libapr-0.so.0

svn (client):

(gdb) attach 23641
Attaching to process 23641
Reading symbols from /usr/bin/svn...(no debugging symbols found)...done.
[....]
0xb7ac45f8 in read () from /lib/libpthread.so.0
(gdb) bt
#0 0xb7ac45f8 in read () from /lib/libpthread.so.0
#1 0xb7ddb74c in ?? () from /usr/lib/libapr-0.so.0
#2 0xb7dcf455 in apr_socket_recv () from /usr/lib/libapr-0.so.0
#3 0x00018f4c in ?? ()

Yes, i can _reliable_ reproduce this situation. But don'n know, how to compile
that stuff on gentoo with full debug information;-)

6:00 in the morning.... cul8er

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 12 06:05:54 2005

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.