Comment 3 for bug 526524

Revision history for this message
In , Daniele Napolitano (dnax88) wrote :

The problem seems to be here:

src/helpers/job-drive-benchmark.c

line 175: pos &= ~(page_size - 1);

This operation make "pos" negative, before this line "pos" is positive.