Re: [Libevent-users] libevent (svn revision 651) segfaults on linux 2.6.12, ARM little endian architecture

2008-02-24 Thread Frank Schaeckermann
Nick, if I set EVENT_NOEPOLL the offending function (epoll_dispatch) is never called and transmission-daemon is happily running along. I put a check for a good events[i].data.ptr into the for loop in epoll_dispatch and a breakpoint into the else branch that gets executed if there is a NULL

Re: [Libevent-users] libevent (svn revision 651) segfaults on linux 2.6.12, ARM little endian architecture

2008-02-23 Thread Nick Mathewson
On Fri, Feb 22, 2008 at 10:54:57AM +0100, Frank Schaeckermann wrote: I have installed transmission-daemon (a Bittorrent client) svn revision 5051 on my Maxtor Shared Storage II (ARM little endian) with Linux 2.6.12. Very soon after starting the daemon it segfaults. Hi, Frank! Here are some

[Libevent-users] libevent (svn revision 651) segfaults on linux 2.6.12, ARM little endian architecture

2008-02-22 Thread Frank Schaeckermann
I have installed transmission-daemon (a Bittorrent client) svn revision 5051 on my Maxtor Shared Storage II (ARM little endian) with Linux 2.6.12. Very soon after starting the daemon it segfaults. I have re-compiled and re-installed transmission-daemon with debug information and ran it in