Sun 17 Nov 2013 12:00:13 PM UTC, original submission:
Running octave-cli-3.7.7+.exe (cs17941:9799a996b2c1, mxe cross-built) in a cmd32.exe window:
If I run octave-cli without the --jit-compiler switch, a crash occurs when _run_test_suite_ processes jit.tst.
Initially Octave seems to hang forever, but that's not the case. Instead, after 10-15 minutes, it segfaults:
So with or without the --jit-compiler flag, LLVM-enabled mxe-built Octave binaries for MinGW appear unstable. I know (suspect) that in jit.tst is enabled (apparently overriding the start-up flag).
I have a fairly up-to-date mxe-octave (3286:29e227f8bef6 Don't depend on build-m4/buid-xz for and native-MinGW); it includes LLVM 3.3.
On a positive note, since few days I see no more FAILs at all in the "Integrated test scripts" section (running _run_test_suite_.m). That's the first time since I started building Octave for MinGW some 3 or 4 years ago. Nice!
|