Opened 12 years ago

Closed 12 years ago

#1533 closed defect (fixed)

Deadlock in processing media transport asynchronous creation completion (thank you Itay Bianco for the report)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.0.1
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

ICE media transport creation completes asynchronously. Deadlock may occur when this even happens simultaneously with an incoming request (such as CANCEL), due to different mutex locking order that the two flows use.

Change History (1)

comment:1 Changed 12 years ago by bennylp

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

In 4163:

Fixed #1533: Deadlock in processing media transport asynchronous creation completion (thank you Itay Bianco for the report)

Note: See TracTickets for help on using tickets.