blob: 853a12e95eaa2dee374b2f68e71ac9bb333817f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[General]
Name=End user
Comment=Settings preferred for end users
SignalDetails=true
ShowBacktraceButton=true
ShowBugReportButton=false
ShowDebugButton=false
DisableChecks=false
[ErrorDescription]
Enable=true
Name=The application %progname (%appname) crashed and caused the signal %signum (%signame).
[WhatToDoHint]
Enable=true
Name=You might want to send a bug report for this application. Check if it is listed on http://bugs.trinitydesktop.org, otherwise mail the author. Please include as much information as possible, maybe the original documents. If you have a way to reproduce the error, include this also.
[4]
Name=SIGILL
Comment=An application mostly receives the SIGILL signal due to a bug in the application. The application was asked to save its documents.
[6]
Name=SIGABRT
Comment=An application terminates with a SIGABRT signal when it detects an internal inconsistency caused by a bug in the program.
[8]
Name=SIGFPE
Comment=An application mostly receives the SIGFPE signal due to a bug in the application. The application was asked to save its documents.
[11]
Name=SIGSEGV
Comment=An application mostly receives the SIGSEGV signal due to a bug in the application. The application was asked to save its documents.
[unknown]
Name=Unknown
Comment=Sorry, I do not know this signal.
|