Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jul 2008 15:29:25 +0200
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Andrew MacIntyre <andymac@bullseye.apana.org.au>
Cc:        neal@nelson.name, wxs@FreeBSD.org, python@FreeBSD.org
Subject:   Re: py-bittorrent/twistedCore broken on 8.0?
Message-ID:  <48736BB5.3080703@FreeBSD.org>
In-Reply-To: <48734D3F.5070008@bullseye.andymac.org>
References:  <48711120.1000209@FreeBSD.org> <48734D3F.5070008@bullseye.andymac.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew MacIntyre wrote:

>> i.e. just it is getting exceptions when doing nothing at all, so it 
>> seems to be completely broken.
>>
>> Have you tried this, or do you know where to begin looking at what 
>> might be wrong?
> 
> I know very little about Twisted, but I seem to recall that it offers
> a range of different reactors; if you can find where in bittorrent its
> deciding to use the kqreactor, you might be able to force it to use an
> alternate reactor (such as one based on select() or poll()).
> 
> If you can change the reactor and get something that works, that would
> suggest some issue with the kqreactor, at least on 8.x.
> 

Yeah, I tried the poll reactor, which doesn't throw exceptions but 
appears still not to work properly (the bittorrent tracker doesn't seem 
to be getting events delivered).  I am trying to track down further what 
might be wrong.

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48736BB5.3080703>