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

COMP: Clean up TetMesh halfEdges #122

Merged
merged 1 commit into from
Apr 7, 2023

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Mar 15, 2023

Addresses memory leak and crash in itk-wasm/ITKCleaver WASI build:

Error: failed to run main module `./wasi-build/itk-cleaver.wasi.wasm`

Caused by:
    0: failed to invoke command default
    1: error while executing at wasm backtrace:
           0: 0x2237dc - <unknown>!__cxx_global_array_dtor.1998
           1: 0xb09e1 - <unknown>!__funcs_on_exit
           2: 0xb095f - <unknown>!__wasm_call_dtors
           3: 0x327f1f - itk_wasm_delayed_exit
                           at /ITKWebAssemblyInterface/src/initialization.cxx:36:3
           4: 0x327fa8 - _start
                           at /ITKWebAssemblyInterface/src/initialization.cxx:63:3
    2: wasm trap: undefined element: out of bounds table access

Addresses memory leak and crash in itk-wasm/ITKCleaver WASI build:

```
ror: failed to run main module `./wasi-build/itk-cleaver.wasi.wasm`

Caused by:
    0: failed to invoke command default
    1: error while executing at wasm backtrace:
           0: 0x2237dc - <unknown>!__cxx_global_array_dtor.1998
           1: 0xb09e1 - <unknown>!__funcs_on_exit
           2: 0xb095f - <unknown>!__wasm_call_dtors
           3: 0x327f1f - itk_wasm_delayed_exit
                           at /ITKWebAssemblyInterface/src/initialization.cxx:36:3
           4: 0x327fa8 - _start
                           at /ITKWebAssemblyInterface/src/initialization.cxx:63:3
    2: wasm trap: undefined element: out of bounds table access
```
@thewtex thewtex requested review from jessdtate and jcfr March 15, 2023 14:24
@jcfr
Copy link
Contributor

jcfr commented Mar 15, 2023

@jcfr
Copy link
Contributor

jcfr commented Mar 15, 2023

And some possibly relevant fixes in this work in progress branch:

@jessdtate jessdtate merged commit bb1d7e0 into SCIInstitute:master Apr 7, 2023
jcfr added a commit to jcfr/ITKCleaver that referenced this pull request May 12, 2023
Since SCIInstitute/Cleaver#122 was integrated, this commit references
the corresponding merge commit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants