Re: mmap() on i386

2008-01-08 Thread Karl Karlsson
2008/1/8, Karl Karlsson [EMAIL PROTECTED]: 2008/1/8, Antoine Jacoutot [EMAIL PROTECTED]: On Tue, 8 Jan 2008, Bjvrn Ketelaars wrote: My question: Is it possible that there is a problem with mmap() on i386? For what it's worth, I'm seeing the same behaviour under macppc, rtorrent

Re: mmap() on i386

2008-01-08 Thread Karl Karlsson
2008/1/8, Antoine Jacoutot [EMAIL PROTECTED]: On Tue, 8 Jan 2008, Bjvrn Ketelaars wrote: My question: Is it possible that there is a problem with mmap() on i386? For what it's worth, I'm seeing the same behaviour under macppc, rtorrent often takes the system down. -- Antoine Crashes

Re: mmap() on i386

2008-01-08 Thread Kevin Stam
Jeez, perhaps btpd should finally support protocol encryption? Last time I checked it didn't. A surprising number of ISPs limit BitTorrent traffic, and more and more seeders, including me, can only be connected to via a client that supports encryption. Until btpd gets around to supporting this,

Re: mmap() on i386

2008-01-08 Thread Niall O'Higgins
On Tue, Jan 08, 2008 at 08:33:10AM +0100, Karl Karlsson wrote: 2008/1/8, Karl Karlsson [EMAIL PROTECTED]: 2008/1/8, Antoine Jacoutot [EMAIL PROTECTED]: On Tue, 8 Jan 2008, Bjvrn Ketelaars wrote: My question: Is it possible that there is a problem with mmap() on i386

Re: mmap() on i386

2008-01-08 Thread Jussi Peltola
On Tue, Jan 08, 2008 at 01:31:49PM -0500, Kevin Stam wrote: I just noticed unworkable in ports. It uses mmap(). Does anybody encounter problems with it? If not, then it must be rtorrent's problem, not mmap(). Oh, please... Do you really think two different programs will ever use mmap() in

Re: mmap() on i386

2008-01-08 Thread Niall O'Higgins
On Tue, Jan 08, 2008 at 01:31:49PM -0500, Kevin Stam wrote: Jeez, perhaps btpd should finally support protocol encryption? Last time I checked it didn't. A surprising number of ISPs limit BitTorrent traffic, and more and more seeders, including me, can only be connected to via a client that

Re: mmap() on i386

2008-01-08 Thread Kevin Stam
Looking at a response [2] on a message posted on Libtorrent-devel, I believe it is not an OpenBSD-only situation: /me marks another notch on the list of kernels and compilers r/libtorrent has killed... Either all of the various systems rtorrent crashes have similar bugs, or rtorrent has bugs. I

Re: mmap() on i386

2008-01-08 Thread Kevin Stam
On Jan 8, 2008 4:27 PM, Jussi Peltola [EMAIL PROTECTED] wrote: On Tue, Jan 08, 2008 at 01:31:49PM -0500, Kevin Stam wrote: I just noticed unworkable in ports. It uses mmap(). Does anybody encounter problems with it? If not, then it must be rtorrent's problem, not mmap(). Oh, please... Do

Re: mmap() on i386

2008-01-08 Thread Nick Guenther
On Jan 8, 2008 8:53 PM, Kevin Stam [EMAIL PROTECTED] wrote: Looking at a response [2] on a message posted on Libtorrent-devel, I believe it is not an OpenBSD-only situation: /me marks another notch on the list of kernels and compilers r/libtorrent has killed... Either all of the various

Re: mmap() on i386

2008-01-08 Thread Chris Kuethe
On 1/8/08, Kevin Stam [EMAIL PROTECTED] wrote: Either all of the various systems rtorrent crashes have similar bugs, or rtorrent has bugs. I don't currently have the time to ascertain which is which. Logic tells me it's more likely rtorrent, but I'm not a coder. Just tried to help out, that's

mmap() on i386

2008-01-07 Thread Björn Ketelaars
: Is it possible that there is a problem with mmap() on i386? Kind regards, Bjvrn Ketelaars [1] http://marc.info/?l=openbsd-portsm=119972122106684w=2 [2] http://rakshasa.no/pipermail/libtorrent-devel/2008-January/001423.html OpenBSD 4.2-current (GENERIC) #622: Thu Jan 3 02:37:35 MST 2008 [EMAIL

Re: mmap() on i386

2008-01-07 Thread Leonardo Rodrigues
I'm still running OpenBSD 4.1-generic and rtorrent 0.7.1 on a home server for months now, and I never really had any problems, except having to raise the limit on maxopen files. You could try checking yours with ulimit -n. If the problem is not that, then I'm clueless =( -- An OpenBSD user...

Re: mmap() on i386

2008-01-07 Thread Antoine Jacoutot
On Tue, 8 Jan 2008, Bjvrn Ketelaars wrote: My question: Is it possible that there is a problem with mmap() on i386? For what it's worth, I'm seeing the same behaviour under macppc, rtorrent often takes the system down. -- Antoine