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
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
Backtrace:
0: backtrace::backtrace::libunwind::trace
at /home/sundy/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/72265be/src/backtrace/libunwind.rs:116:5
backtrace::backtrace::trace_unsynchronized
at /home/sundy/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/72265be/src/backtrace/mod.rs:66:5
backtrace::backtrace::trace
at /home/sundy/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/72265be/src/backtrace/mod.rs:53:14
1: databend_common_tracing::panic_hook::captures_frames
at /data/work/databend/src/common/tracing/src/panic_hook.rs:66:5
databend_common_tracing::crash_hook::CrashHandler::recv_signal
at /data/work/databend/src/common/tracing/src/crash_hook.rs:82:9
databend_common_tracing::crash_hook::signal_handler
at /data/work/databend/src/common/tracing/src/crash_hook.rs:246:9
2: <unknown>
3: <unknown>
4: <u8 as core::slice::cmp::SliceOrd>::compare
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/slice/cmp.rs:199:34
core::slice::cmp::<impl core::cmp::Ord for [T]>::cmp
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/slice/cmp.rs:31:9
core::str::traits::<impl core::cmp::Ord for str>::cmp
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/str/traits.rs:23:25
<databend_common_expression::types::string::StringType as databend_common_expression::types::ValueType>::compare
at /data/work/databend/src/query/expression/src/types/string.rs:174:9
<databend_common_expression::kernels::sort_compare::SortCompare as databend_common_expression::utils::visitor::ValueVisitor>::visit_typed_column::{{closure}}
at /data/work/databend/src/query/expression/src/kernels/sort_compare.rs:284:20
databend_common_expression::kernels::sort_compare::SortCompare::generic_sort::{{closure}}
at /data/work/databend/src/query/expression/src/kernels/sort_compare.rs:80:25
core::slice::<impl [T]>::select_nth_unstable_by::{{closure}}
at /rustc/cf2df68d1f5e56803c97d91e2b1a9f1c9923c533/library/core/src/slice/mod.rs:3147:70
ci-cloudBuild docker image for cloud testpr-bugfixthis PR patches a bug in codebase
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
fix(query): fix cannot obtain stack trace when segmentation fault
after this pr, macos, arm, x86 crash backtrace dump work fine.
Tests
Type of change
This change is