On Thu, Nov 6, 2008 at 5:00 PM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Looks like you&#39;re running out of memory (sz=4294967304). How much RAM do you have and what are you trying to do?</blockquote><div></div><div>I have 4GBs of RAM. Thanks for pointing out that this could be a memory issue, I&#39;ll see if I might be doing something wrong in my Python code. It is a Python framework for VTK (called Viper), so what happens up to this is somewhat complex. I don&#39;t have this bug on 32bit though.</div>
<div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br><div>Can you submit sample code to reproduce the problem? Can we add a test to VTK that demonstrates the problem?</div>
</blockquote><div></div><div>I&#39;ll see if I can distill a test case.</div><div></div><div>Arve</div><div>&nbsp;</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>
<br></div><div>Thanks,</div><div>David</div><font color="#888888"><div><br></div></font><div class="gmail_quote"><div><div class="Wj3C7c">On Wed, Nov 5, 2008 at 5:59 PM, Arve Knudsen <span dir="ltr">&lt;<a href="mailto:arve.knudsen@gmail.com" target="_blank">arve.knudsen@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="Wj3C7c"><div>On Wed, Nov 5, 2008 at 8:58 PM, Sebastien BARRE <span dir="ltr">&lt;<a href="mailto:sebastien.barre@kitware.com" target="_blank">sebastien.barre@kitware.com</a>&gt;</span> wrote:<br>

<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<div><div>At 11/5/2008 02:10 PM, <a href="mailto:clinton@elemtech.com" target="_blank">clinton@elemtech.com</a> wrote:<br>
<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
On Wednesday 05 November 2008 12:08:31 pm Arve Knudsen wrote:<br>
&gt; Hi all<br>
&gt; Is VTK, current CVS, known not to work on Vista x64? I&#39;ve built it in 64bit<br>
&gt; mode with VS 2008.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Arve Knudsen<br>
<br>
VTK 5.2 and CVS work for me on Vista compiled as 64 bit.<br>
</blockquote>
<br></div></div>
Same here, with VS 2008 (and was as well with VS2005).<br></blockquote></div><br></div>Well, when I run the test suite, many tests crash. I see now I also have problems on Ubuntu 64bit. The test suite appears alright, but calling vtkRenderer.ResetCamera (from Python) triggers an error. The stack trace:<br>


<br>#0&nbsp; 0x00007fe24af6c095 in raise () from /lib/libc.so.6<br>#1&nbsp; 0x00007fe24af6daf0 in abort () from /lib/libc.so.6<br>#2&nbsp; 0x00007fe247eab4f6 in vtkDataArrayTemplate&lt;long long&gt;::ResizeAndExtend (<br>&nbsp;&nbsp;&nbsp; this=0xe40270, sz=4294967304)<br>


&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Common/vtkDataArrayTemplate.txx:356<br>#3&nbsp; 0x00007fe247eab589 in vtkDataArrayTemplate&lt;long long&gt;::WritePointer (<br>&nbsp;&nbsp;&nbsp; this=0xe40270, id=4, number=4294967300)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Common/vtkDataArrayTemplate.txx:855<br>


#4&nbsp; 0x00007fe246db670f in vtkIdTypeArray::WritePointer (this=0xe40270, id=4,<br>&nbsp;&nbsp;&nbsp; number=4294967300)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Common/vtkIdTypeArray.h:101<br>#5&nbsp; 0x00007fe246801841 in vtkCellArray::InsertNextCell (this=0xe40220,<br>


&nbsp;&nbsp;&nbsp; npts=4294967299, pts=0xde3cf8)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkCellArray.h:239<br>#6&nbsp; 0x00007fe24268ed76 in vtkGeometryFilter::UnstructuredGridExecute (<br>&nbsp;&nbsp;&nbsp; this=0xde82d0, dataSetInput=0xde06e0, output=0xdeef20, outInfo=0xded8c0)<br>


&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Graphics/vtkGeometryFilter.cxx:749<br>#7&nbsp; 0x00007fe24269167e in vtkGeometryFilter::RequestData (this=0xde82d0,<br>&nbsp;&nbsp;&nbsp; inputVector=0xded2c0, outputVector=0xdede30)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Graphics/vtkGeometryFilter.cxx:165<br>


#8&nbsp; 0x00007fe246937790 in vtkPolyDataAlgorithm::ProcessRequest (this=0xde82d0,<br>&nbsp;&nbsp;&nbsp; request=0xe3f9e0, inputVector=0xded2c0, outputVector=0xdede30)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkPolyDataAlgorithm.cxx:92<br>


#9&nbsp; 0x00007fe246844b7c in vtkExecutive::CallAlgorithm (this=0xdedd80,<br>&nbsp;&nbsp;&nbsp; request=0xe3f9e0, direction=1, inInfo=0xded2c0, outInfo=0xdede30)<br>---Type &lt;return&gt; to continue, or q &lt;return&gt; to quit---<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkExecutive.cxx:748<br>


