Skip to content

Commit cb88edf

Browse files
committed
Set WASMTIME_BACKTRACE_DETAILS=1 for WASM basictest
https://github.com/ruby/ruby/actions/runs/15008767265/job/42173424631 "error while executing at wasm backtrace" doesn't have meaningful symbols. We can't debug this from just looking at the "[BUG] Cannot malloc during GC" message. As suggested by the error message, this commit sets WASMTIME_BACKTRACE_DETAILS=1. Let me see if this improves the backtrace.
1 parent 1d3221a commit cb88edf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
153153
- name: Run basictest
154154
run: wasmtime run ./../build/miniruby --mapdir /::./ -- basictest/test.rb
155+
env:
156+
WASMTIME_BACKTRACE_DETAILS: '1'
155157
working-directory: src
156158

157159
- name: Run bootstraptest (no thread)

0 commit comments

Comments
 (0)