mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
improve alarm message
This commit is contained in:
parent
6bc408e35a
commit
3bd83abd00
1 changed files with 4 additions and 2 deletions
|
@ -93,10 +93,12 @@ EcLock_error_handler(id obj, SEL _cmd, BOOL stop, NSString *msg)
|
|||
at: nil
|
||||
withEventType: EcAlarmEventTypeProcessingError
|
||||
probableCause: EcAlarmSoftwareProgramError
|
||||
specificProblem: @"thread deadlock"
|
||||
specificProblem: @"Deadlock detected in this process"
|
||||
perceivedSeverity: EcAlarmSeverityCritical
|
||||
proposedRepairAction:
|
||||
_(@"Generate/save a core dump and then restart the process.")
|
||||
_(@"Please examine in gdb to determine the cause of the"
|
||||
@" deadlock if possible, then obtain a core dump for examination;"
|
||||
@" using 'kill -ABRT' for example")
|
||||
additionalText: [obj description]];
|
||||
[EcProc alarm: a];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue