Hi wahern,
Exception thrown: read access violation.
to->pending was 0x2404943C4E0.
After debugging, I found
at line 350 wheel = timeout_wheel(rem); in file timeout.c
wheel is 9, which is is the reason why write access violation
However, test runs pretty well in ubuntu 16.04
Regards