Opened 11 years ago

Closed 11 years ago

#1685 closed defect (fixed)

Crash in TURN session when DNS callback invoked after TURN session destroyed

Reported by: nanang Owned by: bennylp
Priority: normal Milestone: release-2.2
Component: pjnath Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

This is reported to happen after an immediate reject on incoming call.

Scenario:

  1. DNS callback in TURN session is being invoked, and context is switched before returning from the callback
  2. other thread destroys the TURN session
  3. the DNS callback continues execution, e.g: TURN allocation, etc.

Change History (1)

comment:1 Changed 11 years ago by nanang

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

In 4551:

Fix #1685: When TURN destroy is requested in state RESOLVING, pending the destroy until resolver callback is invoked.

Note: See TracTickets for help on using tickets.