https://bugs.kde.org/show_bug.cgi?id=358317
--- Comment #1 from Wolfgang Bauer <wba...@tmo.at> --- It seems the original fix was not enough. (In reply to Wolfgang Bauer from comment #0) > #0 0x000000000040eaf8 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.