Changes between Initial Version and Version 1 of Ticket #491
- Timestamp:
- Feb 22, 2008 9:54:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #491
- Property Status changed from new to assigned
- Property Summary changed from Crash when destroying TLS transport upon application shutdown to Crash in TCP/TLS transport when the listener is destroyed (thanks Christian Grigis)
-
Ticket #491 – Description
initial v1 1 http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-February/001814.html 1 The TCP and TLS transport keep pointer reference to its listener. When the listener is destroyed by application, PJSIP will crash when the transport is performing keep-alive transmission because it tries to access the listener which is no longer there. 2 2 3 Thanks Christian Grigis for the report3 Thanks Christian Grigis for reporting this.