Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
c8dde08
try to debug crash on CI
Guest0x0 Aug 15, 2025
acbdd64
more test each run
Guest0x0 Aug 15, 2025
18ac770
keep symbols
Guest0x0 Aug 15, 2025
098933c
print debugging
Guest0x0 Aug 15, 2025
1358f2e
silent other CI check
Guest0x0 Aug 15, 2025
7c5dd55
more log
Guest0x0 Aug 15, 2025
1938556
more log
Guest0x0 Aug 15, 2025
1f11319
check
Guest0x0 Aug 15, 2025
c3eeba6
more log
Guest0x0 Aug 15, 2025
2c13f0f
more log
Guest0x0 Aug 15, 2025
631d8ac
more log
Guest0x0 Aug 15, 2025
cc2f989
fix log
Guest0x0 Aug 15, 2025
ed2872e
try fix
Guest0x0 Aug 15, 2025
9fede4b
more log
Guest0x0 Aug 15, 2025
82ebedf
more log
Guest0x0 Aug 15, 2025
d2e1c57
more log
Guest0x0 Aug 15, 2025
b22830e
try fix
Guest0x0 Aug 15, 2025
0468f10
focused log
Guest0x0 Aug 15, 2025
1a4a9df
try fix
Guest0x0 Aug 15, 2025
3efb18f
more log
Guest0x0 Aug 15, 2025
039c28c
fix
Guest0x0 Aug 15, 2025
57b2067
more log
Guest0x0 Aug 15, 2025
046ed73
try fix
Guest0x0 Aug 15, 2025
1bc1715
more log
Guest0x0 Aug 15, 2025
79651f6
simplify
Guest0x0 Aug 15, 2025
18fa10e
use SIGUSR2
Guest0x0 Aug 15, 2025
034165d
use SIGALRM
Guest0x0 Aug 15, 2025
1145160
what about SIGSYS
Guest0x0 Aug 15, 2025
858bfcc
simplify
Guest0x0 Aug 15, 2025
33bf947
alternating signal
Guest0x0 Aug 15, 2025
269c92c
tweak log
Guest0x0 Aug 15, 2025
3f507e4
try fix
Guest0x0 Aug 15, 2025
cfbd38e
more log
Guest0x0 Aug 15, 2025
1e24bd6
more log
Guest0x0 Aug 15, 2025
ba2e77b
tweak log
Guest0x0 Aug 15, 2025
37bf771
try reproduce
Guest0x0 Aug 15, 2025
fa0d3d6
update reproduce
Guest0x0 Aug 15, 2025
e9022b2
fix reproduce
Guest0x0 Aug 17, 2025
08b864a
add `-pthread` flag
Guest0x0 Aug 17, 2025
14eb3bb
less log
Guest0x0 Aug 17, 2025
31f7620
show failed iteration
Guest0x0 Aug 17, 2025
fd3dd8a
more flag
Guest0x0 Aug 18, 2025
72011ee
simplify
Guest0x0 Aug 18, 2025
2e6bfa5
fix
Guest0x0 Aug 18, 2025
aa91b5f
simplify
Guest0x0 Aug 18, 2025
928c9d0
try fix
Guest0x0 Aug 18, 2025
5334287
test
Guest0x0 Aug 18, 2025
6c33b5e
no block
Guest0x0 Aug 18, 2025
cdff842
ignore
Guest0x0 Aug 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
147 changes: 0 additions & 147 deletions .github/workflows/check.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: debug

on:
pull_request:

jobs:
debug-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- name: install
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH

- name: moon version
run: |
moon version --all
moonrun --version

- name: patch runtime.c
run: |
cp runtime-patched.c ~/.moon/lib/runtime.c

- name: moon test
run: |
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
moon test -p moonbitlang/async/example/http_file_server
38 changes: 0 additions & 38 deletions .github/workflows/misc.yml

This file was deleted.

Loading
Loading