Stas Sergeev
Stas Sergeev
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
But KVM uses JIT these days: even if prejitter is not the cause, then it switches to JIT for planar GFX.
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Note that `$_cpuemu` setting also affects whatever KVM uses. It can still use SIM.
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
If the program works fine, then its of no interest.
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Yes, still the crash from Exec_x86()
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Please see if this changes anything: ``` diff --git a/src/base/emu-i386/simx86/econfig.h b/src/base/emu-i386/simx86/econfig.h index f84d23012..92c6be5d0 100644 --- a/src/base/emu-i386/simx86/econfig.h +++ b/src/base/emu-i386/simx86/econfig.h @@ -55,7 +55,7 @@ #undef DEBUG_TREE #define DEBUG_TREE_FILE "/DOS/treedump.log" -#define USE_LINKER 1...
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Have you sent it to Bart?
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Any news?
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Bisect: bf9352e52
Crash in simx86 JIT: “ERROR: Fault 13 in jit-compiled code” / ERROR: Bad exec address 0x78cb7f6ef711
Seems like BreakNode() became ineffective if the node is linked. It keeps executing instead of a break.