Skip to content

R-SIG-Mac Digest, Vol 167, Issue 11

4 messages · Barry M. Lesht, Brandon Hurr, Simon Urbanek +1 more

#
I do not believe this issue has been fixed, nor does hitting ESC work for
me. I am using the current versions of R and the GUI.   I find the only
reliable (temporary) fix is to delete the ~/Library/Saved Application
State/org.R-project.R.savedState/ directory along with the active .Rhistory
file.
On Fri, Jan 20, 2017 at 9:30 AM, <r-sig-mac-request at r-project.org> wrote:

            

  
  
#
Barry,

I guess our issues are distinct.

When I click on a .R script it loads R-GUI. If the script "Open
Recent..." is empty, it doesn't crash. If it has a few files in the
history (at least 2 from what I can tell), it crashes.

 *** caught segfault ***
address 0x7feebbd79c0, 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
Selection:
Loading tidyverse: ggplot2
Loading tidyverse: tibble
Loading tidyverse: tidyr
Loading tidyverse: readr
Loading tidyverse: purrr
Loading tidyverse: dplyr
Conflicts with tidy packages --------------------------------
filter(): dplyr, stats
lag():    dplyr, stats
But, if I hit escape and start using it, everything is fine. It's
merely an annoyance, but if you can't escape it then that's a huge
issue.

If I load R-GUI without clicking on a script, it loads without error.

I've deleted all of my history files from my entire drive with:
# find . -name .Rapp.history -exec rm {} \; # don't do this unless you
really want to

HTH,
B
On Fri, Jan 20, 2017 at 8:33 AM, Barry M. Lesht <blesht at gmail.com> wrote:
2 days later
#
a) do you have a crash log? If so, please send it to me and/or attach
b) loading by clicking the script changes the way workspace is loaded as will will be loaded from the directory of the script - so check for .R* files in there and possibly broken packages (built for an old R version)
Thanks,
Simon
#
Dear All

I do actually have similar, i.e. same, issues. I am at the moment 
getting around with R-Studio but R won't work and crash at every 
start-up. Even more disconcerting is that I do get a German language 
version even though nowhere I have set anything like it.

What I have done so far:

1. Completely uninstalled R (several times...)

2. Uninstalled R-Studio

3. Cleaned all .R* files

4 . Reinstalled

I fear not having caught all R files in 3. But the issues persists.

Help is greatly appreciated.

Christoph
On 22.01.17 23:21, Simon Urbanek wrote: