Files
RedBear-OS/local/recipes/wayland
vasilito cbc0b815f7 diagnostic: add null guard to wl_proxy_add_listener + bind tracing
- libwayland: fprintf+abort if wl_proxy_add_listener called with NULL proxy.
  Prints caller address via __builtin_return_address(0) to identify
  which Qt6 function passes the null proxy.
- compositor: eprintln each wl_registry_bind to show which globals
  Qt6 binds before crashing.
- Next boot will definitively identify the crash source.
2026-05-06 13:34:33 +01:00
..