Skip to content
Back to formatted view

Raw Message

Message-ID: <4ABD1482.4050007@fhcrc.org>
Date: 2009-09-25T19:05:38Z
From: Hervé Pagès
Subject: crash with NAs in subscripted assignment of a raw vector
In-Reply-To: <486f230c0909241730k2dbdedcem3a2d912c0a1b5507@mail.gmail.com>

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.