nokyan / resources

Keep an eye on system resources
GNU General Public License v3.0
783 stars 58 forks source link

Keeps crashing after some interactions #352

Closed jorge-menjivar closed 2 months ago

jorge-menjivar commented 2 months ago

Is there an existing issue for this?

Current Behavior

After performing some actions. Sometimes on the first action I take, like right clicking and simply moving the mouse cause the app to crash with the following error.

└─❯ flatpak run net.nokyan.Resources

(resources:2): Gtk-WARNING **: 21:43:56.307: Unknown key gtk-modules in /home/jorge/.var/app/net.nokyan.Resources/config/gtk-4.0/settings.ini
Gdk-Message: 21:44:26.942: Error 32 (Broken pipe) dispatching to Wayland display.

Expected Behavior

Not to crash

Steps To Reproduce

  1. Open app
  2. Right-click on a process
  3. Move the mouse over the new menu. App will crash. Some times you may need to do this step multiple times.

Environment

Program Version: 1.6.0
Package type: Flatpak
System: Fedora
Hardware info:
- Kernel: 6.9.7-200.fc40.x86_64
- CPU: AMD Ryzen 9 5900X (24) @ 3.700GHz
- GPU: NVIDIA GeForce RTX 3090
- Memory: 128GB

Anything else?

No response

jorge-menjivar commented 2 months ago

It might have been a system issue. After updating all system packages, including the kernel to 6.10.6-200.fc40.x86_64, the issue is gone.