Skip to content

[Bug] Crash in desktop RC2 from basic use #3611

@astrosticks

Description

@astrosticks

I am running the flatpak on Fedora 43. Full output below.

Simplest way to reproduce:

  • Create a blank document
  • Create a basic shape (like a circle)
  • Wiggle the shape around with the mouse for several seconds until the program crashes

Doing any basic set of operations will crash the app eventually, too.

$ RUST_BACKTRACE=full flatpak run art.graphite.Graphite 

Available WGPU adapters:
[0] Vulkan IntegratedGpu (Name: Intel(R) HD Graphics 520 (SKL GT2), Driver: Intel open-source Mesa driver, Device: 6422)
[1] Vulkan Cpu (Name: llvmpipe (LLVM 21.1.7, 256 bits), Driver: llvmpipe, Device: 0)
[2] Gl IntegratedGpu (Name: Mesa Intel(R) HD Graphics 520 (SKL GT2), Driver: , Device: 0)

Using WGPU adapter: AdapterInfo { name: "Intel(R) HD Graphics 520 (SKL GT2)", vendor: 32902, device: 6422, device_type: IntegratedGpu, driver: "Intel open-source Mesa driver", driver_info: "Mesa 25.2.6 (git-3f12436d80)", backend: Vulkan }
[2:23:0107/115425.578365:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:23:0107/115425.737497:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:23:0107/115425.737571:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:23:0107/115425.890951:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:23:0107/115425.891033:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:17:0107/115425.904719:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.Properties.GetAll: object_path= /org/freedesktop/UPower/devices/DisplayDevice: unknown error type: 
[2:25:0107/115430.250296:ERROR:google_apis/gcm/engine/registration_request.cc:292] Registration response error message: DEPRECATED_ENDPOINT
2026-01-07T19:54:41.532608Z ERROR wgpu::backend::wgpu_core: Handling wgpu errors as fatal by default

thread '<unnamed>' (17) panicked at /nix/store/wmczzm8nwr237hi52rlpa46i8wwh9clv-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/wgpu-27.0.1/src/backend/wgpu_core.rs:1588:26:
wgpu error: Out of Memory

stack backtrace:
   0:     0x562a86e6f41b - <unknown>
   1:     0x562a8556166f - <unknown>
   2:     0x562a86e8a08d - <unknown>
   3:     0x562a86e6b6b3 - <unknown>
   4:     0x562a86e84632 - <unknown>
   5:     0x562a86e84512 - <unknown>
   6:     0x562a86e847e1 - <unknown>
   7:     0x562a86e6c45a - <unknown>
   8:     0x562a86e6b7c9 - <unknown>
   9:     0x562a86e8070d - <unknown>
  10:     0x562a852780e0 - <unknown>
  11:     0x562a872230c4 - <unknown>
  12:     0x562a8530489b - <unknown>
  13:     0x562a8530379a - <unknown>
  14:     0x562a8722b148 - <unknown>
  15:     0x562a854ee6fa - <unknown>
  16:     0x562a854e9cf0 - <unknown>
  17:     0x562a854eb873 - <unknown>
  18:     0x562a857b58d9 - <unknown>
  19:     0x562a85853afe - <unknown>
  20:     0x562a857bf57e - <unknown>
  21:     0x7f68534e0519 - <unknown>
fatal runtime error: failed to initiate panic, error 5, aborting```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions