teyahb8
teyahb8
I see. Thanks for explaining the design decision. But, this test case might be a corner case to cause a segfault instead of gracefully exiting. I am building `iwasm` from...
I will appreciate any update on this crash. Many thanks.
For some additional context, the execution of this test case now shows an assertion failure along with the crash. ``` [04:48:15:894 - 7FFFF7F347C0]: warning: failed to link import function (,...
Thanks for the clarification, @hydai. Looking forward to hearing back about your thoughts on this bug. Many thanks.
Were you able to reproduce this crash, @hydai ?
Yes. Here are some more details: **LLVM version:** LLVM-18 (18.1.8) **Building WasmEdge:** $> cd WasmEdge $> mkdir build $> cmake -DCMAKE_BUILD_TYPE=Debug .. $> make -j **Command to compile:** $> wasmedge...
Yes, I tested on a Linux machine and encountered Segmentation Faults. Thanks for confirming, @PhantomInTheWire.
I checked again. Here is what I am seeing on my end: **wasmedge-jit**: ``` $> wasmedge run --enable-all --enable-jit test.wasm to_test $> hangs indefinitely ``` **wasmedge-interp**: ``` $> wasmedge run...
@PhantomInTheWire Yes, this is indeed interesting. I think I know what might have happened with the JIT mode. The JIT mode is also showing `Segmentation fault` in version *0.14.1* (the...
Were you able to reproduce this issue, @hydai?