Fix SQLite all-mode mmap regressions#770
Open
brandonpayton wants to merge 3 commits into
Open
Conversation
Align pthread worker stacks before entering wasm, increase the direct SQLite CLI stack for recursive .read tests, and make SQLite all-mode child jobs use the copied runner with guest shell/path/platform shims. Extend the pthread example test to cover worker stack alignment and varargs formatting.
Phase B-1 matrix build status —
|
| Package | Arch | Status | Sha |
|---|---|---|---|
| bc | wasm32 | built | 3a78fb67 |
| bzip2 | wasm32 | built | 2ddc287d |
| coreutils | wasm32 | built | 2a18f004 |
| curl | wasm32 | built | a1ab622d |
| dash | wasm32 | built | a4ab83b1 |
| diffutils | wasm32 | built | 89790993 |
| dinit | wasm32 | built | b793ac0f |
| fbdoom | wasm32 | built | d9296a33 |
| file | wasm32 | built | 6a1455c3 |
| findutils | wasm32 | built | 1237e4d0 |
| gawk | wasm32 | built | 57c5d5cf |
| git | wasm32 | built | 7c88a387 |
| grep | wasm32 | built | 235ddcd5 |
| gzip | wasm32 | built | 481eb543 |
| kandelo-sdk | wasm32 | built | 18869e79 |
| kernel | wasm32 | built | 7f3002ad |
| less | wasm32 | built | a4f09d75 |
| lsof | wasm32 | built | cbd163cd |
| m4 | wasm32 | built | f0aff0d3 |
| make | wasm32 | built | 250d1d25 |
| mariadb | wasm32 | built | bccf7260 |
| mariadb | wasm64 | built | 3df390c0 |
| modeset | wasm32 | built | 703cfd80 |
| msmtpd | wasm32 | built | ec5df629 |
| nano | wasm32 | built | 1cea23a0 |
| ncurses | wasm32 | built | 8c54f1c2 |
| netcat | wasm32 | built | 361622f8 |
| nginx | wasm32 | built | d3f35370 |
| php | wasm32 | built | c81ee5be |
| posix-utils-lite | wasm32 | built | 26ecd803 |
| sed | wasm32 | built | 03befd20 |
| tar | wasm32 | built | bede734f |
| tcl | wasm32 | built | 9070fddb |
| unzip | wasm32 | built | 6591e7ef |
| userspace | wasm32 | built | c3d7e154 |
| vim | wasm32 | built | 0d02b67d |
| wget | wasm32 | built | 04bb22d8 |
| xz | wasm32 | built | f54f1e93 |
| zip | wasm32 | built | 19152752 |
| zstd | wasm32 | built | 45fa0e20 |
| bash | wasm32 | built | 74f8e39c |
| mariadb-test | wasm32 | built | 76d2883a |
| mariadb-vfs | wasm32 | built | 37cbbded |
| mariadb-vfs | wasm64 | built | a37c83f6 |
| nethack | wasm32 | built | 51827b74 |
| vim-browser-bundle | wasm32 | built | 63be56eb |
| nethack-browser-bundle | wasm32 | built | 6f83697f |
| rootfs | wasm32 | built | bed032dc |
| shell | wasm32 | built | bc60e6a2 |
| lamp | wasm32 | built | 5fe3410c |
| node-vfs | wasm32 | built | f286a3c5 |
| wordpress | wasm32 | built | 33e16f14 |
Auto-generated; replaced on each push. Raw data in the publish-status workflow artifact.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This branch carries three related commits for the SQLite Tcl all audit:
kd-c5i.3SQLite official all-mode mmap cluster fix.kd-c5i.3.4ABI gate follow-up: add theabiCI suite entry and document the dev-shell-wrapped ABI checker invocation.The child fix:
__stack_pointer..readtests report SQLite's own input nesting limit instead of trapping.testrunner.tclchild jobs in Node and browser VFS runs.Package Test Results
mmap sort2.testtimed out and is tracked separately askd-c5i.3.5.Verification
cargo test -p kandelo --target aarch64-apple-darwin --lib: 959 passed, 0 failed, 0 skipped.cd host && npx vitest run test/pthread.test.ts --reporter=json: 2 passed, 0 failed, 0 skipped.cd host && npx vitest run --reporter=json: 695 passed, 39 failed, 126 not-run/skipped-or-pending; all failures are missing fork-instrument fixture binaries inhost/test/fork-instrument-coverage.test.tsand tracked askd-c5i.3.2.scripts/run-posix-tests.sh: 174 pass, 0 fail, 2 skip unsupported, 3 xfail.scripts/run-libc-tests.sh: exited 0 but selected 0 tests; tracked askd-c5i.3.3.bash scripts/dev-shell.sh bash scripts/ci-run-test-suite.sh abi: passed; ABI snapshot, libc/glue header, host TS bindings, and ABI_VERSION are in sync. The unsupported host-shellbash scripts/check-abi-version.shstable-Cargo failure is classified and fixed for future agents bykd-c5i.3.4docs/suite guidance.Durable report and outcome-list paths are recorded on
kd-c5i.3andkd-c5i.3.4.