mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-05-30 17:00:49 +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
|
at: nil
|
||||||
withEventType: EcAlarmEventTypeProcessingError
|
withEventType: EcAlarmEventTypeProcessingError
|
||||||
probableCause: EcAlarmSoftwareProgramError
|
probableCause: EcAlarmSoftwareProgramError
|
||||||
specificProblem: @"thread deadlock"
|
specificProblem: @"Deadlock detected in this process"
|
||||||
perceivedSeverity: EcAlarmSeverityCritical
|
perceivedSeverity: EcAlarmSeverityCritical
|
||||||
proposedRepairAction:
|
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]];
|
additionalText: [obj description]];
|
||||||
[EcProc alarm: a];
|
[EcProc alarm: a];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue