General

Profile

nicolasnoble (Nicolas Noble)

  • Login: nicolasnoble
  • Registered on: 01/29/2016
  • Last sign in: 04/24/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

04/24/2019

03:31 PM Ruby Bug #15773: Net::HTTP doesn't try next IP address in case of timeout
I thought long and hard about how to reply to this.
Let's put it this way: the fact that you are using glibc isn't the problem at all. The fact that you are badly using its results is.
Any other big piece of code out there that is...
nicolasnoble (Nicolas Noble)

04/16/2019

11:12 PM Ruby Bug #15773 (Rejected): Net::HTTP doesn't try next IP address in case of timeout
This example requires to have a working IPv6 address. Since IPv6 is used in first priority, I am using it to demonstrate the problem, but it exists with plain IPv4, which will be more round-robin-style, so less deterministic to show a re... nicolasnoble (Nicolas Noble)

08/25/2016

12:50 AM Ruby Bug #12699: Crash in the VM - maybe garbage collector bug
Adding a Dockerfile that makes it easy to reproduce the problem, under Valgrind. The output of this Dockerfile gives the following report:
`
==1== Memcheck, a memory error detector
==1== Copyright (C) 2002-2015, and GNU GPL'd, by Juli...
nicolasnoble (Nicolas Noble)

08/24/2016

06:42 AM Ruby Bug #12699 (Third Party's Issue): Crash in the VM - maybe garbage collector bug
Basically, we were investigating this: https://github.com/grpc/grpc/issues/7661
Our investigation led to realize that this assert in the protobuf code is being triggered, but only if the garbage collector has been exercised enough: ht...
nicolasnoble (Nicolas Noble)

02/21/2016

08:54 AM Ruby Bug #12095 (Closed): ruby_vm_at_exit can sometime cause a crash.
This behavior has been seen erratically, but one of our users got it to reproduce almost systematically. We didn't managed to understand what made his system special that it would get that crash to reproduce so well.
Here's one of the...
nicolasnoble (Nicolas Noble)

01/29/2016

04:45 PM Ruby Bug #12033: WSASocket can't work with Ruby extensions.
Okay. I see.
What you're telling me is that you're basically overriding at link time the list of posix-looking functions, to hijack them into "real" posix versions. Now the problem is, if I am trying to write a Ruby wrapper for a stat...
nicolasnoble (Nicolas Noble)
10:56 AM Ruby Bug #12033: WSASocket can't work with Ruby extensions.
I forgot to mention that I tried this under windows 10 and Windows 7, with the same result on both os. nicolasnoble (Nicolas Noble)
10:39 AM Ruby Bug #12033 (Closed): WSASocket can't work with Ruby extensions.
Basically, when creating a gem with C code that tries to do a WSASocket() call, the socket will end up being non-viable. I have tried this using the native DevKit compiler, rake-compiler-dock, ruby 2.2, 2.1, 32 and 64 bits, to no avail. ... nicolasnoble (Nicolas Noble)

Also available in: Atom