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

BUG: Only wrap for real pixel types #3

Merged
merged 1 commit into from
Sep 13, 2019
Merged

BUG: Only wrap for real pixel types #3

merged 1 commit into from
Sep 13, 2019

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Sep 13, 2019

Segfault will occur running with integer pixel types.

Segfault will occur running with integer pixel types.
@thewtex thewtex merged commit ce61dd3 into master Sep 13, 2019
@thewtex thewtex deleted the wrap-real branch September 13, 2019 19:07
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

```
3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
```

Also update CI configuration accordingly.
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

```
3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
```

Also update CI configuration accordingly.
thewtex added a commit that referenced this pull request Jul 19, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

```
3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
```

Also update CI configuration accordingly.
thewtex added a commit that referenced this pull request Aug 12, 2024
Rebase wasm patches for elastix. Bump itk-wasm and the ITK-Wasm docker
image for ITK 5.4.0 support. Disable a wasi test with an odd error:

```
3: Test command: /wasi-runtimes/wasmtime/bin/wasmtime-pwd.sh "/work/wasi-build/elastix.wasi.wasm" "/work/wasm/test/data/input/parameters_single.json" "/work/wasi-build/wasm/CT_2D_head_registered_initial.iwi.cbor" "/work/wasi-build/wasm/CT_2D_head_initial.h5" "/work/wasi-build/wasm/CT_2D_head_initial.json" "-f" "/work/wasm/test/data/input/CT_2D_head_fixed.iwi.cbor" "-m" "/work/wasm/test/data/input/CT_2D_head_moving.iwi.cbor" "-i" "/work/wasm/test/data/input/CT_2D_head_translation.h5"
3: Working Directory: /work/wasi-build/wasm
3: Test timeout computed to be: 10000000
3: Error: failed to run main module `/work/wasi-build/elastix.wasi.wasm`
3:
3: Caused by:
3:     0: failed to invoke command default
3:     1: error while executing at wasm backtrace:
3:            0: 0x388ff6 - elastix.wasi.wasm!__cxx_global_array_dtor.54
3:            1: 0x95b08 - elastix.wasi.wasm!__funcs_on_exit
3:            2: 0x95cb2 - elastix.wasi.wasm!__wasm_call_dtors
3:            3: 0x15df748 - elastix.wasi.wasm!itk_wasm_delayed_exit
3:            4: 0x15df7d1 - elastix.wasi.wasm!_start
3:        note: using the `WASMTIME_BACKTRACE_DETAILS=1` environment variable may show more debugging information
3:     2: wasm trap: uninitialized element
 3/10 Test  #3: elastix-wasm-2d-initial-transform-test ....................***Failed    7.99 sec
```

Also update CI configuration accordingly.
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.

1 participant