-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia Regex Bug? #12663
Comments
Note that due to #11577 we shouldn't upgrade release-0.3 to any of 8.34, 8.35, 8.36, 8.37 without patches for the buffer overflow. 10.20 has the fix for that but might be too large of a change to backport. |
Mmm, I have no special insight into what's going wrong. I don't recall any
|
Fixed in 0.4. |
Hi all,
sadly I opened this in the wrong place: http://discuss.junolab.org/t/julia-regex-bug-not-sure-as-i-am-new-to-julia/288
In short, I am new to julia, but I think this is a bug and not me messing up program logic:
I use this to estimate some statistical stuff. I had it working in other languages (even in bash ;-), but not that blazingly fast as in julia - I have it working without regex, using numbers.
Yet with the regex julia comes up with an error after some seconds:
I checked, the BBBABBBBBA...-stuff is created as expected, c counts up to something between 0 and 75 before I hit this regex error.
Tested on julia version 0.2.1 and 0.3.11.
Kind regards
hnk
The text was updated successfully, but these errors were encountered: