deltachat / deltachat-desktop

Email-based instant messaging for Desktop.
GNU General Public License v3.0
952 stars 170 forks source link

Crash at startup #999

Closed ralphtheninja closed 5 years ago

ralphtheninja commented 5 years ago
name = 'deltachat_ffi'
operating_system = 'unix:Ubuntu'
crate_version = '1.0.0-alpha.4'
explanation = '''
Panic occurred in file 'src/libcore/option.rs' at line 378
'''
method = 'Panic'
backtrace = '''
stack backtrace:
   0: backtrace::backtrace::trace::h7e60f9e1535c728c (0x7f365bf5a6c7)
   1: backtrace::capture::Backtrace::new::haf53301f6a4a5b57 (0x7f365bf59423)
   2: human_panic::report::Report::new::hcbd2b4c1c92c178d (0x7f365c0faf27)
   3: human_panic::handle_dump::h053a209f2aa56266 (0x7f365be9c1b7)
   4: deltachat::dc_context_new::{{closure}}::he33c1eba0b5935ae (0x7f365b666239)
   5: std::panicking::rust_panic_with_hook::hf385e0a05e771036 (0x7f365bf7ef66)
             at src/libstd/panicking.rs:481
   6: std::panicking::continue_panic_fmt::h95ba204f85050b4c (0x7f365bf7ea02)
             at src/libstd/panicking.rs:384
   7: rust_begin_unwind (0x7f365bf7e8e6)
             at src/libstd/panicking.rs:311
   8: core::panicking::panic_fmt::h581f7a1e5499d350 (0x7f365bfa764d)
             at src/libcore/panicking.rs:85
   9: core::panicking::panic::hf6893ada3b8c575b (0x7f365bfa758c)
             at src/libcore/panicking.rs:49
  10: deltachat::sql::Sql::prepare::h6d4fe8acf43521a6 (0x7f365b7f4342)
  11: deltachat::dc_receive_imf::dc_receive_imf::h684b699657834f8c (0x7f365b71cad6)
  12: deltachat::imap::Imap::fetch_from_single_folder::h1425c655327a4793 (0x7f365b795f69)
  13: deltachat::imap::Imap::fetch::hdaa98600af7efa55 (0x7f365b7904ee)
  14: deltachat::job::perform_imap_fetch::hee6bf3bc0155e6ec (0x7f365b6a5287)
  15: dc_perform_imap_fetch (0x7f365b666cff)
  16: imap_thread_func (0x7f365b65b080)
  17: start_thread (0x7f36679ad182)
  18: __clone (0x7f366545db1f)
  19: <unknown> (0x0)'''
ralphtheninja commented 5 years ago

It keeps crashing whenever I try to start again, so application is completely broken for me at this point.

Simon-Laux commented 5 years ago

which core version?

ralphtheninja commented 5 years ago

The one I get when installing desktop.

nicodh commented 5 years ago

according to https://github.com/deltachat/deltachat-node/commit/119838fc846cb71fb23aaa080c4caf8411febcb1 that's propably https://github.com/deltachat/deltachat-core-rust/commit/188eab5fafe5f0ac1cd0a6f8d9dd37c95920f3cf - 13 days old - so worth an update...

ralphtheninja commented 5 years ago

Updating to latest dcc-rs in dc-node fixes it. Will push an update in dc-node.