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
When I run Imaginary with Docker, it keeps throwing this error very frequently and exits:
imaginary-1 | assertion failed [node != nullptr]: There is a hole in the VmTracker tree at address 0xffffffffffffffeb
imaginary-1 | (VMAllocationTracker.cpp:137 vm_allocation_info_for_address)
I have already set MALLOC_ARENA_MAX. And I'm using Macbook M2, and my image list has just 14 items, I load them all at once on page load. The issue happens in just few reloads (not continuously reloads but wait sometime)
The text was updated successfully, but these errors were encountered:
When I run Imaginary with Docker, it keeps throwing this error very frequently and exits:
I have already set
MALLOC_ARENA_MAX
. And I'm using Macbook M2, and my image list has just 14 items, I load them all at once on page load. The issue happens in just few reloads (not continuously reloads but wait sometime)The text was updated successfully, but these errors were encountered: