tags 668335 patch I think the problem is in line:
if (i >= Frame_maxtask)) i = q->begtask = Frame_maxtask - 1; When no process is found index "i" gets a negative value because Frame_maxtask value is 0. I'm sending the patch to make i and q->begtask 0 if Frame_maxtask value is less or equal to 1. Alfredo
patch-unknown_process-668335.diff
Description: Binary data

