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

Simon Urbanek simon.urbanek at r-project.org
Sun Jan 22 23:21:39 CET 2017


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


> On Jan 20, 2017, at 12:04 PM, Brandon Hurr <brandon.hurr at gmail.com> 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:
>> library(tidyverse)
> 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:
>> 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:
>> 
>>> Send R-SIG-Mac mailing list submissions to
>>>        r-sig-mac at r-project.org
>>> 
>>> To subscribe or unsubscribe via the World Wide Web, visit
>>>        https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>> or, via email, send a message with subject or body 'help' to
>>>        r-sig-mac-request at r-project.org
>>> 
>>> You can reach the person managing the list at
>>>        r-sig-mac-owner at r-project.org
>>> 
>>> When replying, please edit your Subject line so it is more specific
>>> than "Re: Contents of R-SIG-Mac digest..."
>>> 
>>> 
>>> Today's Topics:
>>> 
>>>   1. Re:  Serious R problem (Brandon Hurr)
>>> 
>>> 
>>> ----------------------------------------------------------------------
>>> 
>>> Message: 1
>>> Date: Fri, 20 Jan 2017 07:29:28 -0800
>>> From: Brandon Hurr <brandon.hurr at gmail.com>
>>> To: Kirk Steyer <kirklucy at mac.com>
>>> Cc: "r-sig-mac at r-project.org" <r-sig-mac at r-project.org>
>>> Subject: Re: [R-SIG-Mac] Serious R problem
>>> Message-ID:
>>>        <CAG2OMvsr347XQ2HUJx6wMF6e_Uja+OrmEm7eQutzNR64VB0FAA@
>>> mail.gmail.com>
>>> Content-Type: text/plain; charset="utf-8"
>>> 
>>> If you hit escape you can continue without consequences.
>>> 
>>> There's been a lot of talk on the forum about fixes and it was my
>>> impression that there was a fix released, but I'm not 100% certain. If you
>>> wipe your app history and recent files it seems to be ok temporarily.
>>> 
>>> I have an older version of the GUI than you:
>>> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
>>> 
>>> Brandon
>>> 
>>> On Fri, Jan 20, 2017 at 6:38 AM, Kirk Steyer <kirklucy at mac.com> wrote:
>>> 
>>>> R version [R.app GUI 1.69 (7311) x86_64-apple-darwin13.4.0]
>>>> 
>>>> Running on macOS Sierra 10.12.2 (16C67)
>>>> 
>>>> See attached screen capture
>>>> 
>>>> 
>>>> When ever R quits unexpectedly, when relaunching R, R reopens all the
>>> last
>>>> files, then I get the spinning ball of death. After several times
>>>> of relaunching,  sometime it helps to delete the "org.R-project.R.plist"
>>> in
>>>> the Preference directory I am able to finally execute option 1 "abort
>>> with
>>>> core dump" before the spinning ball of death.  There are many reasons
>>> why R
>>>> some time gives me a spinning ball of death, selecting a file in Finder
>>>> when trying to save a editor file, or selecting a file in Finder when
>>>> saving a graphic plot, or trying to select a different directory in
>>> Finder
>>>> when trying to save a file.
>>>> 
>>>> Please advise R is one of my favorite platforms to use.
>>>> 
>>>> Thanks
>>>> 
>>>> 
>>>> Kirk Steyer
>>>> Principal Engineer
>>>> Pharmaceutical & Medical Devices
>>>> 2306 Lava Drive
>>>> San Jose, CA 95133
>>>> O: 408.937.5807 <(408)%20937-5807>
>>>> C: 408.833.9102 <(408)%20833-9102>
>>>> kirklucy at mac.com
>>>> 
>>>> 
>>>> _______________________________________________
>>>> R-SIG-Mac mailing list
>>>> R-SIG-Mac at r-project.org
>>>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>>> 
>>> -------------- next part --------------
>>> An HTML attachment was scrubbed...
>>> URL: <https://stat.ethz.ch/pipermail/r-sig-mac/
>>> attachments/20170120/85ba2a6b/attachment.html>
>>> -------------- next part --------------
>>> A non-text attachment was scrubbed...
>>> Name: R_Fault.tiff
>>> Type: image/tiff
>>> Size: 58206 bytes
>>> Desc: not available
>>> URL: <https://stat.ethz.ch/pipermail/r-sig-mac/
>>> attachments/20170120/85ba2a6b/attachment.tiff>
>>> 
>>> ------------------------------
>>> 
>>> Subject: Digest Footer
>>> 
>>> _______________________________________________
>>> R-SIG-Mac mailing list
>>> R-SIG-Mac at r-project.org
>>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>> 
>>> ------------------------------
>>> 
>>> End of R-SIG-Mac Digest, Vol 167, Issue 11
>>> ******************************************
>>> 
>> 
>>        [[alternative HTML version deleted]]
>> 
>> _______________________________________________
>> R-SIG-Mac mailing list
>> R-SIG-Mac at r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 



More information about the R-SIG-Mac mailing list