Have you looked at the values of pBuffer->GetBuffer()
and pBuffer->GetSize() and m_cbFrontBufferWritten
to see if they make sense?

Eric 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Edgar Luevano
> Sent: Friday, September 23, 2005 6:51 PM
> To: audio-dev
> Subject: [Audio-dev] added more messages on AAC trace
> 
> I added more debug messages and I found the following before 
> the crash and
> the crash error message occurs just after
> the message RDebug::Print(_L("HXSymbianAudioSession::BufferToBeFilled
> dataDesc.Append(desc);"));
> in audio_session-mmf.cpp, in HXSymbianAudioSession::DoPlayInit(HXBOOL
> setPriority).
> 
>         TPtrC8 desc((TUint8*)pBuffer->GetBuffer() + 
> m_cbFrontBufferWritten,
> TInt(cbToWrite));
>       RDebug::Print(_L("HXSymbianAudioSession::BufferToBeFilled
> dataDesc.Append(desc);"));
>         dataDesc.Append(desc);
>         m_cbFrontBufferWritten += cbToWrite;
>         cbDest -= cbToWrite;
> 
> After this crash happen I get the following messages that shows that
> HXSymbianAudioClient::GetTime returns
> -15 a negative number, this should happen.
> 
> 01:15:49.433444 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Thread panic
> KERN-EXEC 3
> 01:15:49.433554 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:Panicked thread:
> Helix::HelixAudioServer (id 171)
> 01:15:49.439577 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::Resume after play
> 01:15:49.439577 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::Resume after play
> 01:15:49.439623 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::DoSetTimer
> 01:15:49.439847 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:HXFileSource::_ProcessIdle FillBuffers
> 01:15:49.439889 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:HXFileSource::FillBuffers
> 01:15:49.440065 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::GetCurrentAudioTime ulCurrenTime before = 0
> 01:15:49.440107 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:
> HXSymbianAudioClient::GetTime
> 01:15:49.440225 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::GetCurrentAudioTime ulCurrenTime AFTER = -15
> 
> Any idea why this happens.
> Thank you
> Edgar
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of 
> Edgar Luevano
> Sent: Friday, September 23, 2005 4:29 PM
> To: [EMAIL PROTECTED]; 'Jon Recker'
> Cc: [EMAIL PROTECTED]
> Subject: RE: FW: [Audio-dev] crash when playing AAC
> 
> 
> Hello,
> I have made more traces and it seems that helix crash playing 
> the AAC file,
> when sends a message to the audio server:
> 
> TInt HXSymbianAudioClient::Play()
> {
>     m_stopped = false;
>     return SendReceive(HXSymbianAudioServer::EAS_Play, 0);
> }
> 
> this is in
> C:\source\headsep22thumb\audio\device\platform\symbian\audiosv
> r\audio_svr.cp
> p
> 
> 
> I have put the following messages for tracing on the emulator
> 
>  if (m_pAudioStream)
>     {
>               RDebug::Print(_L("CHXAudioDevice::Resume before play"));
>         m_pAudioStream->Play();
>               RDebug::Print(_L("CHXAudioDevice::Resume after play"));
>     }
> 
> and I have found the following:
> Do you have any idea why this happen?
> the messages after "CHXAudioDevice::Resume before play" are 
> sent by the OS
> 
> 00:17:22.681846 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:CHXAudioDevice::Resume
> 00:17:22.681848 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> CHXAudioDevice::Resume
> before play
> 00:17:22.682050 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:******************Crash Dispatch*******************************
> 00:17:22.682064 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Exc id 12
> 00:17:22.682089 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Exc 
> code 500bd2e0
> 00:17:22.682114 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Exc 
> data 8a200fe4
> 00:17:22.682131 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Exc extra 5
> 00:17:22.682155 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Stack 2703DE4
> 00:17:22.682177 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Link 500B8CBC
> 00:17:22.682191 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Action 0
> 00:17:22.682232 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:Stack Test 11954DE4
> 00:17:22.682305 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:*******User stack
> check (Dispatch)**********
> 00:17:22.682367 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:*******User stack
> ok ********** 11954DE4
> 00:17:22.682395 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DE4 8A201004
> 00:17:22.682428 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DE8 02703E1C
> 00:17:22.682463 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DEC 500AF0C8
> 00:17:22.682498 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DF0 0042B0C0
> 00:17:22.682532 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DF4 0042A48C
> 00:17:22.682566 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DF8 0042A3E4
> 00:17:22.682600 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703DFC 0042A464
> 00:17:22.682634 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E00 00001000
> 00:17:22.682666 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E04 00000000
> 00:17:22.682701 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E08 500B8CBC
> 00:17:22.682736 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E0C 0042AA44
> 00:17:22.682770 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E10 FD907047
> 00:17:22.682806 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E14 10000000
> 00:17:22.682838 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E18 00000000
> 00:17:22.682874 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E1C 10001000
> 00:17:22.682908 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E20 0043E718
> 00:17:22.682943 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E24 500BDF5C
> 00:17:22.682977 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E28 0042AA1C
> 00:17:22.683011 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E2C 0042AA44
> 00:17:22.683044 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E30 00000000
> 00:17:22.683077 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E34 00002260
> 00:17:22.683111 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E38 0042A478
> 00:17:22.683146 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E3C 0042A488
> 00:17:22.683180 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E40 02703E1C
> 00:17:22.683214 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E44 00001000
> 00:17:22.683249 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E48 500AF0C8
> 00:17:22.683284 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E4C 500AF270
> 00:17:22.683318 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E50 0042A050
> 00:17:22.683353 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E54 0042A3E4
> 00:17:22.683385 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E58 00000000
> 00:17:22.683418 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E5C 00000000
> 00:17:22.683453 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E60 500E3D84
> 00:17:22.683488 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E64 FD961F4D
> 00:17:22.683523 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E68 FD933F3D
> 00:17:22.683557 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E6C 0042A050
> 00:17:22.683591 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E70 00429FF8
> 00:17:22.683627 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E74 FD946E0F
> 00:17:22.683662 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E78 500BE360
> 00:17:22.683696 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E7C 00429FF0
> 00:17:22.683731 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E80 500BE224
> 00:17:22.683764 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E84 00000000
> 00:17:22.683798 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E88 00429FF0
> 00:17:22.683832 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E8C 00429FF8
> 00:17:22.683865 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E90 00000000
> 00:17:22.683900 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E94 500E3D84
> 00:17:22.683935 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E98 500AF0C8
> 00:17:22.683970 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703E9C 500AF270
> 00:17:22.684004 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EA0 0042A050
> 00:17:22.684037 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EA4 00000000
> 00:17:22.684071 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EA8 02703E84
> 00:17:22.684106 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EAC 500BE208
> 00:17:22.684141 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EB0 29292929
> 00:17:22.684177 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EB4 29292929
> 00:17:22.684212 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EB8 29292929
> 00:17:22.684247 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EBC 29292929
> 00:17:22.684282 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EC0 29292929
> 00:17:22.684317 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EC4 29292929
> 00:17:22.684352 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EC8 02703EF8
> 00:17:22.684386 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703ECC 02703E84
> 00:17:22.684420 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703ED0 00429F88
> 00:17:22.684455 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703ED4 00429FF0
> 00:17:22.684489 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703ED8 00429F64
> 00:17:22.684524 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EDC FD95865D
> 00:17:22.684557 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EE0 00000000
> 00:17:22.684589 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EE4 00000000
> 00:17:22.684622 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EE8 00000000
> 00:17:22.684654 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EEC 00000000
> 00:17:22.684689 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EF0 500AF114
> 00:17:22.684722 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EF4 00000000
> 00:17:22.684756 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EF8 00429FF0
> 00:17:22.684790 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703EFC 00429F64
> 00:17:22.684826 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F00 FD95865D
> 00:17:22.684858 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F04 00000000
> 00:17:22.684891 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F08 00000000
> 00:17:22.684924 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F0C 00000000
> 00:17:22.684956 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F10 00000000
> 00:17:22.684989 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F14 00000000
> 00:17:22.685023 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F18 02703EF4
> 00:17:22.685058 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F1C 500AF104
> 00:17:22.685093 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F20 0042A050
> 00:17:22.685127 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F24 00429F64
> 00:17:22.685162 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F28 20000004
> 00:17:22.685196 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F2C 0042A050
> 00:17:22.685231 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F30 500B64AC
> 00:17:22.685266 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F34 0042A050
> 00:17:22.685300 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F38 02703F60
> 00:17:22.685335 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F3C 02703EF4
> 00:17:22.685369 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F40 00429F88
> 00:17:22.685403 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F44 0042A008
> 00:17:22.685438 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F48 FD94DF11
> 00:17:22.685473 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F4C 1000002B
> 00:17:22.685508 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F50 FD97F474
> 00:17:22.685543 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F54 02703FAC
> 00:17:22.685577 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F58 00429F64
> 00:17:22.685612 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F5C FD92ACE1
> 00:17:22.685647 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F60 02703FAC
> 00:17:22.685681 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F64 00429F64
> 00:17:22.685716 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F68 FD95865D
> 00:17:22.685749 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F6C 00000000
> 00:17:22.685782 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F70 00000000
> 00:17:22.685814 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F74 00000000
> 00:17:22.685847 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F78 00000000
> 00:17:22.685879 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F7C 00000000
> 00:17:22.685914 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F80 02703F60
> 00:17:22.685949 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F84 FD92ACD7
> 00:17:22.685984 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F88 29292929
> 00:17:22.686019 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F8C 29292929
> 00:17:22.686054 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F90 29292929
> 00:17:22.686089 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F94 29292929
> 00:17:22.686124 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F98 29292929
> 00:17:22.686159 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703F9C 00429F98
> 00:17:22.686191 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FA0 00000000
> 00:17:22.686226 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FA4 02703FB4
> 00:17:22.686260 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FA8 00429F88
> 00:17:22.686295 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FAC 10000023
> 00:17:22.686330 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FB0 FD97F394
> 00:17:22.686363 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FB4 00000000
> 00:17:22.686395 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FB8 00000000
> 00:17:22.686428 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FBC 00000000
> 00:17:22.686461 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FC0 00000000
> 00:17:22.686495 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FC4 00429FF0
> 00:17:22.686529 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FC8 00429F84
> 00:17:22.686563 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FCC 00429F78
> 00:17:22.686598 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FD0 FD9586A3
> 00:17:22.686633 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FD4 10000023
> 00:17:22.686668 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FD8 FD97F4CC
> 00:17:22.686703 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FDC FFFF8001
> 00:17:22.686736 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FE0 00000000
> 00:17:22.686770 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FE4 00429F78
> 00:17:22.686805 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FE8 FD95865D
> 00:17:22.686841 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FEC 500C2E54
> 00:17:22.686873 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FF0 00000000
> 00:17:22.686906 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FF4 00000000
> 00:17:22.686938 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FF8 00000000
> 00:17:22.686973 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 02703FFC 50014D44
> 00:17:22.687049 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:*******User stack
> failed **********
> 00:17:22.687093 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:*******Kernel
> stack********
> 00:17:22.687121 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009340 00000000
> 00:17:22.687152 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009344 1000000B
> 00:17:22.687184 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009348 5003526C
> 00:17:22.687216 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000934C 1000001B
> 00:17:22.687248 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009350 50035284
> 00:17:22.687281 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009354 1000000B
> 00:17:22.687313 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009358 5003526C
> 00:17:22.687345 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000935C 10000023
> 00:17:22.687377 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009360 500351DC
> 00:17:22.687409 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009364 10000022
> 00:17:22.687441 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009368 50035224
> 00:17:22.687474 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000936C DDDDDDDD
> 00:17:22.687506 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009370 DDDDDDDD
> 00:17:22.687538 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009374 1000002C
> 00:17:22.687570 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009378 50035180
> 00:17:22.687602 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000937C 1000000D
> 00:17:22.687635 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009380 50035164
> 00:17:22.687667 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009384 10000009
> 00:17:22.687699 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009388 50035150
> 00:17:22.687731 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000938C 10000007
> 00:17:22.687763 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009390 50035140
> 00:17:22.687795 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009394 10000008
> 00:17:22.687828 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009398 5003512C
> 00:17:22.687860 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000939C 1000000C
> 00:17:22.687892 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093A0 50035110
> 00:17:22.687924 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093A4 1000000B
> 00:17:22.687956 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093A8 500350F8
> 00:17:22.687988 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093AC 1000000B
> 00:17:22.688021 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093B0 500350E0
> 00:17:22.688053 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093B4 10000009
> 00:17:22.688085 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093B8 500350CC
> 00:17:22.688117 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093BC 1000003F
> 00:17:22.688149 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093C0 5003504C
> 00:17:22.688181 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093C4 DDDDDDDD
> 00:17:22.688214 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093C8 DDDDDDDD
> 00:17:22.688246 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093CC DDDDDDDD
> 00:17:22.688278 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093D0 80000448
> 00:17:22.688308 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093D4 00000000
> 00:17:22.688340 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093D8 F5CFF451
> 00:17:22.688372 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093DC FA27F7AC
> 00:17:22.688404 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093E0 FF9CFCD8
> 00:17:22.688436 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093E4 06D602DD
> 00:17:22.688467 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093E8 0E420AF5
> 00:17:22.688500 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093EC 5001256C
> 00:17:22.688532 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093F0 500BD2E0
> 00:17:22.688564 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093F4 8A200FE4
> 00:17:22.688594 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093F8 00000005
> 00:17:22.688626 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800093FC DDDDDDDD
> 00:17:22.688658 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009400 EEEEEEEE
> 00:17:22.688690 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009404 EEEEEEEE
> 00:17:22.688723 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009408 EEEEEEEE
> 00:17:22.688755 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000940C EEEEEEEE
> 00:17:22.688787 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009410 EEEEEEEE
> 00:17:22.688819 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009414 EEEEEEEE
> 00:17:22.688851 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009418 EEEEEEEE
> 00:17:22.688883 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000941C EEEEEEEE
> 00:17:22.688916 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009420 EEEEEEEE
> 00:17:22.688948 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009424 EEEEEEEE
> 00:17:22.688980 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009428 EEEEEEEE
> 00:17:22.689012 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000942C EEEEEEEE
> 00:17:22.689044 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009430 EEEEEEEE
> 00:17:22.689077 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009434 EEEEEEEE
> 00:17:22.689109 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009438 EEEEEEEE
> 00:17:22.689141 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000943C EEEEEEEE
> 00:17:22.689173 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009440 EEEEEEEE
> 00:17:22.689206 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009444 EEEEEEEE
> 00:17:22.689238 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009448 EEEEEEEE
> 00:17:22.689270 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000944C EEEEEEEE
> 00:17:22.689302 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009450 EEEEEEEE
> 00:17:22.689334 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009454 EEEEEEEE
> 00:17:22.689366 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009458 EEEEEEEE
> 00:17:22.689399 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000945C EEEEEEEE
> 00:17:22.689431 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009460 EEEEEEEE
> 00:17:22.689463 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009464 EEEEEEEE
> 00:17:22.689495 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009468 EEEEEEEE
> 00:17:22.689527 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000946C EEEEEEEE
> 00:17:22.689560 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009470 EEEEEEEE
> 00:17:22.689592 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009474 EEEEEEEE
> 00:17:22.689624 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009478 EEEEEEEE
> 00:17:22.689656 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000947C EEEEEEEE
> 00:17:22.689688 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009480 EEEEEEEE
> 00:17:22.689721 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009484 EEEEEEEE
> 00:17:22.689753 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009488 EEEEEEEE
> 00:17:22.689785 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000948C EEEEEEEE
> 00:17:22.689817 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009490 EEEEEEEE
> 00:17:22.689849 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009494 EEEEEEEE
> 00:17:22.689881 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009498 EEEEEEEE
> 00:17:22.689914 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000949C EEEEEEEE
> 00:17:22.689946 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094A0 EEEEEEEE
> 00:17:22.689978 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094A4 EEEEEEEE
> 00:17:22.690010 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094A8 EEEEEEEE
> 00:17:22.690043 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094AC EEEEEEEE
> 00:17:22.690075 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094B0 EEEEEEEE
> 00:17:22.690107 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094B4 EEEEEEEE
> 00:17:22.690139 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094B8 EEEEEEEE
> 00:17:22.690171 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094BC EEEEEEEE
> 00:17:22.690203 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094C0 EEEEEEEE
> 00:17:22.690236 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094C4 EEEEEEEE
> 00:17:22.690268 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094C8 EEEEEEEE
> 00:17:22.690300 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094CC EEEEEEEE
> 00:17:22.690332 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094D0 EEEEEEEE
> 00:17:22.690364 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094D4 EEEEEEEE
> 00:17:22.690397 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094D8 EEEEEEEE
> 00:17:22.690429 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094DC EEEEEEEE
> 00:17:22.690461 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094E0 EEEEEEEE
> 00:17:22.690493 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094E4 EEEEEEEE
> 00:17:22.690525 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094E8 EEEEEEEE
> 00:17:22.690557 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094EC EEEEEEEE
> 00:17:22.690590 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094F0 EEEEEEEE
> 00:17:22.690622 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094F4 EEEEEEEE
> 00:17:22.690654 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094F8 EEEEEEEE
> 00:17:22.690686 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800094FC EEEEEEEE
> 00:17:22.690719 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009500 EEEEEEEE
> 00:17:22.690751 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009504 EEEEEEEE
> 00:17:22.690783 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009508 EEEEEEEE
> 00:17:22.690815 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000950C EEEEEEEE
> 00:17:22.690847 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009510 EEEEEEEE
> 00:17:22.690879 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009514 EEEEEEEE
> 00:17:22.690912 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009518 EEEEEEEE
> 00:17:22.690944 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000951C EEEEEEEE
> 00:17:22.690976 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009520 EEEEEEEE
> 00:17:22.691008 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009524 EEEEEEEE
> 00:17:22.691040 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009528 EEEEEEEE
> 00:17:22.691073 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000952C EEEEEEEE
> 00:17:22.691105 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009530 EEEEEEEE
> 00:17:22.691137 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009534 EEEEEEEE
> 00:17:22.691169 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009538 EEEEEEEE
> 00:17:22.691201 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000953C EEEEEEEE
> 00:17:22.691233 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009540 EEEEEEEE
> 00:17:22.691266 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009544 EEEEEEEE
> 00:17:22.691298 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009548 EEEEEEEE
> 00:17:22.691330 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000954C EEEEEEEE
> 00:17:22.691362 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009550 EEEEEEEE
> 00:17:22.691395 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009554 EEEEEEEE
> 00:17:22.691427 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009558 EEEEEEEE
> 00:17:22.691459 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000955C EEEEEEEE
> 00:17:22.691491 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009560 EEEEEEEE
> 00:17:22.691523 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009564 EEEEEEEE
> 00:17:22.691555 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009568 EEEEEEEE
> 00:17:22.691588 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000956C EEEEEEEE
> 00:17:22.691620 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009570 EEEEEEEE
> 00:17:22.691652 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009574 EEEEEEEE
> 00:17:22.691684 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009578 EEEEEEEE
> 00:17:22.691716 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000957C EEEEEEEE
> 00:17:22.691749 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009580 EEEEEEEE
> 00:17:22.691781 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009584 EEEEEEEE
> 00:17:22.691813 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009588 EEEEEEEE
> 00:17:22.691845 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000958C EEEEEEEE
> 00:17:22.691877 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009590 EEEEEEEE
> 00:17:22.691909 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009594 EEEEEEEE
> 00:17:22.691942 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009598 EEEEEEEE
> 00:17:22.691974 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000959C EEEEEEEE
> 00:17:22.692006 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095A0 EEEEEEEE
> 00:17:22.692039 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095A4 EEEEEEEE
> 00:17:22.692071 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095A8 EEEEEEEE
> 00:17:22.692103 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095AC EEEEEEEE
> 00:17:22.692135 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095B0 EEEEEEEE
> 00:17:22.692167 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095B4 EEEEEEEE
> 00:17:22.692199 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095B8 EEEEEEEE
> 00:17:22.692231 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095BC EEEEEEEE
> 00:17:22.692264 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095C0 EEEEEEEE
> 00:17:22.692296 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095C4 EEEEEEEE
> 00:17:22.692328 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095C8 EEEEEEEE
> 00:17:22.692360 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095CC EEEEEEEE
> 00:17:22.692393 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095D0 EEEEEEEE
> 00:17:22.692425 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095D4 EEEEEEEE
> 00:17:22.692457 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095D8 EEEEEEEE
> 00:17:22.692489 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095DC EEEEEEEE
> 00:17:22.692521 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095E0 EEEEEEEE
> 00:17:22.692553 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095E4 EEEEEEEE
> 00:17:22.692586 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095E8 EEEEEEEE
> 00:17:22.692618 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095EC EEEEEEEE
> 00:17:22.692650 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095F0 EEEEEEEE
> 00:17:22.692682 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095F4 EEEEEEEE
> 00:17:22.692714 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095F8 EEEEEEEE
> 00:17:22.692747 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 800095FC EEEEEEEE
> Only 1000 messages can be copied to the clipboard, the remaining 912
> messages were not copied.
> 00:17:22.692779 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009600 EEEEEEEE
> 00:17:22.692811 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009604 EEEEEEEE
> 00:17:22.692843 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009608 EEEEEEEE
> 00:17:22.692876 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000960C EEEEEEEE
> 00:17:22.692907 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009610 EEEEEEEE
> 00:17:22.692940 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009614 EEEEEEEE
> 00:17:22.692972 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009618 EEEEEEEE
> 00:17:22.693004 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000961C EEEEEEEE
> 00:17:22.693037 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009620 EEEEEEEE
> 00:17:22.693069 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009624 EEEEEEEE
> 00:17:22.693101 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009628 EEEEEEEE
> 00:17:22.693133 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000962C EEEEEEEE
> 00:17:22.693165 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009630 EEEEEEEE
> 00:17:22.693197 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009634 EEEEEEEE
> 00:17:22.693229 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009638 EEEEEEEE
> 00:17:22.693262 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000963C EEEEEEEE
> 00:17:22.693294 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009640 EEEEEEEE
> 00:17:22.693326 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009644 EEEEEEEE
> 00:17:22.693358 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009648 EEEEEEEE
> 00:17:22.693391 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000964C EEEEEEEE
> 00:17:22.693423 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009650 EEEEEEEE
> 00:17:22.693455 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009654 EEEEEEEE
> 00:17:22.693487 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 80009658 EEEEEEEE
> 00:17:22.693519 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:* 
> 8000965C EEEEEEEE
> 00:17:22.693614 sti: MCU_ASCII_PRINTF; channel:0xE0;
> msg:******************Crash 2*******************************
> 00:17:22.693708 sti: MCU_ASCII_PRINTF; channel:0xE0; msg:Thread panic
> KERN-EXEC 3
> 00:17:22.693819 sti: MCU_ASCII_PRINTF; channel:0xE0; 
> msg:Panicked thread:
> Helix::HelixAudioServer (id 177)
> 00:17:22.693823 sti: MCU_ASCII_PRINTF;CHXAudioDevice::Resume 
> after play
> 
> -----Original Message-----
> From: Eric Hyche [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 21, 2005 1:17 PM
> To: 'Edgar Luevano'; 'Jon Recker'
> Cc: [EMAIL PROTECTED]
> Subject: RE: FW: [Audio-dev] crash when playing AAC
> 
> 
> 
> OnDryNotification's get called when audio services
> does not have enough data to write to the audio device.
> There may still be data in the audio device and the
> renderer may still have data to write as well.
> 
> For MIN_HEAP builds, I believe we ONLY decode
> when we get a OnDryNotification.
> 
> Eric
> 
> > -----Original Message-----
> > From: Edgar Luevano [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 21, 2005 1:43 PM
> > To: [EMAIL PROTECTED]; 'Jon Recker'
> > Cc: [EMAIL PROTECTED]
> > Subject: RE: FW: [Audio-dev] crash when playing AAC
> >
> > Thank you Eric and Jon,
> > I played the file locally, I will look to the audio services.
> > Just a little question,
> > dry notifications occurs when  trying to write audio data,
> > but the buffer is empty?
> > Thank you
> > Edgar
> >
> > -----Original Message-----
> > From: Eric Hyche [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, September 21, 2005 12:25 PM
> > To: 'Jon Recker'
> > Cc: 'Edgar Luevano'; [EMAIL PROTECTED]
> > Subject: RE: FW: [Audio-dev] crash when playing AAC
> >
> >
> >
> > Thanks, Jon. It must be some difference in the
> > Symbian audio services versus the Win32 audio
> > services that is causing the difference.
> >
> > Edgar: you might try logging audio services writes and
> > dry notifications. By the way, was this local
> > playback or streamed? If it's streamed, then you
> > need to check things like loss, etc.
> >
> > Eric
> >
> > > -----Original Message-----
> > > From: Jon Recker [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, September 21, 2005 12:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: FW: [Audio-dev] crash when playing AAC
> > >
> > > I tried playing this in PC RealPlayer with the fixed-point
> > > raac.dll, and it plays fine the whole way through. I also
> > > converted the .3gp file to ADTS format and decoded with the
> > > (fixed-point) Windows cmd-line decoder, ARM-ADS cmd-line
> > > decoder, and the ARM-Linux cmd-line decoder. It decodes
> > > correctly with all those as well.
> > >
> > > Nothing immediately jumps to mind why the codec would work
> > > okay in the PC player and Windows/Linux/ADS test harnesses,
> > > but not on the Symbian player.
> > >
> > > I just played this back locally. Is he streaming it? (there
> > > was this diagnostic message)
> > >
> > > >*********** Crash 2 ***********
> > > >Panicked Thread : Helix:HelixAudioServer (id 173)
> > >
> > > In addition to the codec, are there other differences between
> > > the PC and Symbian players that might be relevant (streaming
> > > code, 3GPP renderer, etc.)?
> > >
> > >  - Jon
> > >
> > > At 08:38 AM 9/21/05, you wrote:
> > >
> > > >Jon,
> > > >
> > > >Edgar Luevano is reporting that the attached
> > > >AAC .3gp file is causing problems on Symbian.
> > > >Since it plays fine on RealPlayer, that led
> > > >me to suspect perhaps a problem with the fixed-point
> > > >decoder? I was going to run it through the fixed-point
> > > >decoder harness, but since it's in .3gp format I
> > > >can't do that. I guess I could forcibly replace the
> > > >raac.dll in RealPlayer with the fixed-point one
> > > >and try that. While I'm doing that, do you have
> > > >any other ideas?
> > > >
> > > >Eric
> > > >
> >
> 
> 
> _______________________________________________
> Audio-dev mailing list
> [email protected]
> http://lists.helixcommunity.org/mailman/listinfo/audio-dev
> 
> 
> _______________________________________________
> Audio-dev mailing list
> [email protected]
> http://lists.helixcommunity.org/mailman/listinfo/audio-dev
> 


_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev

Reply via email to