<div dir="ltr">Whatever your sourceFiles->GetFileNames object has uninitialized pointers.<br><br>Debug mode initializes all values to 0, release does not (in order to save run time), but this leaves you with some pointer pointing to nonsense.<br><br><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div>
<br><div class="gmail_quote">On Thu, Sep 1, 2016 at 11:32 PM, Oliver Cairncross <span dir="ltr"><<a href="mailto:op.cairncross@gmail.com" target="_blank">op.cairncross@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>vtk 7, msvc 14, windows 10<br><div><br></div><div>I've had this problem before and thought it was something bad in my tool chain. But I've rebuild everything from scratch and it's still a problem.</div><div><br></div><div>If I do something simple like</div><div><br></div><div>string s1 = sourceFiles->GetFileNames()-><wbr>GetValue(i);<br></div><div><br></div><div>it runs fine in debug mode. When I compile in RelwithDebInfo it crashes with a bad allocation.</div><div>When I have a look at the object the there is garbage where the string is supposed to be. As if it hasn't been initialised. I am calling an  sourceFiles->Update() beforehand.</div><div><br></div><div>Interestingly if I do</div><div><br></div><div>cout << sourceFiles->GetFileNames()-><wbr>GetValue(i);</div><div>string s1 = sourceFiles->GetFileNames()-><wbr>GetValue(i);<br></div><div><br></div><div>it will print to console and then crash on the next line.</div><div><br></div><div>Is anyone else having this problem?</div><div><br></div><div>Cheers</div><div>ollie</div></div></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br></div>