Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

🐛 Delta crash on Windows when using as stand-alone diff tool #339

Closed
frifix opened this issue Sep 26, 2020 · 2 comments · Fixed by #341
Closed

🐛 Delta crash on Windows when using as stand-alone diff tool #339

frifix opened this issue Sep 26, 2020 · 2 comments · Fixed by #341

Comments

@frifix
Copy link

frifix commented Sep 26, 2020

For me delta version 0.4.3 crash on Windows 10 when I compare two files with command: delta file_1 file_2
Here is a backtrace:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "Nie można odnaleźć określonego pliku." }', src/main.rs:117:37
stack backtrace:
   0:     0x7ff624923cce - git_filter_source_path
   1:     0x7ff624940b1c - git_filter_source_path
   2:     0x7ff62491f553 - git_filter_source_path
   3:     0x7ff6249271eb - git_filter_source_path
   4:     0x7ff624926e38 - git_filter_source_path
   5:     0x7ff6249279bf - git_filter_source_path
   6:     0x7ff62492753f - git_filter_source_path
   7:     0x7ff62493f3b0 - git_filter_source_path
   8:     0x7ff62493f1e3 - git_filter_source_path
   9:     0x7ff6247abc1e - <unknown>
  10:     0x7ff6247b9ed2 - <unknown>
  11:     0x7ff624927bb6 - git_filter_source_path
  12:     0x7ff6247b3b17 - <unknown>
  13:     0x7ff624a2d704 - onig_unicode_define_user_property
  14:     0x7ffdd9df7bd4 - BaseThreadInitThunk
  15:     0x7ffddbb0ce51 - RtlUserThreadStart
@frifix
Copy link
Author

frifix commented Sep 26, 2020

After installing difftools on Windows it works. However I don't know if the crash is an intended behavior in this situation.

@dandavison
Copy link
Owner

Thank you, yes I think we can handle this a bit more gracefully!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants