apoikos (Apollon Oikonomopoulos)
- Login: apoikos
- Email: apollon+ruby@skroutz.gr
- Registered on: 01/14/2013
- Last sign in: 06/16/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/16/2015
-
03:00 PM Ruby Bug #11269 (Closed): ruby_init_setproctitle() should be called before require_libraries()
- We have come across an issue where `setproctitle` fails to use the whole length of the process's initial environment. It turns out that this is because modules loaded using `-r` are processed before `ruby_init_setproctitle()`. This is ea...