https://bugs.kde.org/show_bug.cgi?id=493145
--- Comment #23 from Adam Fontenot <adam.m.fontenot+...@gmail.com> --- Sorry to spam the issue a little, but I just want to add that the code mentioned elsewhere in my logs also seems relevant: LockScreenUi.qml:280: TypeError: Property 'respond' of object 1.0015118079999998,-0.0004081919999999834,-0.0004081919999999834,0,0,1.00192,0,0,0,0,1.00192,0,0,0,0,1 is not a function The actual line of code at 280 is: authenticator.respond(password) Obviously the line printed in the debugging statement does not seem to be an authenticator object. I think probably there's a pointer issue somewhere in the C++ code and in the original reporter's case, this results in a segfault, and in my case, it points to valid memory that is nevertheless not the expected authenticator object. -- You are receiving this mail because: You are watching all bug changes.