This can happen if the worker crashes when processing the job. You might be able to get more information like so:
c = parcluster();
j = createJob(c, ...);
t = createTask(j, ...);
c.getDebugLog(t) % gets more information about the task 't'
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!