Re: [Libevent-users] evbuffer issues on GNU/Linux amd64

2006-11-11 Thread Scott Lamb
On Nov 9, 2006, at 6:17 PM, Niels Provos wrote: I submitted a fix along these lines to subversion. Please, check it out and see if you can reproduce problems on amd64. I don't have access to such a system. Oh, buildbot also lets you force a build of a particular revision. So you should be a

Re: [Libevent-users] evbuffer issues on GNU/Linux amd64

2006-11-09 Thread Scott Lamb
On Nov 9, 2006, at 6:17 PM, Niels Provos wrote: I submitted a fix along these lines to subversion. Please, check it out and see if you can reproduce problems on amd64. I don't have access to such a system. Oh, by the way. I've been getting into buildbot lately. Are you interested in having

Re: [Libevent-users] evbuffer issues on GNU/Linux amd64

2006-11-09 Thread Scott Lamb
On Nov 9, 2006, at 6:17 PM, Niels Provos wrote: I submitted a fix along these lines to subversion. Please, check it out and see if you can reproduce problems on amd64. I don't have access to such a system. I can confirm the fix. It crashed in this spot for me before; I didn't know why. Revi

Re: [Libevent-users] evbuffer issues on GNU/Linux amd64

2006-11-09 Thread Niels Provos
I submitted a fix along these lines to subversion. Please, check it out and see if you can reproduce problems on amd64. I don't have access to such a system. Thank you, Niels. On 10/27/06, Alejo Sanchez <[EMAIL PROTECTED]> wrote: Hi Niels, list. I'm using libevent on a Gentoo GNU/Linux on am

[Libevent-users] evbuffer issues on GNU/Linux amd64

2006-10-27 Thread Alejo Sanchez
Hi Niels, list. I'm using libevent on a Gentoo GNU/Linux on amd64. The regression test for Evbuffer segfaulted and checking the code evbuffer_add_vprintf() does multiple calls always to a va_list (as the evbuffer is created without a buffer and there's a try t o vsprintf() to a null one) Accordi