https://bugs.kde.org/show_bug.cgi?id=277025
--- Comment #4 from Patrick Spendrin <ps_ml gmx de> 2011-07-05 07:53:54 --- Ok, I found out again yesterday evening that I already debugged this nearly a year ago; the problem is indeed the KCompletion objects. It seems as if deleted pointers are not set to 0x0 on msvc debug builds, but instead to some other values (0xfeeefeee). This also means that checks like if(0xfeeefeee) do not return the same results as on gcc... I will debug this in kdelibs, and see how I can fix that error. Thanks for the pointers to katecmd though ;-) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
