Hi, Am Wed, 25 Mar 2026 13:41:51 -0600 schrieb DES Alfonso Cano Robles <[email protected]>: > I just wanted to let you know that I've found three bugs that cause the > program to crash. > * The first occurs when the data editor window is split. > * The second happens when saving the RData file. > * The third occurs when trying to execute a command that requires creating > a new output file.
Thanks for reporting! I've fixed the first one in master. Updated builds should appear in the usual place, shortly. I could not immediately reproduce the latter. Can you pinpoint more exactly, what conditions might be required to trigger it? When starting with a fresh session, what are the exact steps needed to reproduce? Conceivably, however, this was caused by the same underlying issue, and as the first, so with a bit of luck might be fixed. I'll investigate the third. Some first quick checks seem to indicate, this happens when opening an output file that has not yet been initialized. I.e.: x <- rk.output(create=TRUE) x$activate() x$view() does not crash. However, a crash occurs, if x$activate() is omitted. Regards Thomas
pgpz5naxUagXe.pgp
Description: Digitale Signatur von OpenPGP
-- RKWard mailing list [email protected] https://mail.kde.org/cgi-bin/mailman/listinfo/rkward
