Resource temporarily unavailable in HP UX

Description

I have project in HP UX (HP-UX dbts02 B.11.31 U ia64 3494992138 unlimited-user license). Using ZMQ to send and recive msg as.

zctx_t *_ctx = zctx_new();
void * _sub = zsocket_new(_ctx, ZMQ_SUB);
zsocket_bind(_sub, "tcp://*:1003");

Buil with aCC is sucess.But when run after bind (zsocket_bind) that have error:

Resource temporarily unavailable
nbytes != -1 (src/mailbox.cpp:238)
ABORT instruction (core dumped)

Environment

HP-UX dbts02 B.11.31 U ia64 3494992138 unlimited-user license

Activity

Show:

Details

Assignee

Reporter

Labels

Components

Fix versions

Affects versions

Priority

Created August 23, 2012 at 9:25 AM
Updated August 23, 2012 at 9:25 AM