Advertisement
den4ik2003

Untitled

Jul 7th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737318471232) at ./nptl/pthread_kill.c:44
  2. 44 ./nptl/pthread_kill.c: No such file or directory.
  3. (gdb) bt
  4. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140737318471232) at ./nptl/pthread_kill.c:44
  5. #1 __pthread_kill_internal (signo=6, threadid=140737318471232) at ./nptl/pthread_kill.c:78
  6. #2 __GI___pthread_kill (threadid=140737318471232, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
  7. #3 0x00007ffff7242476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
  8. #4 0x00007ffff72287f3 in __GI_abort () at ./stdlib/abort.c:79
  9. #5 0x00007ffff76a2b9e in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  10. #6 0x00007ffff76ae20c in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  11. #7 0x00007ffff76ae277 in std::terminate() () from /lib/x86_64-linux-gnu/libstdc++.so.6
  12. #8 0x00007ffff76ae4d8 in __cxa_throw () from /lib/x86_64-linux-gnu/libstdc++.so.6
  13. #9 0x00005555558280bf in mira::e_http_error_from_str (error="503 Service Unavailable") at /home/ubuntu/connector_debug/parsing/src/parsing.cpp:25
  14. #10 0x00005555557c3673 in mira::bitmart_spot_api::bitmart_spot_wrapper<mira::order_t, mira::order_request_t const&>::operator() (this=0x5555559354a0, args#0=...)
  15. at /home/ubuntu/dmm_strat/solutions/test/../../../connector_debug/parsing/bitmart_spot/api.hpp:20
  16. #11 0x00005555557c0c73 in mira::bitmart_spot_api::new_order (this=0x5555559352d0, order=...) at /home/ubuntu/connector_debug/parsing/bitmart_spot/src/api.cpp:562
  17. #12 0x0000555555796d18 in operator() (__closure=0x7fffd00ec418) at /home/ubuntu/connector_debug/execution/src/execution.cpp:542
  18. #13 0x0000555555799e2b in std::__invoke_impl<void, mira::Execution::_safe_new_order(mira::order_request_t, mira::order_appendix_t)::<lambda()> >(std::__invoke_other, struct {...} &&) (__f=...) at /usr/include/c++/11/bits/invoke.h:61
  19. #14 0x0000555555799d5e in std::__invoke<mira::Execution::_safe_new_order(mira::order_request_t, mira::order_appendix_t)::<lambda()> >(struct {...} &&) (__fn=...)
  20. at /usr/include/c++/11/bits/invoke.h:96
  21. #15 0x0000555555799c8c in std::thread::_Invoker<std::tuple<mira::Execution::_safe_new_order(mira::order_request_t, mira::order_appendix_t)::<lambda()> > >::_M_invoke<0>(std::_Index_tuple<0>) (this=0x7fffd00ec418) at /usr/include/c++/11/bits/std_thread.h:259
  22. #16 0x0000555555799c18 in std::thread::_Invoker<std::tuple<mira::Execution::_safe_new_order(mira::order_request_t, mira::order_appendix_t)::<lambda()> > >::operator()(void) (this=0x7fffd00ec418) at /usr/include/c++/11/bits/std_thread.h:266
  23. #17 0x0000555555799bbc in std::thread::_State_impl<std::thread::_Invoker<std::tuple<mira::Execution::_safe_new_order(mira::order_request_t, mira::order_appendix_t)::<lambda()> > > >::_M_run(void) (this=0x7fffd00ec410) at /usr/include/c++/11/bits/std_thread.h:211
  24. #18 0x00007ffff76dc253 in ?? () from /lib/x86_64-linux-gnu/libstdc++.so.6
  25. #19 0x00007ffff7294ac3 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
  26. #20 0x00007ffff7326850 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement