Dear R list, Every time I start R, the following error message come up: *** caught segfault *** address 0x0, cause 'unknown' Possible actions: 1: abort (with core dump, if enabled) 2: normal R exit 3: exit R without saving workspace 4: exit R saving workspace>Selection: I am unable to do a sessionInfo(), but I am using: R version 3.2.4 (2016-03-10) Platform: x86_64-apple-darwin13.4.0 (64-bit) I would appreciate any help, thanks so much! [[alternative HTML version deleted]]
I just got the following error instead of the previous one, 2016-11-04 16:50:08.446 R[23372:326103] -[NSDrawerWindow setRuleThickness:]: unrecognized selector sent to instance 0x7fabc94a74b0 2016-11-04 16:50:08.454 R[23372:326103] *** RController: caught ObjC exception while processing system events. Update to the latest GUI version and consider reporting this properly (see FAQ) if it persists and is not known. *** reason: -[NSDrawerWindow setRuleThickness:]: unrecognized selector sent to instance 0x7fabc94a74b0 *** name: NSInvalidArgumentException, info: (null) *** Version: R 3.3.2 (71607) R.app R 3.3.2 GUI 1.68 Mavericks build Consider saving your work soon in case this develops into a problem. On Fri, Nov 4, 2016 at 4:39 PM, C W <tmrsg11 at gmail.com> wrote:> Dear R list, > > Every time I start R, the following error message come up: > > *** caught segfault *** > address 0x0, cause 'unknown' > > Possible actions: > 1: abort (with core dump, if enabled) > 2: normal R exit > 3: exit R without saving workspace > 4: exit R saving workspace > > > Selection: > > I am unable to do a sessionInfo(), but I am using: > R version 3.2.4 (2016-03-10) > Platform: x86_64-apple-darwin13.4.0 (64-bit) > > > I would appreciate any help, thanks so much! >[[alternative HTML version deleted]]
Here's the sessionInfo()> sessionInfo()R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: macOS Sierra 10.12.1 locale: [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods [7] base On Fri, Nov 4, 2016 at 4:50 PM, C W <tmrsg11 at gmail.com> wrote:> I just got the following error instead of the previous one, > > 2016-11-04 16:50:08.446 R[23372:326103] -[NSDrawerWindow > setRuleThickness:]: unrecognized selector sent to instance 0x7fabc94a74b0 > 2016-11-04 16:50:08.454 R[23372:326103] *** RController: caught ObjC > exception while processing system events. Update to the latest GUI version > and consider reporting this properly (see FAQ) if it persists and is not > known. > *** reason: -[NSDrawerWindow setRuleThickness:]: unrecognized selector > sent to instance 0x7fabc94a74b0 > *** name: NSInvalidArgumentException, info: (null) > *** Version: R 3.3.2 (71607) R.app R 3.3.2 GUI 1.68 Mavericks build > Consider saving your work soon in case this develops into a problem. > > > On Fri, Nov 4, 2016 at 4:39 PM, C W <tmrsg11 at gmail.com> wrote: > >> Dear R list, >> >> Every time I start R, the following error message come up: >> >> *** caught segfault *** >> address 0x0, cause 'unknown' >> >> Possible actions: >> 1: abort (with core dump, if enabled) >> 2: normal R exit >> 3: exit R without saving workspace >> 4: exit R saving workspace >> > >> Selection: >> >> I am unable to do a sessionInfo(), but I am using: >> R version 3.2.4 (2016-03-10) >> Platform: x86_64-apple-darwin13.4.0 (64-bit) >> >> >> I would appreciate any help, thanks so much! >> > >[[alternative HTML version deleted]]
> On Nov 4, 2016, at 1:39 PM, C W <tmrsg11 at gmail.com> wrote: > > Dear R list, > > Every time I start R, the following error message come up: > > *** caught segfault *** > address 0x0, cause 'unknown' > > Possible actions: > 1: abort (with core dump, if enabled) > 2: normal R exit > 3: exit R without saving workspace > 4: exit R saving workspace >> > Selection: > > I am unable to do a sessionInfo(), but I am using: > R version 3.2.4 (2016-03-10) > Platform: x86_64-apple-darwin13.4.0 (64-bit)The usual cause for this is a corrupted .Rdata file although sometime the .Rhistory file is the culprit. These are often not displayed (so-called "invisible files") by the OS file browsers so you may need to seek out OS-specific approaches to that possibility. Trash both of those possible sources of instability and restart.> > I would appreciate any help, thanks so much! > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.David Winsemius Alameda, CA, USA