forked from intel-cloud/cosbench
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not crash when encountering empty stack traces
Recent JVMs run with OmitStackTraceInFastThrow enabled by default. When an exception occurs several times, the stack trace is no more generated, but COSBench still tries to parse it, and fails miserably. One solution is to run COSBench with -XX:-OmitStackTraceInFastThrow. For extra security we will also ignore such empty stack traces. Fixes: intel-cloud#323 Fixes: intel-cloud#331
- Loading branch information
1 parent
e542830
commit e212bd7
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
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
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