Sezercan
Results
2
issues of
Sezercan
When allocating & deleting small memory blocks sequentially, some confusing debug prints appear randomly. The debug message says "pointer might not point to a valid heap region" and "this may...
Hi, I set up the Agile Config using following docker compose: ``` version: '3.1' services: db: image: mariadb restart: always environment: - MARIADB_ROOT_PASSWORD=${DB_PASS} volumes: - /opt/data:/var/lib/mysql:Z - ./setup.sql:/docker-entrypoint-initdb.d/setup.sql adminer: image:...