Opened 16 years ago
Closed 16 years ago
#567 closed defect (fixed)
Rare race condition causing crash in ICE stream transport when STUN Binding resolution callback is called before initialization completes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc1 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
This happens when the callback is called before ICE stream transport initialization completes, causing the callback to not find the STUN srflx candidate in the component.
This probably is a rare situation and it only happens e.g. when the main thread stops in a breakpoint.
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2136