#526 closed defect (fixed)
Pjsua crash after wav player destroyed inside the eof callback (thanks Tanguy Floc'h)
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2008-April/002513.html
after destroyed, wav player port get_frame() returns PJ_SUCCESS to conference, so the conference continue accessing the wav player port.
Attachments (2)
Change History (5)
Changed 17 years ago by nanang
comment:1 Changed 17 years ago by nanang
comment:2 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Committed ticket526.patch in r1927
Changed 17 years ago by nanang
Fixed buggy patch 'ticket526.patch': posibility of accessing port after wav player port destroyed
comment:3 Changed 17 years ago by bennylp
Committed ticket526.2.patch in r1934
Note: See
TracTickets for help on using
tickets.
In ticket526.patch contains major changes on wav player: