Hi!
----
Questions about https://github.com/DynamoRIO/drmemory/issues/2264 ("drmemory 2.6.19984/cronbuild on Win10/Workstation on IBM 7945/XEON crashes with ASSERT FAILURE"):
1. Is it possible to make ASSERTS in DynamoRIO non-fatal (i.e. warn, but do not terminate the process) ?
2. Is it possible to build the current DrMemory git HEAD without AVX support, for machines which do not have AVX (older XEON machines don't have AVX, and even in modern XEON machines AVX&co can be turned-off in the BIOS) ?
----
Bye,
Roland
On Sunday, September 22, 2024 at 10:58:44 PM UTC-4:Hi!
----
Questions about https://github.com/DynamoRIO/drmemory/issues/2264 ("drmemory 2.6.19984/cronbuild on Win10/Workstation on IBM 7945/XEON crashes with ASSERT FAILURE"):I think you mean https://github.com/DynamoRIO/drmemory/issues/2514 and not the link you gave.1. Is it possible to make ASSERTS in DynamoRIO non-fatal (i.e. warn, but do not terminate the process) ?You mean in debug build only I assume. Did you check the documented list of options? See -ignore_asserts in that list https://drmemory.org/page_options.html