I found as_restore bug, again.
Revision
r609
Compiler
MSVC8
script code
array< ColorKind > COLOR_KIND_TABLE = { ColorKind_Red };enum ColorKind{ ColorKind_Red};
When my application save and load byte code with this code, my application was freezed.
Maybe null pointer access.
Call trace
msvc8.exe!asCRestore::TranslateFunction(asCScriptFunction * func=0x003ed990) Line 2011 + 0x11 Byte C++
msvc8.exe!asCRestore::Restore() Line 358 C++
msvc8.exe!asCModule::LoadByteCode(asIBinaryStream * in=0x00ad7018) Line 1237 + 0xb Byte C++
Please investigate.