RE: localhost udp bind: address in use -- Solved

2011-11-01 Thread Michael D. Berger
This tuened out to be a coding problem uncovered by migrating to a much faster box. Briefly, the initial call to the getInstance() of a singleton was not complete before a second, higher proirity call was issued. Sorry for the distraction. Mike. -- Michael D. Berger m.d.ber...@ieee.org http://www.

RE: localhost udp bind: address in use

2011-11-01 Thread Michael D. Berger
> -Original Message- > From: users-boun...@lists.fedoraproject.org > [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of > Christopher K. Johnson > Sent: Monday, October 31, 2011 22:25 > To: Community support for Fedora users > Subject: Re: localhost udp

Re: localhost udp bind: address in use

2011-10-31 Thread Christopher K. Johnson
Is ipv6 enabled? Any chance it is binding to loopback using an ipv6 loopback address, and then finding it is already bound using the ipv4 equivalent? On 10/31/2011 09:20 PM, Michael D. Berger wrote: > I have some complex multi-thread C++ code in which I do > some internal signaling with udp soc