-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve debugging tools for ray
and segmentation faults
#245
Merged
Conversation
This file contains 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
…IA/scos-sensor into sea-action-garbage-collection
using "-q", grep always has an exit status of 0. Without this flag, exit status is only 0 if a line is selected by grep
tagged scos plugin versions, other minor updates
dboulware
approved these changes
Jun 30, 2023
aromanielloNTIA
added a commit
that referenced
this pull request
Jun 30, 2023
commit eb4be4d Author: Anthony Romaniello <[email protected]> Date: Fri Jun 30 09:01:08 2023 -0600 Improve debugging tools for `ray` and segmentation faults (#245) * testing branches for scos-actions and scos-tekrsa * record Ray reference creation sites in debug mode * start ray dashboard in debug mode * use faulthandler in debug mode * Compile deps * remove ray init from scheduler * decrease ray version * Update Ray to 2.4.0 * tagged versions of actions and tekrsa * increase sleep time before CI container health check * try 60s wait for API container test * do not use grep quiet option using "-q", grep always has an exit status of 0. Without this flag, exit status is only 0 if a line is selected by grep * update pre-commit hooks * run pre-commit hooks on all files * use sea-prototype-v0.4.1 tags * recompile requirements * update markdownlint hook * revert unnecessary GH actions workflow changes * Bump minimum ray debug version to match scos-actions * Increase wait for container healthy time in GH Action * update scos-actions branch for testing * update scos-tekrsa version for testing * update requirements tagged scos plugin versions, other minor updates commit f2de439 Author: Anthony Romaniello <[email protected]> Date: Fri Jun 23 10:07:04 2023 -0600 Update SCOS Actions for SigMF-NS-NTIA updates (#244) * testing update-sigmf-ns-ntia * Update sensor_definition.json * remove pywin dev requirement for linux testing * update requirements (add msgspec) * update pre-commit version * Update measurement_handler.py * revert attribute check to key check * do not overwrite sensor ID with FQDN * Remove old, unused schemas * remove sample count check this is no longer possible from the metadata, and the sha512 check makes it redundant * update requirements tagged releases for scos-actions and scos-tekrsa * increase wait time for container healthy in CI tests commit 78732f2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Jun 6 15:53:03 2023 -0400 Bump cryptography from 39.0.1 to 41.0.0 in /src (#243) * Bump cryptography from 39.0.1 to 41.0.0 in /src Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@39.0.1...41.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.in and run pip-compile --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Romaniello <[email protected]>
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.
EDIT: Converted to draft PR while using this branch for testing.
ray[default]
when running SCOS Sensor inDEBUG
modeDEBUG
mode to produce full tracebacks for SIGSEGV, SIGFPE, SIGABRT, SIGBUS, and SIGILL signals