-
Notifications
You must be signed in to change notification settings - Fork 1
Description
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Codename: noble
uname -a
Linux mark-Desktop 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
I installed Celeste on my machine and it has crashed like this twice now. It runs for a bit before failing. I removed /home/mark/snap/celeste/current/.config/celeste folder to try again and after about an hour I got this dump.
snap info celeste
name: celeste
summary: Sync your cloud files
publisher: Hunter Wittenborn (hwittenborn)
store-url: https://snapcraft.io/celeste
license: unset
description: |
Celeste is a GUI file synchronization client that can connect to virtually any cloud provider.
commands:
- celeste
snap-id: a9zAmHVl4doDwIGkptVyA7VI7fMlPPpE
tracking: latest/stable
refresh-date: 2 days ago, at 09:12 EDT
channels:
latest/stable: 0.8.3 2024-06-22 (36) 34MB -
latest/candidate: ↑
latest/beta: ↑
latest/edge: ↑
installed: 0.8.3 (36) 34MB -
Stack Dump
thread 'main' panicked at src/launch.rs:2489:33:
internal error: entered unreachable code
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: celeste::launch::launch::sync_remote_directory
4: celeste::launch::launch::sync_remote_directory::{{closure}}
5: celeste::launch::launch::sync_remote_directory
6: celeste::launch::launch::sync_remote_directory::{{closure}}
7: celeste::launch::launch::sync_remote_directory
8: celeste::launch::launch::sync_remote_directory::{{closure}}
9: celeste::launch::launch::sync_remote_directory
10: celeste::launch::launch::sync_remote_directory::{{closure}}
11: celeste::launch::launch::sync_remote_directory
12: celeste::launch::launch
13: ::connect_activate::activate_trampoline
14: g_closure_invoke
15:
16:
17: g_signal_emit_valist
18: g_signal_emit
19:
20: g_application_run
21: ::run_with_args
22: celeste::main
thread 'main' panicked at library/core/src/panicking.rs:221:5:
panic in a function that cannot unwind
stack backtrace:
0: 0x607d83706905 - <std::sys::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hd7fe9da464dc613a
1: 0x607d837355eb - core::fmt::write::h31992ea73d92ffa4
2: 0x607d83702ecf - std::io::Write::write_fmt::h5015b998fbd1cf65
3: 0x607d837066de - std::sys::backtrace::print::h5f3f79d7ee85f598
4: 0x607d83707c29 - std::panicking::default_hook::{{closure}}::hf313047c6f9a0750
5: 0x607d837079cc - std::panicking::default_hook::hd96acc715f65b6d7
6: 0x607d83708201 - std::panicking::rust_panic_with_hook::hc3b55609717126a2
7: 0x607d83708033 - std::panicking::begin_panic_handler::{{closure}}::h6a0db00056d37e77
8: 0x607d83706dc9 - std::sys::backtrace::__rust_end_short_backtrace::h8bf20a85e9b83f5c
9: 0x607d83707d44 - rust_begin_unwind
10: 0x607d83732565 - core::panicking::panic_nounwind_fmt::hc22db378155c4432
11: 0x607d837325f2 - core::panicking::panic_nounwind::he931df6ed8de2736
12: 0x607d83732736 - core::panicking::panic_cannot_unwind::h46449aa9b12c6d31
13: 0x607d81832f04 - ::connect_activate::activate_trampoline::hbe8669dd5c700595
14: 0x79b59cb0032f - g_closure_invoke
15: 0x79b59cb162bb -
16: 0x79b59cb18f83 -
17: 0x79b59cb223f9 - g_signal_emit_valist
18: 0x79b59cb224c3 - g_signal_emit
19: 0x79b59be3aee8 -
20: 0x79b59be3b066 - g_application_run
21: 0x607d816fbec8 - ::run_with_args::hf3ae39b800c31d15
22: 0x607d817a30e7 - celeste::main::h478561235040638f
23: 0x607d818d6a63 - std::sys::backtrace::__rust_begin_short_backtrace::h4e646722653f7fdc
24: 0x607d817d6c79 - std::rt::lang_start::{{closure}}::hb1f9c1b6a30502c1
25: 0x607d836fa782 - std::rt::lang_start_internal::h55c3af6c910a5833
26: 0x607d817a6205 - main
27: 0x79b59b8c3d90 -
28: 0x79b59b8c3e40 - __libc_start_main
29: 0x607d816bd025 - _start
30: 0x0 -
thread caused non-unwinding panic. aborting.