|
How to reproduce:
1. Open Application: Utilities => Character Selector 2. Select (Left): Other 3. Select (Right): Private Use Area 4. Application closes <== THE BUG Plasma: 5.9.3 KCharSelect: 1.13 Maybe, this should be moved into the 'System & Utilities' Forum. On the other hand, font management is the X server's/desktop's duty. Let the Forum's administrators decide. |
Registered Member
|
If this is reproducible, could you get a backtrace with 'gdb'? Basically, it is
gdb kcharselect run (use it until it crashes) bt |
|
As You wish. Here it is:
|
Registered Member
|
Thanks, this is https://bugreports.qt.io/browse/QTBUG-58153
|
|
I installed:
$ sudo apt install libqt5widgets5-dbgsym $ apt list -a 'libqt5widgets5*' | grep installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. libqt5widgets5/xenial,now 5.7.1+dfsg-3+16.04+build13 amd64 [installed,automatic] libqt5widgets5-dbgsym/xenial,now 5.7.1+dfsg-3+16.04+build13 amd64 [installed] And repeated the backtrace. I don't think, it's the same, known bug. Are You sure? Any advice?
|
Registered Member
|
The backtraces look slightly different, but if you compare the flow of control, they are the same:
.. -> QTableView::selectionChanged -> AtSpiAdaptor::notify -> QAccessibleTableCell::state -> QAccessibleTableCell::rect It then causes a segfault, because the QAccessibleTableCell pointer is no longer valid (Qt accessibility probably does some caching). |
|
I close this topic. Thanks for explanation.
Problem must be solved by QT. Not caused by KDE, seemingly. |
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]