We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When store_stack_traces is on (which it is by default) we occasionally get a crash in the backtrace crate. It would seem we're asserting in this line: https://github.com/rust-lang/backtrace-rs/blob/47069af003d7f4ca62f5b4517a43039c46dfc34d/src/dbghelp.rs#L315
store_stack_traces
backtrace
OS Version: windows None (None) Report Version: 104 Application Specific Information: assertion failed: `(left == right)` left: `128`, right: `0` Thread 0 Crashed: 0 std 0x7ff7e6d46b7c std::panicking::begin_panic_fmt (panicking.rs:437) 1 backtrace 0x7ff7e695cbdc backtrace::dbghelp::init (dbghelp.rs:315) 2 backtrace 0x7ff7e695b8f4 backtrace::symbolize::dbghelp::resolve (dbghelp.rs:76) 3 backtrace 0x7ff7e695995a [inlined] backtrace::symbolize::resolve_frame_unsynchronized (mod.rs:178) 4 backtrace 0x7ff7e695995a backtrace::symbolize::resolve_frame<T> (mod.rs:105) 5 backtrace 0x7ff7e6958ee8 backtrace::capture::Backtrace::resolve (capture.rs:232) 6 backtrace 0x7ff7e6958db5 backtrace::capture::Backtrace::new (capture.rs:141) 7 gpu_allocator 0x7ff7e6875c5f gpu_allocator::VulkanAllocator::allocate (lib.rs:688) 8 breda 0x7ff7e67c7a01 breda::renderer::vulkan::allocator::gpu_allocator_wrapper::{{impl}}::alloc (gpu_allocator_wrapper.rs:100) ...
The text was updated successfully, but these errors were encountered:
Small note: we should probably default to having stack trace collection being off by default.
Sorry, something went wrong.
No branches or pull requests
When
store_stack_traces
is on (which it is by default) we occasionally get a crash in thebacktrace
crate. It would seem we're asserting in this line: https://github.com/rust-lang/backtrace-rs/blob/47069af003d7f4ca62f5b4517a43039c46dfc34d/src/dbghelp.rs#L315The text was updated successfully, but these errors were encountered: