I'm trying to reproduce a crash happening on a user's machine. My code assumed that there could only be a single socket fd used by c-ares, but apparently that is not always true.
I'm working on a fix, but for that I'd like to be able to reproduce the crash (i.e. get c-ares to use multiple sockets) so that I am certain that I fixed the issue.