Open Ulrond opened 1 year ago
Add support for the ut-core handle and control the signals including segmental faults etc.
SIGBUS
SIGSEGV
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.
@srinivasgtl this is a good start
Add support for the ut-core handle and control the signals including segmental faults etc.
SIGBUS
- (signal 10) indicates an invalid physical addressSIGSEGV
- Dereferencing null pointers, Buffer overflows, Invalid permissions, Freed pointers, Stack overflowInvestigate 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.