Hi - I consistently get a segfault error when I use the built-in editor with a dataframe:
>> sessionInfo() > R version 3.2.0 Patched (2015-05-11 r68355) > Platform: x86_64-apple-darwin13.4.0 (64-bit) > Running under: OS X 10.10.3 (Yosemite) > > locale: > [1] en_CA.UTF-8/en_CA.UTF-8/en_CA.UTF-8/C/en_CA.UTF-8/en_CA.UTF-8 > > attached base packages: > [1] stats graphics grDevices utils datasets methods base > > loaded via a namespace (and not attached): > [1] tools_3.2.0 >> x<-data.frame(A=1:2,B=3:4) > > *** caught segfault *** > address 0x7fff00010b00, cause 'memory not mapped' > > Possible actions: > 1: abort (with core dump, if enabled) > 2: normal R exit > 3: exit R without saving workspace > 4: exit R saving workspace >> This happens when the editor is invoked from the workspace browser, and then the window is closed. Editing functions works fine, though. Is this a known bug or maybe something in my system? Thanks. - Pete --- Peter Dixon [email protected] _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
