Created
December 13, 2022 14:31
-
-
Save skeptomai/d0e7a9dd61b6b65ed654db9c7fcce13e to your computer and use it in GitHub Desktop.
tokio backtrace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(lldb) bt | |
* thread #3, name = 'tokio-runtime-worker', stop reason = EXC_BREAKPOINT (code=1, subcode=0x1b3070674) | |
* frame #0: 0x00000001b3070674 libunwind.dylib`libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::step() + 636 | |
frame #1: 0x00000001b30730f0 libunwind.dylib`_Unwind_Backtrace + 348 | |
frame #2: 0x00000001000ae1e0 rumqttasyncqos0`backtrace::backtrace::trace_unsynchronized::h83d641ef302f5a7c [inlined] backtrace::backtrace::libunwind::trace::ha8be58de7d384c30(cb=&mut dyn core::ops::function::FnMut<(&backtrace::backtrace::Frame), Output=bool> @ 0x000000017020ea70) at libunwind.rs:93:5 | |
frame #3: 0x00000001000ae1dc rumqttasyncqos0`backtrace::backtrace::trace_unsynchronized::h83d641ef302f5a7c(cb=<unavailable>) at mod.rs:66:5 | |
frame #4: 0x00000001000ae4f8 rumqttasyncqos0`_$LT$pprof..backtrace..backtrace_rs..Trace$u20$as$u20$pprof..backtrace..Trace$GT$::trace::h464d5494e9c737ec((null)=0x0000000170210d08, cb=<unavailable>) at backtrace_rs.rs:23:18 | |
frame #5: 0x00000001000af544 rumqttasyncqos0`perf_signal_handler(_signal=27, _siginfo=0x0000000170210ca0, ucontext=0x0000000170210d08) at profiler.rs:290:13 | |
frame #6: 0x00000001a7ab82a4 libsystem_platform.dylib`_sigtramp + 56 | |
frame #7: 0xffff8001a7a8a640 |
Author
skeptomai
commented
Dec 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment