lfarcy (Laurent Farcy)
- Login: lfarcy
- Email: laurent.farcy@gmail.com
- Registered on: 07/21/2015
- Last sign in: 07/23/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/02/2015
-
11:24 PM Ruby Bug #11383: Infinite loop in str_buf_cat triggered by str_gsub
- Nobu,
Thanks for fixing this issue.
On our side, the issue reproduced, not with the same arguments though. Anyway, I was able to get the value of *(struct RString *)str.
~~~
(gdb) display *(struct RString *)str
1: *(struct RSt...
07/23/2015
-
08:31 AM Ruby Bug #11383: Infinite loop in str_buf_cat triggered by str_gsub
- Nobuyoshi Nakada wrote:
> Very interesting.
> ...
I'll submit the content of `*(struct RString *)str` as soon as the issue reproduces. I'm sure it will since it has happened many times for those last weeks.
I had to kill the previou...
07/21/2015
-
03:27 PM Ruby Bug #11383 (Closed): Infinite loop in str_buf_cat triggered by str_gsub
- I've got a Ruby program which reads some RSS/Atom feeds to load each of them into a relational database. It makes use of a modified version of SimpleRSS v1.2.
After moving to Ruby 2.2.2, I observe 100% CPU usage from time to time. Usi...