ci(test): add heap corruption diagnostics to workflow#177
Open
donhardman wants to merge 7 commits into
Open
Conversation
Linux debug test results 8 files 8 suites 17m 14s ⏱️ For more details on these failures, see this check. Results for commit 2b3b832. ♻️ This comment has been updated with latest results. |
Linux release test results 8 files 8 suites 9m 10s ⏱️ Results for commit 2b3b832. ♻️ This comment has been updated with latest results. |
Windows test results 5 files 5 suites 21m 8s ⏱️ 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
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.
No description provided.