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

Re: Testing 1.3.x on really old box

From: John Peacock <jpeacock_at_rowman.com>
Date: 2006-03-17 20:51:27 CET

Peter N. Lundblad wrote:
> What happens if you attach to the fs-tests process with a debugger or strace?
>

This is interesting:

> open("test-repo-trivial-txn/current", O_WRONLY|O_CREAT|O_EXCL, 0666) = 3
> write(3, "0 1 1\n", 6) = 6
> close(3) = 0
> open("test-repo-trivial-txn/write-lock", O_WRONLY|O_CREAT|O_EXCL, 0666) = 3
> write(3, "", 0) = 0
> close(3) = 0
> open("/dev/random", O_RDONLY) = 3
> read(3,

I guess I need to figure out what's up with /dev/random...

Sorry, false alarm.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 17 20:52:05 2006

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.