Skip to content

ci(test): add heap corruption diagnostics to workflow#177

Open
donhardman wants to merge 7 commits into
masterfrom
ci/validate-hyposis
Open

ci(test): add heap corruption diagnostics to workflow#177
donhardman wants to merge 7 commits into
masterfrom
ci/validate-hyposis

Conversation

@donhardman
Copy link
Copy Markdown
Member

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Linux debug test results

  8 files    8 suites   17m 14s ⏱️
538 tests 524 ✅ 13 💤 1 ❌
552 runs  538 ✅ 13 💤 1 ❌

For more details on these failures, see this check.

Results for commit 2b3b832.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Linux release test results

  8 files    8 suites   9m 10s ⏱️
538 tests 525 ✅ 13 💤 0 ❌
552 runs  539 ✅ 13 💤 0 ❌

Results for commit 2b3b832.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

Windows test results

  5 files    5 suites   21m 8s ⏱️
512 tests 499 ✅ 13 💤 0 ❌
520 runs  507 ✅ 13 💤 0 ❌

Results for commit bd7d40e.

♻️ This comment has been updated with latest results.

- Add persistent logging of panics and signals to /tmp
- Implement custom panic hook with full backtrace capture
- Install async-signal-safe handlers for SIGSEGV, SIGBUS, SIGABRT, and SIGILL
- Configure alternate signal stack to diagnose stack overflows
- Integrate diagnostics initialization into GetLibFuncs
- Update CI to capture and upload diagnostic logs as test artifacts
- Add libc dependency for signal handling and system calls
- Implement thread_stack_info using pthread_getattr_np on Linux
- Add stack_probe utility to log SP and stack boundaries
- Insert probes in load_model and make_vect_embeddings paths
- Add probes around candle model forward passes in LocalModel
- Replace pthread_getattr_np with /proc/self/maps lookup
- Support detection of boost-coroutine anonymous stacks
- Include VMA tags and thread IDs in stack probe logs
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