Opened 14 years ago
Closed 14 years ago
#1317 closed defect (fixed)
Crash in Symbian ioqueue after unregistering ioqueue key from callback
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.12 |
Component: | pjlib | Version: | 1.x-branch |
Keywords: | Cc: | Johan Lantz | |
Backport to 1.x milestone: | Backported: |
Description
The original report mentioned that the crash was occurred after returning from HTTP client on_data_read callback.
Change History (1)
comment:1 Changed 14 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3597]) Fixed #1317: fixed Symbian ioqueue by avoiding access to CIoqueueCallback member after invoking callback as application may unregister the key (which internally destroy the CIoqueueCallback object) from the callback.