h2non / imaginary

Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing

Home Page:https://fly.io/docs/app-guides/run-a-global-image-service/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker keeps throwing (VMAllocationTracker.cpp:137 vm_allocation_info_for_address)

maitrungduc1410 opened this issue · comments

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)

Even when I add lazy load from frontend and just load 2 images at once, it still throw the error and exit