Opened 17 years ago

Closed 17 years ago

#263 closed defect (wontfix)

Cannot call TCP's pj_ioqueue_accept() more than once in Symbian

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: Symbian-trunk-integration
Component: pjlib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Calling pj_ioqueue_accept() more than once will cause assertion error in ioqueue_symbian.cpp:

pj_status_t CIoqueueCallback::StartAccept(pj_ioqueue_op_key_t *op_key,
					  pj_sock_t *new_sock,
					  pj_sockaddr_t *local,
					  pj_sockaddr_t *remote,
					  int *addrlen )
{
    PJ_ASSERT_RETURN(IsActive()==false, PJ_EBUSY);

To reproduce this bug, set MAX_PAIR to more than one in compliance_test_2() in ioq_tcp.c in pjlib-test.

Change History (1)

comment:1 Changed 17 years ago by bennylp

  • Resolution set to wontfix
  • Status changed from new to closed

This probably is Symbian/Emulator? bug, nothing we can do. Closing the ticket.

Note: See TracTickets for help on using tickets.