Guest User

Untitled

a guest
Jun 30th, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. debug(wlroots): [types/wlr_xdg_decoration_v1.c:216] new xdg_toplevel_decoration 0x11e99e80 (res 0x11daf280)
  2. debug(wm): update windowing start
  3. debug(wm): update windowing finish
  4. debug(wm): sent 0 tracked configure(s)
  5. debug(wm): update rendering start
  6. debug(wm): update rendering finish
  7. debug(wm): finished committing transaction
  8. debug(wlroots): [types/wlr_text_input_v3.c:184] Text input commit received without focus
  9. error(input): inactive text input tried to commit an update, client bug?
  10. debug(wm): update windowing start
  11. debug(wm): update windowing finish
  12. debug(wm): sent 0 tracked configure(s)
  13. debug(wm): update rendering start
  14. debug(wm): update rendering finish
  15. debug(wm): finished committing transaction
  16. debug(wm): update windowing start
  17. debug(wm): update windowing finish
  18. debug(wm): sent 0 tracked configure(s)
  19. debug(wm): update rendering start
  20. debug(wm): update rendering finish
  21. debug(wm): finished committing transaction
  22. debug(wlroots): [types/wlr_compositor.c:771] New wlr_surface 0x11e99e80 (res 0x11da1a20)
  23. debug(wm): new river_shell_surface_v1
  24. debug(wm): update windowing start
  25. thread 28611 panic: reached unreachable code
  26. /opt/zig-bin-0.13.0/lib/std/debug.zig:412:14: 0x1062edc in assert (river)
  27. if (!ok) unreachable; // assertion failure
  28. ^
  29. /home/zuki/src/river/river/Window.zig:813:11: 0x1135b1e in getAppId (river)
  30. assert(!window.destroying);
  31. ^
  32. /home/zuki/src/river/river/Window.zig:402:52: 0x110ddb5 in updateWindowingStart (river)
  33. window_v1.sendAppId(window.getAppId());
  34. ^
  35. /home/zuki/src/river/river/WindowManager.zig:280:63: 0x10e5ed5 in updateWindowingStart (river)
  36. while (it.next()) |window| window.updateWindowingStart();
  37. ^
  38. /home/zuki/src/river/river/WindowManager.zig:255:40: 0x10ccca6 in dirtyIdle (river)
  39. wm.updateWindowingStart();
  40. ^
  41. /home/zuki/src/river/.zig-cache/o/0444440c632a1f9c4ed4edef27d4d932/wayland_server_core.zig:564:32: 0x10ab82e in _wrapper (river)
  42. return func(@ptrCast(@alignCast(_data)));
  43. ^
  44. ???:?:?: 0x7f12d5f330a2 in ??? (libwayland-server.so.0)
  45. Unwind information for `libwayland-server.so.0:0x7f12d5f330a2` was not available, trace may be incomplete
  46.  
  47. Aborted
Advertisement
Add Comment
Please, Sign In to add comment