[Paraview] Heap corruption error in ParaView when using VS2008

David Cole david.cole at kitware.com
Fri Feb 15 17:14:33 EST 2008


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/paraview/attachments/20080215/ed455853/attachment.htm


More information about the ParaView mailing list