Skip to content

Fix stack overflow problems in createdump crash report generation #57032

@mikem8361

Description

@mikem8361

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".

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions