Skip to content

Commit

Permalink
Mac: do not restart after crash
Browse files Browse the repository at this point in the history
When the crash is due to a library load failure while starting, having
this turned on would result in an endless loop of crash-restarts.

Fixes: #9800

Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
erikjv authored and Camila San Martin Ayres committed Jan 14, 2024
1 parent 392b32e commit b34d731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utility_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
NSDictionary *plistTemplate = @{
@"Label" : QCoreApplication::organizationDomain().toNSString(),
@"KeepAlive" : @ {
@"Crashed" : @YES,
@"Crashed" : @NO,
@"SuccessfulExit" : @NO
},
@"Program" : fullPath,
Expand Down

0 comments on commit b34d731

Please sign in to comment.