You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
core info:
Reading symbols from /home/smartguys/src/ocsr90/lss/bin/Test...(no debugging symbols found)...done.
[New LWP 19725]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
Core was generated by `./Test'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007ffff7ba2a27 in std::_Function_handler<void (std::shared_ptrrestbed::Session), restbed::detail::ServiceImpl::create_session(std::shared_ptr<asio::basic_stream_socketasio::ip::tcp > const&, std::error_code const&) const::{lambda(std::shared_ptrrestbed::Session)#1}>::_M_invoke(std::_Any_data const&, std::shared_ptrrestbed::Session&&) () from /home/smartguys/tools/runtime/lib/librestbed.so.4
Missing separate debuginfos, use: debuginfo-install glibc-2.17-157.el7_3.1.x86_64 libgcc-4.8.5-11.el7.x86_64 libstdc++-4.8.5-11.el7.x86_64
(gdb) where
#0 0x00007ffff7ba2a27 in std::_Function_handler<void (std::shared_ptrrestbed::Session), restbed::detail::ServiceImpl::create_session(std::shared_ptr<asio::basic_stream_socketasio::ip::tcp > const&, std::error_code const&) const::{lambda(std::shared_ptrrestbed::Session)#1}>::_M_invoke(std::_Any_data const&, std::shared_ptrrestbed::Session&&) () from /home/smartguys/tools/runtime/lib/librestbed.so.4 #1 0x00007ffff7b8570e in restbed::SessionManager::create(std::function<void (std::shared_ptrrestbed::Session)> const&) ()
from /home/smartguys/tools/runtime/lib/librestbed.so.4 #2 0x00007ffff7ba0881 in restbed::detail::ServiceImpl::create_session(std::shared_ptr<asio::basic_stream_socketasio::ip::tcp > const&, std::error_code const&) const () from /home/smartguys/tools/runtime/lib/librestbed.so.4 #3 0x00007ffff7bab030 in asio::detail::reactive_socket_accept_op<asio::basic_socketasio::ip::tcp, asio::ip::tcp, std::_Bind<std::_Mem_fn<void (restbed::detail::ServiceImpl::)(std::shared_ptr<asio::basic_stream_socketasio::ip::tcp > const&, std::error_code const&) const> (restbed::detail::ServiceImpl const, std::shared_ptr<asio::basic_stream_socketasio::ip::tcp >, std::_Placeholder<1>)> >::do_complete(void*, asio::detail::scheduler_operation*, std::error_code const&, unsigned long) () from /home/smartguys/tools/runtime/lib/librestbed.so.4 #4 0x00007ffff7b9a26e in asio::detail::epoll_reactor::descriptor_state::do_complete(void*, asio::detail::scheduler_operation*, std::error_code const&, unsigned long) () from /home/smartguys/tools/runtime/lib/librestbed.so.4 #5 0x00007ffff7b6c322 in restbed::Service::start(std::shared_ptr<restbed::Settings const> const&) ()
from /home/smartguys/tools/runtime/lib/librestbed.so.4 #6 0x00000000004031e9 in main ()
The text was updated successfully, but these errors were encountered:
oleacs
changed the title
thread bug cause core dump!
bug cause core dump!
Sep 28, 2017
oleacs
changed the title
bug cause core dump!
schedule HTTP client work on service run-loop cause core dump!
Sep 28, 2017
oleacs
changed the title
schedule HTTP client work on service run-loop cause core dump!
Restful service and schedule HTTP client work on service run-loop cause core dump!
Sep 28, 2017
@oleacs I apologize for the delay. This ticket managed to get lost in the all the static.
I've attempted to replicate your issue as stated above, and also by changing the supplied request URL, with no luck.
I saw a slow response time due to the repeated test( ) HTTP requests chewing up ASIO. Can you provide any further information and I'll prioritise this ticket?
scene:
run program then send
curl -w'\n' -v -XGET 'http://localhost:1984/resource'
The text was updated successfully, but these errors were encountered: