erxiaozhou

Results 43 issues of erxiaozhou

### Describe the bug On my AMD CPU x86_64, There is a failed execution when using wasmer to run the test case [test-case.zip](https://github.com/bytecodealliance/wasmtime/files/8980520/test-case.zip). The tested wasmer version is 2.3.0 or...

🐞 bug
priority-low

# Build commands I compile the code with commit id f5939c7bc1930ecaaa42f5bf332e084753689400. Platform: Ubuntu 20.04 CPU: amd64 compile: ```shell export CC=/usr/bin/clang-14 export CXX=/usr/bin/clang++-14 cd product-mini/platforms/linux/;rm -rf build cmake -DWAMR_BUILD_INTERP=1 -DWAMR_BUILD_AOT=0 -DCMAKE_BUILD_TYPE=Debug...

### Summary The test case contains a `memory.init` instruction and it is supposed to be valid. However, an unexpected exception indicating "memory OOB" is triggered. The instructions in the test...

bug
good first issue
platform-linux
arch-x86_64

### Summary An unexpected exception can be triggered on WasmEdge. ### Current State There is an exception indicating "memory OOB". ### Expected State An output: 782761984 ### Reproduction steps 1....

bug
good first issue
platform-linux
arch-x86_64

## Description ### Current State Output 1 and there is zero page in the memory. ### Expected State Output 0xffffffff and there is one page in the memory. ## Environment...

## Description ### Current State Crash ``` Segmentation fault (core dumped) ``` ## Environment - Code Version: git commit id 772f8f4648fcba75f77f894a6050db121e7651a2 - Hardware Architecture: x86\_64 - Operating system: Ubuntu 20.04...

## Description ### Current State Output: Result: 1 ### Expected An exception indicating that "table OOB " ## Environment - Code Version: git commit id 772f8f4648fcba75f77f894a6050db121e7651a2 - Hardware Architecture: x86\_64...

## Description ### Current State Output: Result: -0.000000 ### Expected An exception indicating that "(multi-memory not enabled): zero byte expected" ## Environment - Code Version: git commit id 772f8f4648fcba75f77f894a6050db121e7651a2 -...

## Description ### Current State Output: Result: 0 ### Expected An exception indicating that "section size mismatch or function size mismatch " ## Environment - Code Version: git commit id...

## Description ### Current State Output: Result: 1 ### Expected An exception indicating that "unknown memory" ## Environment - Code Version: git commit id 772f8f4648fcba75f77f894a6050db121e7651a2 - Hardware Architecture: x86\_64 -...