Opened 7 years ago
Closed 7 years ago
#2025 closed defect (fixed)
Fixed crash in pjsua_destroy if there's pending outgoing TCP/TLS transmission
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.7 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Related to ticket #1535 (https://trac.pjsip.org/repos/ticket/1535):
"Pending outgoing TCP transmission may cause crash if the library is shutdown"
However ticket #1859 (https://trac.pjsip.org/repos/ticket/1859):
"Possible crash due to transaction premature destroy while message send operation is on progress"
may have unintentionally brought back the problem by trying to decrease the pending send counter without checking if the transaction layer has been shutdown.
Change History (1)
comment:1 Changed 7 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5613: