Opened 16 years ago
Closed 16 years ago
#695 closed defect (fixed)
APS causes KERN-EXEC 0 error when a call has hung up (thanks Kevin Gong for the report)
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-1.1 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
But an error occurred when a call has hungup. The error is: APSRecorderThread KERN-EXEC 0.
Change History (2)
comment:1 Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
This problem was only occured in some devices (e.g: N95), while some other devices (e.g: E65) it wasn't occured. The fix works fine for me (on N95).
Note: See
TracTickets for help on using
tickets.
In r2443: Inserted wait loop between stop() & close() of APS client session to allow 'APS server' performs clean stop (it is APS server who suffers panic KERN-EXEC 0).