Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Memory access out of bounds #710

Open
TonyGiorgio opened this issue Aug 10, 2023 · 2 comments
Open

Memory access out of bounds #710

TonyGiorgio opened this issue Aug 10, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@TonyGiorgio
Copy link
Contributor

I think I'm seeing this more now with the in memory bdk stuff

caught (in promise) RuntimeError: memory access out of bounds
    at mutiny_core::multiesplora::MultiEsploraClient::get_block_hash::{{closure}}::he6608baf4ab56223 (mutiny_wasm_bg.wasm:0x1491fd7)
    at <mutiny_core::multiesplora::MultiEsploraClient as bdk_esplora::async_ext::EsploraAsyncExt>::scan::{{closure}}::hdc43222d4e2120a4 (mutiny_wasm_bg.wasm:0x2c8b8f)
    at <core::pin::Pin<P> as core::future::future::Future>::poll::he25aaf69944f8ea4 (mutiny_wasm_bg.wasm:0x21442a7)
    at bdk_esplora::async_ext::EsploraAsyncExt::scan_without_keychain::{{closure}}::hc27d5967bb951037 (mutiny_wasm_bg.wasm:0x1311589)
    at <core::pin::Pin<P> as core::future::future::Future>::poll::he25aaf69944f8ea4 (mutiny_wasm_bg.wasm:0x21442a7)
    at <mutiny_core::multiesplora::MultiEsploraClient as bdk_esplora::async_ext::EsploraAsyncExt>::scan::{{closure}}::hdc43222d4e2120a4 (mutiny_wasm_bg.wasm:0x2d2452)
    at <core::pin::Pin<P> as core::future::future::Future>::poll::he25aaf69944f8ea4 (mutiny_wasm_bg.wasm:0x21442a7)
    at bdk_esplora::async_ext::EsploraAsyncExt::scan_without_keychain::{{closure}}::hc27d5967bb951037 (mutiny_wasm_bg.wasm:0x1311589)
    at <core::pin::Pin<P> as core::future::future::Future>::poll::he25aaf69944f8ea4 (mutiny_wasm_bg.wasm:0x21442a7)
    at <mutiny_core::multiesplora::MultiEsploraClient as bdk_esplora::async_ext::EsploraAsyncExt>::scan::{{closure}}::hdc43222d4e2120a4 (mutiny_wasm_bg.wasm:0x2d2452)
$
@TonyGiorgio TonyGiorgio added bug Something isn't working BDK labels Aug 10, 2023
@benthecarman
Copy link
Collaborator

Probably related: rustwasm/wasm-bindgen#3130

@benthecarman
Copy link
Collaborator

@benthecarman benthecarman removed the BDK label Nov 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants