"Label Job" has encountered a problem

Topics for the Eclipse Environment
Post Reply
ecasey
Posts: 164
Joined: Sat Mar 26, 2011 9:34 pm

"Label Job" has encountered a problem

Post by ecasey »

At a break point during a Debug session, I get an error popup "'Label Job' has encountered an error" The details say:

An internal error occurred during: "Label Job",
Java.lang.NullPointerException.

I get this when I expand the first element in an array of a structure Variable.

struct image
{
unsigned char *ptr;
int size;
char hsize[2];
}JPEG[2];

The error only occurs when I expand JPEG[0]. I can expand JPEG[1] with out an error. The program compiles and runs fine.

Does anyone know what this error is trying to tell me?
Post Reply