Unhandled exception with StringVectorData

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
Don_Kirby
Posts: 341
Joined: 15 October 2006, 3:48 AM
Location: Long Island, New York

Unhandled exception with StringVectorData

Post 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
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Unhandled exception with StringVectorData

Post 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.
- Don Kinzer
Locked