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:
- DNS callback in TURN session is being invoked, and context is switched before returning from the callback
- other thread destroys the TURN session
- 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
Note: See
TracTickets for help on using
tickets.
In 4551: