chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.72k stars 1.19k forks source link

SIBABRT in process due to boost/asio/detail/conditionally_enabled_mutex.hpp in library #1363

Open ankitagarwal005 opened 9 months ago

ankitagarwal005 commented 9 months ago

This is the back trace after we can RUN function from our code. From their it went into boost library, and we ot coredump after 28 minutes of running of our process.

0 futex_wait_cancelable (private=0, expected=0, futex_word=0x5598207260) at ../sysdeps/nptl/futex-internal.h:183

1 __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55982071f8, cond=0x5598207238) at pthread_cond_wait.c:508

2 __pthread_cond_wait (cond=cond@entry=0x5598207238, mutex=0x55982071f8) at pthread_cond_wait.c:638

3 0x000000557536adf4 in boost::asio::detail::posix_event::wait (lock=..., this=0x5598207238) at /usr/include/boost/asio/detail/conditionally_enabled_mutex.hpp:98

4 boost::asio::detail::conditionally_enabled_event::wait (lock=..., this=0x5598207230) at /usr/include/boost/asio/detail/conditionally_enabled_event.hpp:89

5 boost::asio::detail::scheduler::do_run_one (ec=..., this_thread=..., lock=..., this=0x55982071c0) at /usr/include/boost/asio/detail/impl/scheduler.ipp:409

6 boost::asio::detail::scheduler::run (this=0x55982071c0, ec=...) at /usr/include/boost/asio/detail/impl/scheduler.ipp:154

7 0x0000005575367724 in boost::asio::io_context::run (this=0x55980c1270) at /usr/include/boost/asio/impl/io_context.ipp:62