Description
When a crash report is generated on MacOS for a stack overflow, it takes way to long and the json is too big.
The "ExceptionType" is sigabrt and should be managed exception of a stack overflow type.
Configuration
MacOS
Regression?
Bug in new feature so no.
Other information
Instead of adding individual frames to the json for the overflow frames, sum the dups and write it as a new value (i.e. "repeated_n_times" or something).
Add a new ExceptionType "stack overflow".