> On 21 Oct 2014, at 22:44 , Simon Urbanek <simon.urba...@r-project.org> wrote:
> 
> There has been quite a bit of wild speculation in this thread, but the only 
> issue I was able to reproduce is the R.app crash on the first startup which 
> seems to happen only if you don't have any preferences stored. Re-starting 
> R.app seems to work since the preferences are created during the first 
> startup so subsequent starts don't crash.
> 
> Cheers,
> Simon
> 
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

I have this consistently in Terminal-R:

Peter-Dalgaards-MacBook-Air:BUILD pd$ bin/R

R version 3.1.2 beta (2014-10-21 r66833) -- "Pumpkin Helmet"
Copyright (C) 2014 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin14.0.0/x86_64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> plot(0)
Floating point exception: 8

(The plot window appears and there is a sizeable delay before R gives up the 
ghost.)

This is when building with XQuartz 2.7.7 and

Peter-Dalgaards-MacBook-Air:BUILD pd$ cat config.site
#CFLAGS="-g -O0"
FFLAGS=-m64
LDFLAGS=-L/usr/X11R6/lib
r_arch=x86_64
with_blas='-framework Accelerate'
with_lapack=yes

(which is likely showing my incompetence)

However, this is clearly  sufficient to explain why the tkdensity demo crashed 
for me; presumably nothing to do witk tcltk per se.

-- 
Peter Dalgaard, Professor,
Center for Statistics, Copenhagen Business School
Solbjerg Plads 3, 2000 Frederiksberg, Denmark
Phone: (+45)38153501
Email: pd....@cbs.dk  Priv: pda...@gmail.com

_______________________________________________
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to