Re: [Libevent-users] IRIX build failure in regress_util.c

2010-11-22 Thread Nick Mathewson
On Mon, Nov 22, 2010 at 6:59 PM, Kevin Bowling wrote: > On Mon, Nov 22, 2010 at 9:54 AM, Nick Mathewson wrote: >> >> On Mon, Nov 22, 2010 at 4:06 AM, Kevin Bowling >> wrote: >> > IRIX 6.5.29, latest MIPSpro compiler and various GNU utilities from >> > Nekochan >> > repository.  libevent-2.0.8rc.

Re: [Libevent-users] Linux, epoll, libevent, regressions, stability, and 2.0.9

2010-11-22 Thread Nicholas Marriott
This kernel bug is entirely nonobvious so personally I'd either drop the changelist version entirely for now or default to the conservative version. If the latter, people who want the improved performance and understand that the program they are using will work fine can turn it on (or recommend to

RE: [Libevent-users] Linux, epoll, libevent, regressions, stability, and 2.0.9

2010-11-22 Thread Gilad Benjamini
> > Here are the two options that I *am* considering: > * Include both backends; make the existing changelist backend on by > default. The problem here is that it represents a genuine regression > against Libevent 1.4, and I really hate having regressions. A library > that accepts regressions

Re: [Libevent-users] IRIX build failure in regress_util.c

2010-11-22 Thread Kevin Bowling
On Mon, Nov 22, 2010 at 9:54 AM, Nick Mathewson wrote: > On Mon, Nov 22, 2010 at 4:06 AM, Kevin Bowling > wrote: > > IRIX 6.5.29, latest MIPSpro compiler and various GNU utilities from > Nekochan > > repository. libevent-2.0.8rc. I don't see anything wrong with the code, > > especially a line

RE: [Libevent-users] Another possible iocp issue.

2010-11-22 Thread Kelly Brock
Hi Nick, > >        I'll post more info and a testbed as soon as possible. > > Hi, Kelly! Some test code would probably indeed be necessary to fix > any bugs here. Also useful for the time being would be a > cut-and-paste of the info _exactly_ from your debugger, not just a > summary. iow, *wh

Re: [Libevent-users] Another possible iocp issue.

2010-11-22 Thread Nick Mathewson
On Mon, Nov 22, 2010 at 3:11 PM, Kelly Brock wrote: > Hi Folks, > >        I'm still working up an example testbed for this but figured I'd > give you a heads up.  Basically I am getting a memory corruption in the > following (rather extreme) case: > > 1.      Create a standard listener. > 2.    

[Libevent-users] Another possible iocp issue.

2010-11-22 Thread Kelly Brock
Hi Folks, I'm still working up an example testbed for this but figured I'd give you a heads up. Basically I am getting a memory corruption in the following (rather extreme) case: 1. Create a standard listener. 2. Setup 1000 buffer event items. Thread safe, deferred and close o

Re: [Libevent-users] IRIX build failure in regress_util.c

2010-11-22 Thread Nick Mathewson
On Mon, Nov 22, 2010 at 4:06 AM, Kevin Bowling wrote: > IRIX 6.5.29, latest MIPSpro compiler and various GNU utilities from Nekochan > repository.  libevent-2.0.8rc.  I don't see anything wrong with the code, > especially a line termination one.  Any ideas? My guess would be that somewhere, in sy

[Libevent-users] IRIX build failure in regress_util.c

2010-11-22 Thread Kevin Bowling
IRIX 6.5.29, latest MIPSpro compiler and various GNU utilities from Nekochan repository. libevent-2.0.8rc. I don't see anything wrong with the code, especially a line termination one. Any ideas? Regards, Kevin Bowling make all-am source='regress_util.c' object='regress-regress