-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEGV folly::AsyncTimeout::libeventCallback (fd=, events=, arg=0x629000041200) at io/async/AsyncTimeout.cpp:160 #565
Comments
Related one of the test is failing too PASS: UtilTests Testsuite summary for proxygen 32.0 |
do you fix it? make[3]: Entering directory '/home/supreme/folly-bf/folly/test'
|
Platform : Ubuntu 16.04 X86_64
0x00007ffff5a60d95 in folly::AsyncTimeout::libeventCallback (fd=, events=, arg=0x629000041200) at io/async/AsyncTimeout.cpp:160
160 timeout->timeoutExpired();
(gdb) bt
#0 0x00007ffff5a60d95 in folly::AsyncTimeout::libeventCallback (fd=, events=, arg=0x629000041200) at io/async/AsyncTimeout.cpp:160
#1 0x00007fffe8feb4c9 in event_base_loop () from /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5
#2 0x00007ffff5a909f0 in folly::EventBase::loopBody (this=this@entry=0x7fffdd3fe900, flags=flags@entry=0) at io/async/EventBase.cpp:313
#3 0x00007ffff5a913d7 in folly::EventBase::loop (this=this@entry=0x7fffdd3fe900) at io/async/EventBase.cpp:252
#4 0x00007ffff5a92806 in folly::EventBase::loopForever (this=0x7fffdd3fe900) at io/async/EventBase.cpp:450
#5 0x0000000000787d49 in <lambda()>::operator()(void) const (__closure=0x60700000d6a8) at /home/abhiguru/zcode/videoproc/main.cpp:197
#6 0x000000000078fa4a in std::_Bind_simple<main(int, char**)::<lambda()>()>::_M_invoke<>(std::_Index_tuple<>) (this=0x60700000d6a8)
at /usr/include/c++/5/functional:1531
#7 0x000000000078f60e in std::_Bind_simple<main(int, char**)::<lambda()>()>::operator()(void) (this=0x60700000d6a8) at /usr/include/c++/5/functional:1520
#8 0x000000000078f386 in std::thread::_Impl<std::_Bind_simple<main(int, char**)::<lambda()>()> >::_M_run(void) (this=0x60700000d690) at /usr/include/c++/5/thread:115
#9 0x0000000000a27dd0 in execute_native_thread_routine ()
#10 0x00007ffff56be6ba in start_thread (arg=0x7fffdd3ff700) at pthread_create.c:333
#11 0x00007ffff02c682d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
The text was updated successfully, but these errors were encountered: