Compilation failed while executing : compile-abc
This is with the latest AIR 4.0 beta, dated 12/17, with "-useLegacyAOT no" on Mac, OS X 10.9.
0 compile-abc 0x0095d728 PrintStackTrace(void*) + 40
1 compile-abc 0x0095dba1 SignalHandler(int) + 449
2 libsystem_platform.dylib 0x9039fdeb _sigtramp + 43
3 libsystem_platform.dylib 0xffffffff _sigtramp + 1875247679
4 compile-abc 0x0005846b halfmoon::Cleaner::simplify(halfmoon::BlockEndInstr*) + 667
5 compile-abc 0x00058fc6 halfmoon::cleanBlocks(halfmoon::Context*, halfmoon::InstrGraph*, halfmoon::Cleaner*) + 166
6 compile-abc 0x0005ab34 halfmoon::removeDeadCode(halfmoon::Context*, halfmoon::InstrGraph*) + 324
7 compile-abc 0x0004ee1c halfmoon::AbcBuilder::visitBlocks(nanojit::Seq<halfmoon::AbcBlock*>*) + 316
8 compile-abc 0x000c0a76 halfmoon::parseAbc(avmplus::MethodInfo*, halfmoon::Lattice*, halfmoon::InfoManager*, nanojit::Allocator&, halfmoon::AbcGraph*, avmplus::Toplevel*, avmplus::AbcEnv*, halfmoon::ProfiledInformation*, halfmoon::Context&) + 182
9 compile-abc 0x000c1788 halfmoon::JitWriter::writeEpilogue(avmplus::FrameState const*) + 216
10 compile-abc 0x00129d3b avmplus::NullWriter::writeEpilogue(avmplus::FrameState const*) + 27
11 compile-abc 0x00183829 avmplus::Verifier::verify(avmplus::CodeWriter*) + 1273
12 compile-abc 0x000053af compile_abc::CompilerCore::emitPoolToModule(compile_abc::PoolInfo&, compile_abc::LLVMModule*) + 927
13 compile-abc 0x00004a80 compile_abc::CompilerCore::compile() + 4496
14 compile-abc 0x0000363f compile_abc::CompilerCore::run(int, char**) + 1471
15 compile-abc 0x00005f62 main + 66
16 compile-abc 0x00002235 start + 53
There's also a lengthy list of program arguments, looks like it's working on ABCs from native extensions. Buried in there is this line as well:
41063 Bus error: 10
