All,I am trying to get fragroute working on FreeBSD 6, and have noticed that, while it seems to run fine on Linux (in this case on RHEL 3 WS), on FreeBSD, event_dispatch() goes into kqueue land thereby causing fragroute to not function. I read everything I could on this last night, and am going to continue on today, but I thought I would ask for pointers on how I might be able to specify on FreeBSD that fragroute use poll() instead of kevent(). Hope that makes sense...
gdb output, from FreeBSD: #0 0x280f1e73 in kevent () from /lib/libc.so.6 #1 0x280af457 in kq_dispatch () from /usr/local/lib/libevent-1.1a.so.1 #2 0x280ad31c in event_base_loop () from /usr/local/lib/libevent-1.1a.so.1 #3 0x280ad603 in event_loop () from /usr/local/lib/libevent-1.1a.so.1 #4 0x280ad622 in event_dispatch () from /usr/local/lib/libevent-1.1a.so.1 #5 0x08049d99 in main (argc=-1077941432, argv=0x5) at fragroute.c:238 gdb output, from Linux: #0 0x00824919 in poll () from /lib/tls/libc.so.6#1 0x00164e16 in poll_dispatch (base=0x8ba23b0, arg=0x8ba23f8, tv=0x0) at poll.c:163
#2 0x00162d1d in event_base_loop (base=0x8ba23b0, flags=0) at event.c:362 #3 0x00162c07 in event_loop (flags=0) at event.c:305 #4 0x00162b46 in event_dispatch () at event.c:268 #5 0x08049a22 in main (argc=0, argv=0xbfffb088) at fragroute.c:268 cheers, ant
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkey.org/mailman/listinfo/libevent-users