Skip to content
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

i16: ut-core: Exception handling - Add support for exceptions #16

Open
Ulrond opened this issue Nov 2, 2023 · 1 comment
Open

i16: ut-core: Exception handling - Add support for exceptions #16

Ulrond opened this issue Nov 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Ulrond
Copy link
Contributor

Ulrond commented Nov 2, 2023

Add support for the ut-core handle and control the signals including segmental faults etc.

  • SIGBUS - (signal 10) indicates an invalid physical address
  • SIGSEGV - Dereferencing null pointers, Buffer overflows, Invalid permissions, Freed pointers, Stack overflow

Investigate whether it's possible to auto-disable the test that's causing an issue ( by an optional switch from the command line ), thus allowing a re-run of the testing suite without this test enabled.

@Ulrond Ulrond added the enhancement New feature or request label Nov 2, 2023
@Ulrond
Copy link
Contributor Author

Ulrond commented Jan 5, 2024

@srinivasgtl this is a good start

@Ulrond Ulrond changed the title Segmentation fault handling Exception handling - Add support for exceptions Jan 11, 2024
@Ulrond Ulrond moved this to In Progress in UT-Core Roadmap Jan 18, 2024
@Ulrond Ulrond moved this from In Progress to Todo in UT-Core Roadmap May 24, 2024
@Ulrond Ulrond changed the title Exception handling - Add support for exceptions i16: ut-core: Exception handling - Add support for exceptions Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

4 participants