Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate and report bug in wasmer #633

Closed
ma2bd opened this issue Apr 21, 2023 · 1 comment
Closed

investigate and report bug in wasmer #633

ma2bd opened this issue Apr 21, 2023 · 1 comment
Assignees
Milestone

Comments

@ma2bd
Copy link
Contributor

ma2bd commented Apr 21, 2023

We experience a crash similar to wasmerio/wasmer#2434 in CI. This seems related to high-concurrency.

thread 'client::client_tests::wasm::test_memory_user_pub_sub_channels::wasmer' panicked at 'assertion failed: prev.start > max', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-compiler 3.1.1/src/engine/trap/frame_info.rs:224:9
stack backtrace:
   0: rust_begin_unwind
             at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/std/src/panicking.rs:575:5
   1: core::panicking::panic_fmt
             at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:65:14
   2: core::panicking::panic
             at /rustc/90743e7298aca107ddaa0c202a4d3604e29bfeb6/library/core/src/panicking.rs:115:5
   3: wasmer_compiler::engine::trap::frame_info::register
             at /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-compiler-3.1.1/src/engine/trap/frame_info.rs:224:9
   4: wasmer_compiler::engine::artifact::Artifact::register_frame_info
             at /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-compiler-3.1.1/src/engine/artifact.rs:274:21
   5: wasmer_compiler::engine::artifact::Artifact::instantiate
             at /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-compiler-3.1.1/src/engine/artifact.rs:374:9
   6: wasmer::sys::module::Module::instantiate
             at /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-3.1.1/src/sys/module.rs:369:39
   7: wasmer::sys::instance::Instance::new
             at /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmer-3.1.1/src/sys/instance.rs:121:26
@ma2bd
Copy link
Contributor Author

ma2bd commented Jan 11, 2024

The issue is showing up any more

@ma2bd ma2bd closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants