crash with NAs in subscripted assignment of a raw vector
Seth Falcon wrote:
2009/9/24 Herv? Pag?s <hpages at fhcrc.org>:
> x <- charToRaw("ABCDEFGx")
> x[c(1:3, NA, 6)] <- x[8]
*** caught segfault *** address 0x8402423f, cause 'memory not mapped'
Thanks for the report. I have a fix which I will commit after some testing.
Thanks Seth! H.