Crashes in KDE 6 wayland #36

Closed
opened 2025-04-09 15:00:53 +00:00 by tcsenpai · 0 comments
Owner

Originally created by @kun-codes on 3/6/2024

awatcher-bundle
[2024-03-06 17:32:46.938095 WARN rocket::launch] 🚀 Rocket has launched from http://127.0.0.1:5600
thread 'main' panicked at watchers/src/watchers/kwin_window.rs:184:34:
called `Result::unwrap()` on an `Err` value: Error on starting the script

Caused by:
    org.freedesktop.DBus.Error.UnknownObject: No such object path '/0'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at watchers/src/watchers/kwin_window.rs:116:18:
Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
stack backtrace:
   0:     0x5bf2bfff40cc - <unknown>
   1:     0x5bf2c00247a0 - <unknown>
   2:     0x5bf2bfff05df - <unknown>
   3:     0x5bf2bfff3eb4 - <unknown>
   4:     0x5bf2bfff5537 - <unknown>
   5:     0x5bf2bfff529f - <unknown>
   6:     0x5bf2bfff59b8 - <unknown>
   7:     0x5bf2bfff5869 - <unknown>
   8:     0x5bf2bfff4596 - <unknown>
   9:     0x5bf2bfff5602 - <unknown>
  10:     0x5bf2bf5ee045 - <unknown>
  11:     0x5bf2bf8088df - <unknown>
  12:     0x5bf2bf7f9f75 - <unknown>
  13:     0x5bf2bf7804d5 - <unknown>
  14:     0x5bf2bf7752cd - <unknown>
  15:     0x5bf2bf786d6b - <unknown>
  16:     0x5bf2bf61f8d2 - <unknown>
  17:     0x5bf2bf6139c6 - <unknown>
  18:     0x5bf2bf6d925f - <unknown>
  19:     0x5bf2bf6950ef - <unknown>
  20:     0x5bf2bf6c0fbc - <unknown>
  21:     0x5bf2bf6952c5 - <unknown>
  22:     0x5bf2bf6c1445 - <unknown>
  23:     0x5bf2bf6c4d0d - <unknown>
  24:     0x5bf2bf65b9d3 - <unknown>
  25:     0x5bf2bf6854bd - <unknown>
  26:     0x5bf2bffe8d37 - <unknown>
  27:     0x5bf2bf6854ae - <unknown>
  28:     0x7e9d42a43cd0 - <unknown>
  29:     0x7e9d42a43d8a - __libc_start_main
  30:     0x5bf2bf5ee885 - <unknown>
  31:                0x0 - <unknown>
thread 'main' panicked at library/core/src/panicking.rs:144:5:
panic in a destructor during cleanup
thread caused non-unwinding panic. aborting.
fish: Job 1, 'awatcher-bundle' terminated by signal SIGABRT (Abort)
RUST_BACKTRACE=1 awatcher-bundle
[2024-03-06 17:35:05.187340 WARN rocket::launch] 🚀 Rocket has launched from http://127.0.0.1:5600
thread 'main' panicked at watchers/src/watchers/kwin_window.rs:184:34:
called `Result::unwrap()` on an `Err` value: Error on starting the script

Caused by:
    org.freedesktop.DBus.Error.UnknownObject: No such object path '/0'

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: __libc_start_main
  16: <unknown>
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread 'main' panicked at watchers/src/watchers/kwin_window.rs:116:18:
Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
stack backtrace:
   0:     0x5eba6a4260cc - <unknown>
   1:     0x5eba6a4567a0 - <unknown>
   2:     0x5eba6a4225df - <unknown>
   3:     0x5eba6a425eb4 - <unknown>
   4:     0x5eba6a427537 - <unknown>
   5:     0x5eba6a42729f - <unknown>
   6:     0x5eba6a4279b8 - <unknown>
   7:     0x5eba6a427869 - <unknown>
   8:     0x5eba6a426596 - <unknown>
   9:     0x5eba6a427602 - <unknown>
  10:     0x5eba69a20045 - <unknown>
  11:     0x5eba69c3a8df - <unknown>
  12:     0x5eba69c2bf75 - <unknown>
  13:     0x5eba69bb24d5 - <unknown>
  14:     0x5eba69ba72cd - <unknown>
  15:     0x5eba69bb8d6b - <unknown>
  16:     0x5eba69a518d2 - <unknown>
  17:     0x5eba69a459c6 - <unknown>
  18:     0x5eba69b0b25f - <unknown>
  19:     0x5eba69ac70ef - <unknown>
  20:     0x5eba69af2fbc - <unknown>
  21:     0x5eba69ac72c5 - <unknown>
  22:     0x5eba69af3445 - <unknown>
  23:     0x5eba69af6d0d - <unknown>
  24:     0x5eba69a8d9d3 - <unknown>
  25:     0x5eba69ab74bd - <unknown>
  26:     0x5eba6a41ad37 - <unknown>
  27:     0x5eba69ab74ae - <unknown>
  28:     0x7b3e33043cd0 - <unknown>
  29:     0x7b3e33043d8a - __libc_start_main
  30:     0x5eba69a20885 - <unknown>
  31:                0x0 - <unknown>
thread 'main' panicked at library/core/src/panicking.rs:144:5:
panic in a destructor during cleanup
thread caused non-unwinding panic. aborting.
fish: Job 1, 'RUST_BACKTRACE=1 awatcher-bundle' terminated by signal SIGABRT (Abort)

Operating System: Garuda Linux
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.7.8-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-1005G1 CPU @ 1.20GHz
Memory: 15.1 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics

Edit: works fine on X11, but crashes on wayland

