Skip to content

Commit 0267789

Browse files
Fix libunwind in CI
1 parent e8c0caa commit 0267789

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docker/test/fuzzer/run-fuzzer.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ handle SIGPIPE nostop noprint pass
208208
handle SIGTERM nostop noprint pass
209209
handle SIGUSR1 nostop noprint pass
210210
handle SIGUSR2 nostop noprint pass
211+
handle SIGSEGV nostop pass
211212
handle SIG$RTMIN nostop noprint pass
212213
info signals
213214
continue

docker/test/stateless/attach_gdb.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ handle SIGPIPE nostop noprint pass
2020
handle SIGTERM nostop noprint pass
2121
handle SIGUSR1 nostop noprint pass
2222
handle SIGUSR2 nostop noprint pass
23+
handle SIGSEGV nostop pass
2324
handle SIG$RTMIN nostop noprint pass
2425
info signals
2526
continue

0 commit comments

Comments
 (0)