Hi Seth,
Seth Falcon wrote:
> Hi again,
>
>> Herve wrote:
>> > gregexpr("", "abc", fixed=TRUE)
>>
>>*** caught segfault ***
>> address 0x1c09000, cause 'memory not mapped'
>
> This should be fixed in latest svn. Thanks for the report.
That's great. Thanks!
H.
>
> + seth
>
_
Hi again,
> Herve wrote:
> > gregexpr("", "abc", fixed=TRUE)
>
>*** caught segfault ***
> address 0x1c09000, cause 'memory not mapped'
This should be fixed in latest svn. Thanks for the report.
+ seth
--
Seth Falcon | [EMAIL PROTECTED] | blog: http://userprimary.net/user/
__
Hi Herve,
Thanks for the report. I can reproduce this with latest R-devel.
perl=TRUE is also broken. I have a patch which I am testing. With
it, I get:
> gregexpr("", "abc")
[[1]]
[1] 1 2 3
attr(,"match.length")
[1] 0 0 0
> gregexpr("", "abc", fixed=TRUE)
[[1]
Hi,
Tried with R 2.6 and R 2.7:
> gregexpr("", "abc", fixed=TRUE)
*** caught segfault ***
address 0x1c09000, cause 'memory not mapped'
Traceback:
1: gregexpr("", "abc", fixed = TRUE)
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without