*Originally created by @kun-codes on 3/6/2024* ``` awatcher-bundle [2024-03-06 17:32:46.938095 WARN rocket::launch] 🚀 Rocket has launched from http://127.0.0.1:5600 thread 'main' panicked at watchers/src/watchers/kwin_window.rs:184:34: called `Result::unwrap()` on an `Err` value: Error on starting the script Caused by: org.freedesktop.DBus.Error.UnknownObject: No such object path '/0' note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace thread 'main' panicked at watchers/src/watchers/kwin_window.rs:116:18: Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks. stack backtrace: 0: 0x5bf2bfff40cc - <unknown> 1: 0x5bf2c00247a0 - <unknown> 2: 0x5bf2bfff05df - <unknown> 3: 0x5bf2bfff3eb4 - <unknown> 4: 0x5bf2bfff5537 - <unknown> 5: 0x5bf2bfff529f - <unknown> 6: 0x5bf2bfff59b8 - <unknown> 7: 0x5bf2bfff5869 - <unknown> 8: 0x5bf2bfff4596 - <unknown> 9: 0x5bf2bfff5602 - <unknown> 10: 0x5bf2bf5ee045 - <unknown> 11: 0x5bf2bf8088df - <unknown> 12: 0x5bf2bf7f9f75 - <unknown> 13: 0x5bf2bf7804d5 - <unknown> 14: 0x5bf2bf7752cd - <unknown> 15: 0x5bf2bf786d6b - <unknown> 16: 0x5bf2bf61f8d2 - <unknown> 17: 0x5bf2bf6139c6 - <unknown> 18: 0x5bf2bf6d925f - <unknown> 19: 0x5bf2bf6950ef - <unknown> 20: 0x5bf2bf6c0fbc - <unknown> 21: 0x5bf2bf6952c5 - <unknown> 22: 0x5bf2bf6c1445 - <unknown> 23: 0x5bf2bf6c4d0d - <unknown> 24: 0x5bf2bf65b9d3 - <unknown> 25: 0x5bf2bf6854bd - <unknown> 26: 0x5bf2bffe8d37 - <unknown> 27: 0x5bf2bf6854ae - <unknown> 28: 0x7e9d42a43cd0 - <unknown> 29: 0x7e9d42a43d8a - __libc_start_main 30: 0x5bf2bf5ee885 - <unknown> 31: 0x0 - <unknown> thread 'main' panicked at library/core/src/panicking.rs:144:5: panic in a destructor during cleanup thread caused non-unwinding panic. aborting. fish: Job 1, 'awatcher-bundle' terminated by signal SIGABRT (Abort) ``` ``` RUST_BACKTRACE=1 awatcher-bundle [2024-03-06 17:35:05.187340 WARN rocket::launch] 🚀 Rocket has launched from http://127.0.0.1:5600 thread 'main' panicked at watchers/src/watchers/kwin_window.rs:184:34: called `Result::unwrap()` on an `Err` value: Error on starting the script Caused by: org.freedesktop.DBus.Error.UnknownObject: No such object path '/0' Stack backtrace: 0: <unknown> 1: <unknown> 2: <unknown> 3: <unknown> 4: <unknown> 5: <unknown> 6: <unknown> 7: <unknown> 8: <unknown> 9: <unknown> 10: <unknown> 11: <unknown> 12: <unknown> 13: <unknown> 14: <unknown> 15: __libc_start_main 16: <unknown> stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. thread 'main' panicked at watchers/src/watchers/kwin_window.rs:116:18: Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks. stack backtrace: 0: 0x5eba6a4260cc - <unknown> 1: 0x5eba6a4567a0 - <unknown> 2: 0x5eba6a4225df - <unknown> 3: 0x5eba6a425eb4 - <unknown> 4: 0x5eba6a427537 - <unknown> 5: 0x5eba6a42729f - <unknown> 6: 0x5eba6a4279b8 - <unknown> 7: 0x5eba6a427869 - <unknown> 8: 0x5eba6a426596 - <unknown> 9: 0x5eba6a427602 - <unknown> 10: 0x5eba69a20045 - <unknown> 11: 0x5eba69c3a8df - <unknown> 12: 0x5eba69c2bf75 - <unknown> 13: 0x5eba69bb24d5 - <unknown> 14: 0x5eba69ba72cd - <unknown> 15: 0x5eba69bb8d6b - <unknown> 16: 0x5eba69a518d2 - <unknown> 17: 0x5eba69a459c6 - <unknown> 18: 0x5eba69b0b25f - <unknown> 19: 0x5eba69ac70ef - <unknown> 20: 0x5eba69af2fbc - <unknown> 21: 0x5eba69ac72c5 - <unknown> 22: 0x5eba69af3445 - <unknown> 23: 0x5eba69af6d0d - <unknown> 24: 0x5eba69a8d9d3 - <unknown> 25: 0x5eba69ab74bd - <unknown> 26: 0x5eba6a41ad37 - <unknown> 27: 0x5eba69ab74ae - <unknown> 28: 0x7b3e33043cd0 - <unknown> 29: 0x7b3e33043d8a - __libc_start_main 30: 0x5eba69a20885 - <unknown> 31: 0x0 - <unknown> thread 'main' panicked at library/core/src/panicking.rs:144:5: panic in a destructor during cleanup thread caused non-unwinding panic. aborting. fish: Job 1, 'RUST_BACKTRACE=1 awatcher-bundle' terminated by signal SIGABRT (Abort) ``` Operating System: Garuda Linux KDE Plasma Version: 6.0.1 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.7.8-zen1-1-zen (64-bit) Graphics Platform: Wayland Processors: 4 × Intel® Core™ i3-1005G1 CPU @ 1.20GHz Memory: 15.1 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics Edit: works fine on X11, but crashes on wayland
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/awatcher#36
No description provided.