1. Signal handling causes memory leaks.
2. Memory leak in ruby code. Two presentations mentioned in the previous link:
- Java memory management, Charles-François Thueux, Sitraka Inc.
- Garbage Collection in Java, Ethan Henry, Sitraka Inc.
1. Signal handling causes memory leaks.
2. Memory leak in ruby code. Two presentations mentioned in the previous link:
June 21, 2007 at 11:51 pm |
This is _third_party_ C code leaking memory… How exactly is this interesting?
June 22, 2007 at 6:19 am |
It is interesting to me personally in terms of “Ruby” and “Leaking Memory”. Obviously Ruby and Memory Management seems quite tricky. I’m just trying to follow the things I find interesting.