leiting (Lei Ting)
- Login: leiting
- Email: leiting@firevale.com
- Registered on: 03/11/2015
- Last sign in: 02/24/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/11/2015
-
11:09 AM Ruby Bug #10965 (Closed): logger.rb may not daily rotate
- We have had a ruby game server running using logger.rb to log into daily rotated log files.
For test it's all ok, but when put on production, sometimes the log files don't rotate daily.
When one day passed, the logger still write t... -
08:15 AM Ruby Bug #10961 (Closed): Zlib corrupts data when receive signal
- When receiving signal on main thread, Zlib::Deflate.deflate will be interrupted in zstream_run_func (zlib.c), thus producing unfinished output buffer.
Zlib::Deflate.deflate will return normally, without error, but the return value wil...