[Paraview] Heap corruption error in ParaView when using VS2008

joeh at cis.jhu.edu joeh at cis.jhu.edu
Fri Feb 15 20:53:42 EST 2008


David,

Yes, I got around it. It was a mismatch of dll's I am using vs2008 and
vs2005 and I used version of Qt compiled with vs2005. When I compiled a
version of Qt with vs2008 as well and matched it with the paraview vs2008
it worked fine.

-Joe

> Did you ever get past this problem? It could be that you have another
> directory of VTK dlls in your PATH (other than the ones built with
> ParaView)
> and the incorrect ones are being loaded.
>
> Or there could be some incorrect (mismatched from one obj to another)
> compiler flags somewhere along the way...
>
> Did you do anything funky with CMAKE_CXX_FLAGS or one of its
> _DEBUG/_RELEASE
> variants when you configured...?
>
>
>
> On 1/18/08, joeh at cis.jhu.edu <joeh at cis.jhu.edu> wrote:
>>
>>
>> I am having trouble getting Paraview to run with VS2008. It is
>> giving me heap corruption errors. This is what I get when I try to debug
>> it.
>>
>> CVS head gives
>>
>> HEAP[paraview.exe]: Invalid Address specified to RtlValidateHeap(
>> 07B30000, 087565D8 )
>> Windows has triggered a breakpoint in paraview.exe.
>>
>> This may be due to a corruption of the heap, which indicates a bug in
>> paraview.exe or any of the DLLs it has loaded.
>>
>> This occurs on startup and manifests in the dispatch area of the main
>> event loop
>>
>> and Version 3.2.1 gives
>>
>> HEAP[paraview.exe]: Invalid Address specified to RtlValidateHeap(
>> 07AA0000, 0ADAD600 )
>> Windows has triggered a breakpoint in paraview.exe.
>>
>> This may be due to a corruption of the heap, which indicates a bug in
>> paraview.exe or any of the DLLs it has loaded.
>>
>> This occurs even earlier in startup where the Sources menu is being
>> built.
>>
>> I am not sure how to track these down as the corruption seems to be
>> occurring at some point prior to the error manifesting itself in the
>> debugger.
>>
>> -Joe
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>



More information about the ParaView mailing list