Re: [Rd] crash with NAs in subscripted assignment of a raw vector

2009-09-25 Thread Hervé Pagès
Seth Falcon wrote: 2009/9/24 Hervé Pagès : > 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. _

Re: [Rd] crash with NAs in subscripted assignment of a raw vector

2009-09-24 Thread Seth Falcon
2009/9/24 Hervé Pagès : >  > 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. -- Seth Falcon | @sfalcon | http://userprimary.net/use