Archived:Audio stream is left in inconsistent state after a panic on S60 2nd Edition (Known Issue)
extkbeditor2
(Talk | contribs) m |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot change of template (Template:KnowledgeBase) - now using Template:ArticleMetaData) |
||
| Line 2: | Line 2: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
| − | {{ | + | {{ArticleMetaData |
|id=KIS000293 | |id=KIS000293 | ||
|platform=S60 2nd Edition, FP1, FP2, and FP3 | |platform=S60 2nd Edition, FP1, FP2, and FP3 | ||
| Line 10: | Line 10: | ||
|creationdate=October 13, 2005 | |creationdate=October 13, 2005 | ||
|keywords= | |keywords= | ||
| + | |||
| + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
| + | |sdk=<!-- SDK(s) built and tested against (e.g. [http://linktosdkdownload/ Nokia Qt SDK 1.1]) --> | ||
| + | |devicecompatability=<!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
| + | |signing=<!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities=<!-- Capabilities required (e.g. Location, NetworkServices.) --> | ||
| + | |author=[[User:Technical writer 1]] | ||
}} | }} | ||
Revision as of 14:08, 24 June 2011
Article Metadata
Compatibility
Platform(s): S60 2nd Edition, FP1, FP2, and FP3
Article
Created: User:Technical writer 1
(13 Oct 2005)
Last edited: hamishwillee
(24 Jun 2011)
Overview
Re-opening an audio output stream fails after the streaming application has been terminated due to a panic.
Description
If a panic is raised and the application is terminated during an audio streaming operation (with open and running CMdaAudioOutputStream or CMMFDevSound object), the next attempt to open an audio stream, e.g. CMdaAudioOutputStream::OpenL(), will fail.
The device needs to be restarted before an audio stream can be successfully reopened.
How to reproduce
After a panic situation in the middle of audio streaming, a call to CMdaAudioOutputStream::OpenL() will not return and hangs the application.
Solution
No solution exists.

