Menu

#178 epoll issues

u2.10.13
closed-rejected
nobody
Server (143)
5
2012-06-01
2010-04-06
No

Running current svn version I get the following issues after a while:

(gdb) bt full
#0 0xb7e03556 in raise () from /lib/libc.so.6
No symbol table info available.
#1 0xb7e04d78 in abort () from /lib/libc.so.6
No symbol table info available.
#2 0x08090970 in client_sock_callback (ev=0xbfcdfda0) at s_bsd.c:866
fmt = 0xbfcdfda0 ""
fallback = 0x9efe544 "Äçî\t"
#3 0x0805af99 in event_generate (type=ET_SIGNAL, arg=0x9eee7c4, data=0)
at ircd_events.c:181
ev = {ev_next = 0x0, ev_prev_p = 0x0, ev_type = ET_WRITE, ev_data = 0,
ev_gen = {gen_header = 0x9eee7c4, gen_socket = 0x9eee7c4,
gen_signal = 0x9eee7c4, gen_timer = 0x9eee7c4}}
#4 0x0809fd36 in engine_loop (gen=0x8159bd8) at engine_epoll.c:323
events = (struct epoll_event *) 0x9efe540
sock = (struct Socket *) 0x9eee7c4
codesize = 4
events_count = 200
i = 0
wait = <value optimized out>
nevs = 1
errcode = 113
#5 0x0805aebf in event_loop () at ircd_events.c:446

doing some test now with --disable-epoll

Discussion

  • David Herrmann

    David Herrmann - 2010-04-06

    You should use the "u2_10_12" branch instead of "trunk". Trunk is outdated and many bugfixes are not synched. Furthermore, I don't think someone wants to fix this bug if he knows that it is probably fixed in the other branch. But perhaps a maintainer remembers this bug and can give better advice ;)

     
  • Entrope

    Entrope - 2012-06-01

    This should be fixed when we merge commit f50e98744ac3e53605d59a2f313d610c9abc8f26 (old svn r1933) from u2_10_12_branch to trunk. If that never happens, consider this a "wontfix" bug.

     
  • Entrope

    Entrope - 2012-06-01
    • status: open --> closed-rejected
     

Log in to post a comment.