<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: FatalExecutionEngineError during FFT in visual basic 2005 ( in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/FatalExecutionEngineError-during-FFT-in-visual-basic-2005-NET/m-p/847287#M6201</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we were not able to reproduce that issue. Could you please provide a test case if you did not solve it yet?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Mon, 24 Mar 2008 18:20:27 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2008-03-24T18:20:27Z</dc:date>
    <item>
      <title>FatalExecutionEngineError during FFT in visual basic 2005 (.NET)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FatalExecutionEngineError-during-FFT-in-visual-basic-2005-NET/m-p/847286#M6200</link>
      <description>I'm having trouble trying to get the FFT to work consistently. My code gives me the right results but crashes after a certain number of runs.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT color="#0000ff"&gt; Dim st As ipp.IppStatus&lt;BR /&gt; Dim fftOrder = 10&lt;BR /&gt; Dim L As Integer = 2 ^ fftOrder&lt;BR /&gt; Dim sig1(L) As ipp.Ipp64fc&lt;BR /&gt; Dim pSig1 As IntPtr = GetPtr(sig1)&lt;BR /&gt; Dim sig2(L) As ipp.Ipp64fc&lt;BR /&gt; Dim pSig2 As IntPtr = GetPtr(sig2)&lt;BR /&gt;&lt;BR /&gt; Dim phase() As Double = {0}&lt;BR /&gt; Dim pPhase As IntPtr = GetPtr(phase)&lt;BR /&gt;&lt;BR /&gt; Dim FFTflag As Integer = ipp.IppsFFTFlags.IPP_FFT_DIV_FWD_BY_N&lt;BR /&gt; Dim pFFTspec(0) As IntPtr&lt;BR /&gt; Dim ppFFTSpec As IntPtr = GetPtr(pFFTspec)&lt;BR /&gt;&lt;BR /&gt; Public Function GetPtr(ByRef Array As Array) As IntPtr&lt;BR /&gt; Return System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement(Array, 0)&lt;BR /&gt; End Function&lt;BR /&gt;&lt;BR /&gt; Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click&lt;BR /&gt; st = ipp.sp.ippsFFTInitAlloc_C_64fc(ppFFTSpec, fftOrder, FFTflag, ipp.IppHintAlgorithm.ippAlgHintFast) &lt;FONT color="#008000"&gt;'Initilise FFT&lt;/FONT&gt;&lt;BR /&gt; st = ipp.sp.ippsTone_Direct_64fc(pSig1, L, 1, 999 / L, pPhase, ipp.IppHintAlgorithm.ippAlgHintFast)&lt;FONT color="#008000"&gt; 'Make a tone&lt;/FONT&gt;&lt;BR /&gt; st = ipp.sp.ippsWinBlackman_64fc_I(pSig1, L, CDbl(0.3))&lt;FONT color="#008000"&gt; 'Apply Window&lt;/FONT&gt;&lt;BR /&gt; st = ipp.sp.ippsFFTFwd_CToC_64fc(pSig1, pSig2, pFFTspec(0), Nothing)&lt;FONT color="#008000"&gt; 'Do the FFT&lt;BR /&gt; 'This runs many times succesfully then genarates the following error&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt; ' FatalExecutionEngineError was detected&lt;BR /&gt; ' Message: The runtime has encountered a fatal error. The address of the error was at 0x79e73c0b, on thread 0x15b0. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack.&lt;/FONT&gt;&lt;BR /&gt; st = ipp.sp.ippsFFTFree_C_64fc(pFFTspec(0)) &lt;FONT color="#008000"&gt;'FREE FFT MEMORY&lt;/FONT&gt;&lt;BR /&gt; End Sub&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;' Im using the following version of IPP&lt;BR /&gt;Package ID: w_ipp_ia32_p_5.3.1.064&lt;BR /&gt;Package Contents: Intel IPP 5.3 Update 1 for Windows* on IA-32 Intel Architecture&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Iain&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Feb 2008 12:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FatalExecutionEngineError-during-FFT-in-visual-basic-2005-NET/m-p/847286#M6200</guid>
      <dc:creator>ihaggis</dc:creator>
      <dc:date>2008-02-20T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: FatalExecutionEngineError during FFT in visual basic 2005 (</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/FatalExecutionEngineError-during-FFT-in-visual-basic-2005-NET/m-p/847287#M6201</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;we were not able to reproduce that issue. Could you please provide a test case if you did not solve it yet?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 24 Mar 2008 18:20:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/FatalExecutionEngineError-during-FFT-in-visual-basic-2005-NET/m-p/847287#M6201</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-03-24T18:20:27Z</dc:date>
    </item>
  </channel>
</rss>

