mattoufoutu (Mathieu D)
- Login: mattoufoutu
- Email: mattoufootu@gmail.com
- Registered on: 11/14/2010
- Last sign in: 11/14/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/14/2010
-
01:59 AM Ruby Bug #4050 (Rejected): segfault while using regex in an infinite loop
- =begin
While learning ruby, I noticed that Regex matches were kept in memory to be able to access groups elements
with $1, $2, and so on later in the code.
So I wondered if this could fill my memory, and tried the following code:
...