Page 1 of 1

Unhandled exception with StringVectorData

Posted: 23 February 2008, 4:51 AM
by Don_Kirby
An unhandled exception occurs when compiling a reference to an out of bounds StringVectorData index. The error is present in both VM and native modes.
Internal error: unhandled exception
>Exit code: 1
Does this fall into the 'No array bound checking' category?

-Don

Re: Unhandled exception with StringVectorData

Posted: 23 February 2008, 7:48 AM
by dkinzer
Don_Kirby wrote:Does this fall into the 'No array bound checking' category?
No. An unhandled exception indicates a problem in the compiler's code.

In this case, the exception occurs when the compiler is preparing an error message to report the detected access beyond the bounds of the array. The warning messages were re-worked recently so that they include the warning number. In this particular instance, there was an error in that re-coding which led to the exception.