#10 0x00007fe24683a4f1 in vtkDemandDrivenPipeline::ExecuteData (this=0xdedd80,<br>&nbsp;&nbsp;&nbsp; request=0xe3f9e0, inInfo=0xded2c0, outInfo=0xdede30)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:508<br>


#11 0x00007fe24683e6d4 in vtkDemandDrivenPipeline::ProcessRequest (<br>&nbsp;&nbsp;&nbsp; this=0xdedd80, request=0xe3f9e0, inInfoVec=0xded2c0, outInfoVec=0xdede30)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:280<br>


#12 0x00007fe24699878f in vtkStreamingDemandDrivenPipeline::ProcessRequest (<br>&nbsp;&nbsp;&nbsp; this=0xdedd80, request=0xe3f9e0, inInfoVec=0xded2c0, outInfoVec=0xdede30)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190<br>


#13 0x00007fe246846f4a in vtkExecutive::ForwardUpstream (this=0xdef770,<br>&nbsp;&nbsp;&nbsp; request=0xe3f9e0)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkExecutive.cxx:645<br>#14 0x00007fe24683e64f in vtkDemandDrivenPipeline::ProcessRequest (<br>


&nbsp;&nbsp;&nbsp; this=0xdef770, request=0xe3f9e0, inInfoVec=0xde0920, outInfoVec=0xdf0410)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:266<br>#15 0x00007fe24699878f in vtkStreamingDemandDrivenPipeline::ProcessRequest (<br>


&nbsp;&nbsp;&nbsp; this=0xdef770, request=0xe3f9e0, inInfoVec=0xde0920, outInfoVec=0xdf0410)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190<br>#16 0x00007fe246846f4a in vtkExecutive::ForwardUpstream (this=0xdef630,<br>


&nbsp;&nbsp;&nbsp; request=0xe3f9e0)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkExecutive.cxx:645<br>#17 0x00007fe24683e64f in vtkDemandDrivenPipeline::ProcessRequest (<br>---Type &lt;return&gt; to continue, or q &lt;return&gt; to quit---<br>


&nbsp;&nbsp;&nbsp; this=0xdef630, request=0xe3f9e0, inInfoVec=0xdf77d0, outInfoVec=0xdf12f0)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:266<br>#18 0x00007fe24699878f in vtkStreamingDemandDrivenPipeline::ProcessRequest (<br>


&nbsp;&nbsp;&nbsp; this=0xdef630, request=0xe3f9e0, inInfoVec=0xdf77d0, outInfoVec=0xdf12f0)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190<br>#19 0x00007fe24683e221 in vtkDemandDrivenPipeline::UpdateData (this=0xdef630,<br>


&nbsp;&nbsp;&nbsp; outputPort=-1)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:450<br>#20 0x00007fe2469974d9 in vtkStreamingDemandDrivenPipeline::Update (<br>&nbsp;&nbsp;&nbsp; this=0xdef630, port=-1)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:234<br>


#21 0x00007fe2468455b1 in vtkExecutive::Update (this=0xdef630)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkExecutive.cxx:318<br>#22 0x00007fe24683c72f in vtkDemandDrivenPipeline::Update (this=0xdef630)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkDemandDrivenPipeline.cxx:313<br>


#23 0x00007fe24698ff79 in vtkStreamingDemandDrivenPipeline::Update (<br>&nbsp;&nbsp;&nbsp; this=0xdef630)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:214<br>#24 0x00007fe2467d4f2e in vtkAlgorithm::Update (this=0xdd9620)<br>


&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Filtering/vtkAlgorithm.cxx:1156<br>#25 0x00007fe240ef8fb2 in vtkPolyDataMapper::Update (this=0xdd9620)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkPolyDataMapper.cxx:118<br>---Type &lt;return&gt; to continue, or q &lt;return&gt; to quit---<br>


#26 0x00007fe240ed2f59 in vtkPainterPolyDataMapper::GetBounds (this=0xdd9620)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkPainterPolyDataMapper.cxx:394<br>#27 0x00007fe240df25e2 in vtkActor::GetBounds (this=0xdd5050)<br>


&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkActor.cxx:320<br>#28 0x00007fe240f16cb4 in vtkRenderer::ComputeVisiblePropBounds (<br>&nbsp;&nbsp;&nbsp; this=0xe01520, allBounds=0x7fff53d5ca20)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkRenderer.cxx:875<br>


#29 0x00007fe240f1a3d5 in vtkRenderer::ResetCamera (this=0xe01520)<br>&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkRenderer.cxx:931<br>#30 0x00007fe2414ed4ac in PyvtkRenderer_ResetCamera (self=0xd62930,<br>&nbsp;&nbsp;&nbsp; args=0x7fe24bcff050)<br>


&nbsp;&nbsp;&nbsp; at /home/arve/VCS-checkouts/VTK/Rendering/vtkRendererPython.cxx:1706<br><font color="#888888"><br>Arve<br>
</font><br></div></div><div class="Ih2E3d">_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></div></blockquote></div><br>
</blockquote><br>