From 8d74c0d2c3fa5df88d7cd85e543d4a90919489c6 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Fri, 9 Jul 2010 14:09:42 +0200 Subject: Suggest to not to save crashes from interactive shells --- doc/INTERPRETED_LANGUAGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/INTERPRETED_LANGUAGES b/doc/INTERPRETED_LANGUAGES index 7de8f5c6..e79a1321 100644 --- a/doc/INTERPRETED_LANGUAGES +++ b/doc/INTERPRETED_LANGUAGES @@ -65,8 +65,9 @@ The file with the main entry point of the application. Might be a JAR archive, a script file, a bytecode file, or the interpreter. It should be a real file on the filesystem, so ABRT can check the origin of the file (source package). If the file is not known, the most appropriate -is to shortly describe the reason why it is not known in the field, -e.g. "Exception raised from Python shell". +is to shortly describe the reason why it is not known in the field. +However, exceptions raised from interactive shell (a common reason +for unknown file) are hardly useful and should not be reported. ANALYZER The name of an analyzer plugin which should be run during the -- cgit