05-28-2015, 09:08 AM
Whoops, another segfault. This one seems to trigger only when pinging the server in the server list.
Does anyone have any ideas on how to fix it?
Code:
#0 0x000000000055c6d5 in cClientHandle::OnRemoteClosed() ()
#1 0x0000000000605d6a in cTCPLinkImpl::EventCallback(bufferevent*, short, void*) ()
#2 0x0000000000963cb6 in bufferevent_readcb ()
#3 0x0000000000969095 in event_process_active_single_queue.isra.30 ()
#4 0x00000000009697df in event_process_active ()
#5 0x000000000096ce70 in event_base_loop ()
#6 0x00007ffff7967e30 in ?? ()
from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libstdc++.so.6
#7 0x00007ffff7bc4182 in start_thread ()
from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libpthread.so.0
#8 0x00007ffff72e884d in clone ()
from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libc.so.6
Does anyone have any ideas on how to fix it?