Re: [Rd] ... gctorture(TRUE) segfault etc
> "MM" == Martin Maechler > on Thu, 16 Jul 2009 17:56:07 +0200 writes: ... HP> This seems to have been around for a while (I get this with R 2.10, HP> 2.9 and 2.8). Note that I don't get this with an unnamed vector. HP> This problem affects the methods packa
Re: [Rd] ... gctorture(TRUE) segfault etc
> "HP" == Hervé Pagès > on Wed, 15 Jul 2009 17:08:20 -0700 writes: HP> Hi, >> x <- c(a=10, b=20) >> length(x) <- 1 >> x HP> a HP> 10 HP> But with gctorture turned on, I get: >> gctorture(TRUE) >> x <- c(a=10, b=20) >> length(x) <- 1 >> x