viktor (Viktor Vasilev)
- Login: viktor
- Email: viktor.vasilev@gmail.com
- Registered on: 01/12/2015
- Last sign in: 01/12/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/12/2015
-
09:12 PM Ruby Bug #10735: Memory leak in openssl ossl_pkey_sign
- Zachary Scott wrote:
> I know you tried this with 1.9.3, but could you try to repro on trunk (and newer rubies) first?
> ...
Hi Zachary,
Just ran the test case against Ruby 2.3.0dev (2015-01-12 trunk 49226) [x86_64-darwin14] and see... -
06:09 PM Ruby Bug #10735 (Closed): Memory leak in openssl ossl_pkey_sign
- Similar to the memory leak fixed in https://bugs.ruby-lang.org/issues/9743 there is an issue with ossl_pkey_sign. The ruby heap usage reported through GC.stat remains very stable, while the process heap grows linearly with the number of ...