Displaying 2 results from an estimated 2 matches for "tcdtpanic".
2005 Nov 16
1
Crash in mdct_forward
...implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
User::Panic(const TDesC16 &, int)
In the case here the free call is doing something very bad
(like for example freeing some memory already freed). Hence the crash.
Perhaps my entire vorbis configuration is broken before
the vorbis_analysis_blockout call - this would explain the crash
Here i...
2005 Nov 16
1
Crash in mdct_forward
...implementation working on the Symbian OS.
Unfortunately I am getting a crash - here is the stack
vorbis_analysis_blockout
_ve_envelope_search
_ve_amp
mdct_forward
free
User::Free(void *)
RHeap::Free(void *)
RHeap::GetAddress(const void *)const
RHeap::CheckCell(const RHeap::SCell *)const
Panic(TCdtPanic)
User::Panic(const TDesC16 &, int)
In the case here the free call is doing something very bad
(like for example freeing some memory already freed). Hence the crash.
Perhaps my entire vorbis configuration is broken before
the vorbis_analysis_blockout call - this would explain the crash
Here i...