https://bugs.kde.org/show_bug.cgi?id=438097

--- Comment #19 from Ash Blake <telepath...@tutanota.com> ---
Created attachment 141801
  --> https://bugs.kde.org/attachment.cgi?id=141801&action=edit
Code completion popup window IDs in the debug console

Update: It appears that the crashes are highly correlated with the amount of 
popup windows opened in total during a session of coding.

Each new popup causes an increment in the hexadecimal window ID and the
window's 
caption (win1, win2, win3, etc.) seen in the KWin debug console.

For me, the crash happens somewhere around win300. 

I reproduced the crash three times in a row by typing a name of some object
then 
repeatedly mashing dot and backspace keys, so that the autocompletion popups 
flash rapidly. 

Because the window IDs increase so quickly and the problem happens around a
similar 
amount of open popup windows, could this be some sort of overflow problem? 

Maybe this could explain the weird corruption described in my previous two
comments, 
where some fields of the EffectWindow even looked sensible, but the vtable
located 
at the beginning of memory allocated for the EffectWindow was completely
ruined.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to