[Rd] RObjectTables freezes in R 3.2.0 RC on 32bit systems

Jeroen Ooms jeroenooms at gmail.com
Wed Apr 15 21:48:16 CEST 2015


On Wed, Apr 15, 2015 at 12:04 PM, Martin Maechler
<maechler at ada-1.stat.math.ethz.ch> wrote:
> Maybe this helps to find a last minute patch to that part in the
> R 3.2.0 RC sources ?

Perhaps, as a stopgap measure, we could add something like this to
attach before it calls length(names(value)):

if(is(value, "UserDefinedDatabase"))
  return(invisible(value))

It is still unclear to my what the underlying problem is and why it
only appears on 32bit. But at least this would prevent R from freezing
when loading packages that use object tables.



More information about the R-devel mailing list