On Tue, 2016-04-12 at 14:06 +0200, Adel Boutros wrote:
> Hello Raphael,
> I had checked the stackoverflow link before and it seemed the only
> way to fix it was to comment "__thread" but I don't find it as a good
> solution as it might have side-effects. Were you able to find
> something else that worked?

commenting out the __thread will definitely cause problems unless you
are running with a single worker thread as that variable *must* be
thread local or bad things will happen!

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to