restored backtrace on failure
for Linux and Mac OS-X. Note : the backtraces fires up through a trap before the sanitizer get a chance to report. There are situations where the sanitizer report is actually preferable. It might be good to consider a kind of build macro which can disable backtrace when sanitizer is enabled.
This commit is contained in:
+1
-1
@@ -547,7 +547,7 @@ int main(int argCount, const char* argv[])
|
|||||||
memset(&compressionParams, 0, sizeof(compressionParams));
|
memset(&compressionParams, 0, sizeof(compressionParams));
|
||||||
|
|
||||||
/* init crash handler */
|
/* init crash handler */
|
||||||
//FIO_addAbortHandler();
|
FIO_addAbortHandler();
|
||||||
|
|
||||||
/* command switches */
|
/* command switches */
|
||||||
for (argNb=1; argNb<argCount; argNb++) {
|
for (argNb=1; argNb<argCount; argNb++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user