corny (Mr Corn)
- Login: corny
- Email: kontakt+ruby-lang@digineo.de
- Registered on: 04/26/2011
- Last sign in: 11/16/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/16/2014
-
04:55 PM Ruby Bug #10520 (Closed): Resolv fails on additional resources when quering address records
- This works:
~~~
Resolv::DNS.open(nameserver: ['8.8.8.8'] ) { |dns| dns.getresources('wikileaks.org', Resolv::DNS::Resource::IN::A) }
~~~
This fails:
~~~
Resolv::DNS.open(nameserver: ['217.219.179.10'] ) { |dns| dns.getresourc...
04/26/2011
-
07:30 PM Ruby Bug #4608: Ctrl-c to interrupt script causes hang and 100% cpu's core load
- =begin
I have the same problem with a freshly installed Ubuntu 11.04 and ruby 1.9.2p180.
STRG-c works in irb-shell, but not in the rails shell. Same problem with autotest. No problems with ruby 1.8.7.
=end