R crashes when copying code
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.