Crash report
Opened this issue · 0 comments
timfel commented
This happens on wyvern installed via cargo
on Rasbian Buster when trying to download my full games library. (for now I've just wrapped it in a while loop that continues until exit code is 0, it does get to download few gigabytes every time before crashing, so I can still make progress)
name = 'wyvern'
operating_system = 'unix:Unknown'
crate_version = '1.4.1'
explanation = '''
Panic occurred in file 'src/libcore/result.rs' at line 1188
'''
cause = 'called `Result::unwrap()` on an `Err` value: Error(Io(Custom { kind: TimedOut, error: "timed out" }), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })'
method = 'Panic'
backtrace = '''
0: 0x98611c - core::result::unwrap_failed::h6f265d930aca7ba0
at /usr/src/rustc-1.41.1/src/libcore/result.rs:1188
1: 0x52d2fc - wyvern::games::download::download_prep::h25ea0ce7c56e8db1
2: 0x4dd7bc - wyvern::parse_args::hbf1cb48c0dbb5a60
3: 0x4db364 - wyvern::main::hba3c02c2804132ac
4: 0x534928 - std::rt::lang_start::{{closure}}::h323683cfed830603
5: 0x96da2c - std::rt::lang_start_internal::{{closure}}::hd577abfa6cbb5c86
at /usr/src/rustc-1.41.1/src/libstd/rt.rs:52
- std::panicking::try::do_call::hc3f947477ee8c99a
at /usr/src/rustc-1.41.1/src/libstd/panicking.rs:292
6: 0x97074c - __rust_maybe_catch_panic
at /usr/src/rustc-1.41.1/src/libpanic_unwind/lib.rs:78
7: 0x95b9c8 - std::panicking::try::h418b59a1b5e34b4e
at /usr/src/rustc-1.41.1/src/libstd/panicking.rs:270
- std::panic::catch_unwind::he1fef2aa549f171b
at /usr/src/rustc-1.41.1/src/libstd/panic.rs:394
- std::rt::lang_start_internal::he16591861f8071f7
at /usr/src/rustc-1.41.1/src/libstd/rt.rs:51
8: 0x4e3248 - main
9: 0xb6a33718 - __libc_start_main'''