Skip to content
New issue

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

crash when changing git repo while gitui is open #271

Closed
extrawurst opened this issue Sep 2, 2020 · 0 comments
Closed

crash when changing git repo while gitui is open #271

extrawurst opened this issue Sep 2, 2020 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@extrawurst
Copy link
Owner

panic: PanicInfo { payload: Any, message: Some(failed to fetch status: Git(Error { code: -14, klass: 10, message: "the index is locked; this might be due to a concurrent or crashed process" })), location: Location { file: "asyncgit/src/status.rs", line: 130, col: 14 } }
trace:
   0: backtrace::capture::Backtrace::new
   1: gitui::set_panic_handlers::{{closure}}
   2: std::panicking::rust_panic_with_hook
   3: _rust_begin_unwind
   4: core::panicking::panic_fmt
   5: core::option::expect_none_failed
   6: core::result::Result<T,E>::expect
   7: <rayon_core::job::HeapJob<BODY> as rayon_core::job::Job>::execute
   8: std::sys_common::backtrace::__rust_begin_short_backtrace
   9: core::ops::function::FnOnce::call_once{{vtable.shim}}
  10: std::sys::unix::thread::Thread::new::thread_start
  11: __pthread_start

panic: Any
trace:
   0: backtrace::capture::Backtrace::new
   1: gitui::set_panic_handlers::{{closure}}
   2: rayon_core::registry::Registry::handle_panic
   3: <rayon_core::job::HeapJob<BODY> as rayon_core::job::Job>::execute
   4: std::sys_common::backtrace::__rust_begin_short_backtrace
   5: core::ops::function::FnOnce::call_once{{vtable.shim}}
   6: std::sys::unix::thread::Thread::new::thread_start
   7: __pthread_start
@extrawurst extrawurst added the bug Something isn't working label Sep 2, 2020
@extrawurst extrawurst added this to the v0.11 milestone Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant