On Wed, Apr 15, 2015 at 12:04 PM, Martin Maechler <maech...@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. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel