An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20070514/b3042e31/attachment.pl
R crashes when copying code
3 messages · Ralf Schäfer, Rob Goedman
Ralf, Trying to reconstruct your problem. I used the Edit icon in the R Console toolbar to open 2 different edit windows for existing files and copied stuff from 1 window to the other and vice versa a couple of times. Is that what you're doing? Rob
On May 14, 2007, at 8:24 AM, Ralf Sch?fer wrote:
Hello, I updated to R 2.5.0 recently and now encountered a bug: R crashes when I open 2 R source code files (I tried it with different ones). Either I get the following message in the console: 2007-05-14 17:15:04.310 R[412] *** -[NSEvent set]: selector not recognized [self = 0xd8cbce0] 2007-05-14 17:15:04.311 R[412] *** -[NSEvent set]: selector not recognized [self = 0xd8cbce0] 2007-05-14 17:15:05.974 R[412] *** -[NSCFDictionary set]: selector not recognized [self = 0xd8ec120] 2007-05-14 17:15:05.974 R[412] *** -[NSCFDictionary set]: selector not recognized [self = 0xd8ec120] 2007-05-14 17:15:07.094 R[412] *** -[NSCFDictionary set]: selector not recognized [self = 0xd8ec120] or *** caught bus error *** address 0x985, cause 'non-existent physical address' For the Apple error report see below This is also not fixed when using the nightly build patch which I just installed. However, when entering two new editor windows copying is possible.
Hi Rob, thanks a lot!!! I can specify the problem now: No problem opening two files when using the R console toolbar to open existing files. Copying works - no problem. But when opening 2 files from a folder directly (by double-clicking) copying code from one editor window to the other causes a crash or malfunctions. This did not appear before update to version 2.5, hence I think it is either a bug or some problem with the version on my OS. Best regards and thanks a lot, Ralf Am 15.05.2007 um 16:33 schrieb Rob J Goedman:
Ralf, Trying to reconstruct your problem. I used the Edit icon in the R Console toolbar to open 2 different edit windows for existing files and copied stuff from 1 window to the other and vice versa a couple of times. Is that what you're doing? Rob On May 14, 2007, at 8:24 AM, Ralf Sch?fer wrote:
Hello, I updated to R 2.5.0 re