General

Profile

lucas (Lucas Nussbaum)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 22 22

Activity

10/13/2014

05:35 PM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
I was not interested in adding IPv6 support to my application, only in binding a port with a fallback mechanism. I wo... lucas (Lucas Nussbaum)
04:50 PM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
Indeed, bindv6only=1 seems to change this. However, bindv6only=1 is kind-of the default on all systems (except some L... lucas (Lucas Nussbaum)
11:41 AM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
correct copy/paste:
$ ./ruby -vrsocket -e 'p TCPServer::new(10001); system("netstat -ln|grep 10001"); p TCPSe...
lucas (Lucas Nussbaum)
11:37 AM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
I built Ruby 2.2 from source, and still encountered the same problem as the original report, with the exception that ... lucas (Lucas Nussbaum)
07:10 AM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
It might be fixed in Ruby 2.2... I don't have an easy way to test. Akira, do you have an easy way to test with Ruby 2... lucas (Lucas Nussbaum)

09/05/2014

09:12 AM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
Also, a colleague using Arch Linux checked (using the same Ruby version). He doesn't have IPv6 enabled.
And he als...
lucas (Lucas Nussbaum)
07:25 AM Ruby master Bug #10203: TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
that was from the Debian package indeed. I haven't rebuilt Ruby from source. The Debian package does not carry any De... lucas (Lucas Nussbaum)

09/04/2014

03:20 PM Ruby master Bug #10203 (Closed): TCPServer.new has strange behaviour when EADDRINUSE without specifying hostname
after:
irb(main):003:0> TCPServer::new(10001)
=> #<TCPServer:fd 9>
I get irb listening to port 10001 using IPv4, b...
lucas (Lucas Nussbaum)

11/12/2011

03:10 AM Ruby master Bug #5244: Continuation causes Bus Error on Debian sparc
Dear Ruby developers,
Could you follow up on this issue?
The fix that was commited is not correct, as explained i...
lucas (Lucas Nussbaum)

10/26/2011

01:23 AM Ruby master Feature #5481: Gemifying Ruby standard library
On 25/10/11 at 22:43 +0900, Yusuke Endoh wrote:
> Hello,
>
> 2011/10/25 Lucas Nussbaum <lucas@lucas-nussbaum....
lucas (Lucas Nussbaum)

Also available in: Atom