diff --git a/README-4-KNOWN-ISSUES.txt b/README-4-KNOWN-ISSUES.txt new file mode 100644 index 0000000..acaaea2 --- /dev/null +++ b/README-4-KNOWN-ISSUES.txt @@ -0,0 +1,11 @@ +[Linux] + +After using QFileDialog, you may experience an infinite error message loop when quitting EQL. +The SIGSEGV happens in QIcon::~QIcon(), and is therefore neither the fault of ECL nor EQL. +(It seems to be related to Gtk/Themes.) + +A drastic measure against this annoying behaviour is calling "abort()" instead of "exit()" by using: + + (eql:qquit -1) ; negative exit status + +which would be :abort or :qa directly on the top-level.