Wasm compiler error in .2447

Hi
In the latest build I get a new error :

Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at LLVM.Interop.LLVMInterop.LLVMRunFunctionPassManager(IntPtr FPM, IntPtr F)
   at RemObjects.Elements.Island.IslandOutput.<>c__DisplayClass15.<EmitModule>b__0()
   at System.Threading.Tasks.Parallel.<>c__DisplayClass42_0`2.<PartitionerForEachWorker>b__1()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object <p0>)
   at System.Threading.Tasks.Task.Execute()
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
   at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()

Build .2445 worked fine. Island-Windows with the same sources works fine. I will try to prepare a test case or send you a private project.

1 Like

Thanks, logged as bugs://83428

bugs://83428 got closed with status fixed.