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
The text was updated successfully, but these errors were encountered:
ColinIanKing
changed the title
running stress-ng on Minux 3.4.0-RC6 on amd64 assert in vm/region.c:313
running stress-ng on Minix 3.4.0-RC6 on amd64 assert in vm/region.c:313
Mar 8, 2022
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
The text was updated successfully, but these errors were encountered: