Re: select() and svn 1.5
Re: select() and svn 1.5
- Subject: Re: select() and svn 1.5
- From: Jonas Maebe <email@hidden>
- Date: Sat, 30 Aug 2008 10:14:34 +0100
On 30 Aug 2008, at 09:24, Luke Daley wrote:
Interesting. Here is svn 1.4…
svn: select(nfds=4, readfds=bfffe918, writefds=0, errorfds=0,
timeout=bfffe998)
[snip]
And 1.5…
svn: select(nfds=4, readfds=7fff5fbfe580, writefds=7fff5fbfe500,
errorfds=0, timeout=7fff5fbfe4f0)
[snip]
Tried several times and got the same behaviour all times. The
command was `svn log http://macromates.com/svn/Bundles --limit 1`,
without my library injected. This unfortunately doesn't ring any
bells for me.
What I don't understand is why the syscall to select in my code,
using the exact params that were passed to select untouched, fails.
Is your library perhaps 32 bit only? It appears the copy of svn 1.4
you have is 32 bit, while the 1.5 one is 64 bit.
Jonas _______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden