Skip to content
Prev 5727 / 15075 Next

R crash on Mac, reproduced

I previously could not confirm that the code was misbehaving. but I  
now can with on a R version that I installed yesterday with input  
through the 64 bit GUI. I do notice that the one time that Dr Azzalini  
got an error instead of a crash, the offending call appears similar to  
that listed as the most proximate Traceback.

 > ask <-  function (message = "Type in datum")
+               eval(parse(prompt = paste(message, ": ", sep = "")))
 > ask("input")
input: 3:6
[1] 3 4 5 6
 > ask("input")
input: c(3,8)

  *** caught segfault ***
address 0x0, cause 'memory not mapped'

Traceback:
  1: parse(prompt = paste(message, ": ", sep = ""))
  2: eval(parse(prompt = paste(message, ": ", sep = "")))
  3: ask("input")

Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
--- from next session----
 > sessionInfo()
R version 2.8.1 Patched (2009-01-19 r47650)
i386-apple-darwin9.6.0

locale:
en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

loaded via a namespace (and not attached):
[1] grid_2.8.1      lattice_0.17-20 rattle_2.4.41

 > R.version
                _
platform       i386-apple-darwin9.6.0
arch           i386
os             darwin9.6.0
system         i386, darwin9.6.0
status         Patched
major          2
minor          8.1
year           2009
month          01
day            19
svn rev        47650
language       R
version.string R version 2.8.1 Patched (2009-01-19 r47650)
On Mar 6, 2009, at 7:59 AM, David Winsemius wrote: