mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-06 02:30:31 -08:00
add readme "known issues"
This commit is contained in:
parent
eeaf891d77
commit
049cd17e12
1 changed files with 11 additions and 0 deletions
11
README-4-KNOWN-ISSUES.txt
Normal file
11
README-4-KNOWN-ISSUES.txt
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue