[rabbitmq-discuss] Program crashes in amqp_abort() on HP-UX 11.31

Tony Garnock-Jones tonygarnockjones+rabbitmq at gmail.com
Mon Jul 8 15:45:50 BST 2013


On 8 July 2013 09:17, Haster <haster2004 at yandex.ru> wrote:

> The problem is that I use only one thread in my program (only one thread
> works with connection to rabbitmq)
>

Is there only one thread in your program, or is there more than one thread
but only one which uses librabbitmq? If there's more than one, perhaps
another thread is chewing up memory somehow.


> I heard that on HP-UX TCP/IP stack protocol API is different to other UNIX
> SYSTEMS and to fix it I need use libxnet and _XOPEN_SOURCE_EXTENDED define
> directive.
>

This doesn't sound like the problem, but I could be wrong.



More information about the rabbitmq-discuss mailing list