hi folks,
i amtrying to use libebb, but don't get very far: i compiled the
library ok (minus the -lefence), and then compiled the hello_world.c:
gcc -g -Wall -o hello hello_world.c -I.. ../libebb.a -lgnutls -lev
when i run this, it segfaults on ev_loop(). i linked against a debug
version of libev and libebb, and traced through the program, just to
find this weird behavior: the loop pointer gets corrupted when you do
ev_io_set in ebb_server_listen_on_fd. that doesn't make much sense to
me though, everything looks good.
has anyone seen this before?
thanks robert