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

Re: svnserve hang on SMP

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-01-27 21:21:34 CET

root <ebay_101011_0x2b@yahoo.com> writes:

> I tried to run svnserve -d and then attach gdb to the
> process.

On Unix svnserve will use fork. Are you attaching gdb to the forked
child or the the listening parent? You probably want the child:

Server: $ svnserve -d ...
         $ ps ax # note svnserve ID

Client: $ svn co svn://... # wait for hang

Server: $ ps ax # note ID of new svnserve process
         $ gdb -p newID
         (gdb) bt

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jan 27 21:23:22 2004

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

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