Re: [Rd] segfault in gregexpr()

2008-01-31 Thread Herve Pages
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 > _

Re: [Rd] segfault in gregexpr()

2008-01-31 Thread Seth Falcon
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/ __

Re: [Rd] segfault in gregexpr()

2008-01-30 Thread Seth Falcon
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]

[Rd] segfault in gregexpr()

2008-01-30 Thread Herve Pages
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