jgold.bg (Jonathan Gold)
- Login: jgold.bg
- Email: jgold.bg@gmail.com
- Registered on: 01/15/2010
- Last sign in: 01/16/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/16/2010
-
10:37 AM Ruby Bug #2606: Ruby crashes when Logger is used in trap handler
- =begin
Yuki -- My apologies. Where should I have reported it?
Nobuyoshi -- Thank you for trying. I'm disappointed to hear that you couldn't reproduce it. One thing that I could try if you think it'd be helpful is to set up an Amazo...
01/15/2010
-
04:56 AM Ruby Bug #2606: Ruby crashes when Logger is used in trap handler
- =begin
Update: after trying to build a workaround in my program to just use STDOUT in place of Logger, I've come to find that it's not really the Logger class so much as the Time.strftime function. I've modified the repro script (attach... -
02:09 AM Ruby Bug #2606 (Closed): Ruby crashes when Logger is used in trap handler
- =begin
I've run into what I consider to be a strange issue causing the ruby interpreter
to crash (on 1.9.1-p0, 1.9.1-p376, and 1.9.2-preview1).
Attached is a description and a way to reproduce it. I'm able to reproduce it on
li...