https://bugs.kde.org/show_bug.cgi?id=505955
Thomas Friedrichsmeier <thomas.friedrichsme...@kdemail.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |dfac743c6e8894ea8383ee5be93 | |9d9e87283d8e5 --- Comment #4 from Thomas Friedrichsmeier <thomas.friedrichsme...@kdemail.net> --- Ok, the cause of the first backtrace is fixed in https://invent.kde.org/education/rkward/-/commit/dfac743c6e8894ea8383ee5be939d9e87283d8e5 . BTW, easiest way to reproduce: > x <- data.frame(1, 2) > x$c <- 1 > rk.edit(x) > x$c <- as.POSIXct.Date(2) The second backtrace looks very different, though, and appears to involve invoking a context menu. This does not immediately make sense to me in this context. Either it's something all different, or the initial out-of-bounds write triggered a weird crash at a later point of time. Could you test again, whether you can still provoke a crash in your setup? -- You are receiving this mail because: You are watching all bug changes.