Skip to content
Prev 37842 / 63424 Next

Crash report: regexpr("a{2-}", "")

David's post made me realize that I got the sub()/gsub() lines wrong.
It should be:

regexpr("a{2-}", "")
sub("a{2-}", "", "")
gsub("a{2-}", "", "")

Either way, the crash is there, at on least Windows and Linux.

/Henrik
On Tue, Sep 21, 2010 at 8:43 PM, David Winsemius <dwinsemius at comcast.net> wrote: