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
thread 'Compute Task Pool (2)' panicked at /home/mikkel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy_framepace-0.17.1/src/debug.rs:38:59:
called `Result::unwrap()` on an `Err` value: "WouldBlock"
stack backtrace:
0: rust_begin_unwind
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/std/src/panicking.rs:662:5
1: core::panicking::panic_fmt
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/core/src/panicking.rs:74:14
2: core::result::unwrap_failed
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/core/src/result.rs:1679:5
3: <unknown>
4: <unknown>
5: <unknown>
6: <unknown>
7: <unknown>
8: <unknown>
9: <unknown>
10: <unknown>
11: <unknown>
12: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/alloc/src/boxed.rs:2150:9
13: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/alloc/src/boxed.rs:2150:9
14: std::sys::pal::unix::thread::Thread::new::thread_start
at /rustc/60d146580c10036ce89e019422c6bc2fd9729b65/library/std/src/sys/pal/unix/thread.rs:105:17
15: start_thread
at ./nptl/pthread_create.c:442:8
16: __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
The text was updated successfully, but these errors were encountered:
My app often crash, with this message:
The text was updated successfully, but these errors were encountered: