<div dir="ltr">The following code causes a seg fault<div><br></div><div>string s = sourceArray->GetValue(0);<br></div><div>cout << s << endl;</div><div><br></div><div>this is also a seg fault</div><div><br></div><div><div>string * s = &sourceArray->GetValue(0);<br></div><div>cout << *s << endl;</div></div><div><br></div><div>but</div><div><br></div><div>vtkStdString * s = sourceArray->GetValue(0);</div><div>cout << *s << endl;</div><div><br></div><div>does not.</div><div><br></div><div>What am I miss understanding about getting strings out of a string array?<br><br></div><div>Cheers</div><div>Ollie</div><div><br></div></div>