Stichting-MINIX-Research-Foundation/minix

running stress-ng on Minix 3.4.0-RC6 on amd64 assert in vm/region.c:313

ColinIanKing opened this issue · 0 comments

I'm hitting an assert in vm/region.c:313 assert "length > 0" failed, function "region_find_slot_range" with the stress-ng mmap stressor.

How to reproduce the issue:

git clone https://github.com/ColinIanKing/stress-ng
cd stress-ng
CC=clang gmake clean
CC=clang gmake fast-test-all

Screenshot from 2022-03-05 23-12-39