You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the _buffer pointer is corrupt, but I haven't yet been able to find out what causes that, or where. The issue doesn't occur when I run Owl under valgrind.
Best I've seen is this:
Mar 8 23:53:28 Portia.local Owl[91231] <Error>: CGImageCreate: invalid image size: 255 x 0.
Mar 8 23:53:28 Portia.local Owl[91231] <Error>: CGImageCreate: invalid image size: 255 x 0.
Buffer address requested when its parent pool has an external reference and a deferred resize pending.
2025-03-08 23:53:39.815 Owl[91231:d07] Unknown shm format
(in that case the crash occurred in wl_shm_buffer_begin_access(), wayland-shm.c:637 ; the CGImageCreate warnings occur only when running with jemalloc.)
The text was updated successfully, but these errors were encountered:
I'm getting regular crashes under
[OwlShmBuffer invalidate]
, most often with this backtrace:This is because the
_buffer
pointer is corrupt, but I haven't yet been able to find out what causes that, or where. The issue doesn't occur when I run Owl under valgrind.Best I've seen is this:
(in that case the crash occurred in
wl_shm_buffer_begin_access()
,wayland-shm.c:637
; the CGImageCreate warnings occur only when running with jemalloc.)The text was updated successfully, but these errors were encountered: