Comment 7 for bug 1339730

Revision history for this message
chjgcn (chjgcn) wrote :

I had made a mistake in the patch file at line 3495. At this line,
    while (worker != job->function->worker_list && (worker_wakeup == 0 || worker_wakeup < noop_sent));
should be
    while (worker != job->function->worker_list && (worker_wakeup == 0 || worker_wakeup > noop_sent));
Thanks to yunfei !