[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 Pulfer changed: What|Removed |Added CC||pul...@list.ru --- Comment #5 from Pulfer --- (In reply to David Edmundson from comment #3) > Fixed with 988a7bef7e84a4a2fc6a2f6ec6145e093dfb84f8 Perhaps this commit should be pushed to master branch as well? It's still only in Plasma/5.5. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 David Edmundson changed: What|Removed |Added CC||sud...@sudhirkhanger.com --- Comment #4 from David Edmundson --- *** Bug 358546 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 David Edmundson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from David Edmundson --- Fixed with 988a7bef7e84a4a2fc6a2f6ec6145e093dfb84f8 -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 Rex Dieter changed: What|Removed |Added CC||rdie...@math.unl.edu -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 --- Comment #2 from David Edmundson --- Urgh, thanks. -- You are receiving this mail because: You are watching all bug changes.
[plasmashell] [Bug 358317] xembedsniproxy crashes when clicking on empty fcitx icon
https://bugs.kde.org/show_bug.cgi?id=358317 --- Comment #1 from Wolfgang Bauer --- It seems the original fix was not enough. (In reply to Wolfgang Bauer from comment #0) > #0 0x0040eaf8 in SNIProxy::sendClick(unsigned char, int, int) > (this=0x62a6e0, mouseButton=mouseButton@entry=1 '\001', x=1008, y=998) > at > /usr/src/debug/plasma-workspace-5.5.3/xembed-sni-proxy/sniproxy.cpp:438 This line still uses clientGeom without checking for null. If clientGeom was null in SNIProxy::SNIProxy() (which caused the original crash, that was fixed by adding a check in line 163), it will also be null here. -- You are receiving this mail because: You are watching all bug changes.