Add backtrace output at catching panics
After catching the hook, we print the panic and terminate the process. Instead of that, we should capture the backtrace std::backtrace::Backtrace::capture();
to be able to see it with RUST_BACKTRACE=1
After catching the hook, we print the panic and terminate the process. Instead of that, we should capture the backtrace std::backtrace::Backtrace::capture();
to be able to see it with RUST_BACKTRACE=1
assigned to @vardbabayan
vbabayan/816-add-backtrace-output-at-catching-panics
to address this issue created branch vbabayan/816-add-backtrace-output-at-catching-panics
to address this issue
mentioned in merge request !1186 (merged)
changed the description
changed milestone to %24.6 - Plugins and Tiers
closed with merge request !1186 (merged)
changed milestone to %24.5 - Lowercase