From: J. G. H. <jo...@gm...> - 2008-05-30 16:31:03
|
On 30/05/2008, Thomas Weber <tho...@gm...> wrote: > Am Freitag, den 30.05.2008, 08:29 -0500 schrieb Jordi Gutiérrez Hermoso: > > > My suspicion is still that the Octaviz parser is producing code > > that is working most of the time but that some obscure undocumented > > feature or bug of the VTK shipped with Debian let it slip by during > > compilation. > > > I don't think th vtkIdType is really the problem. If my gdb skills are > sufficient[1], then InsertUniquePoint() is called from vtkTriangle with > a vector x of three elements, all of which are NaN. Yeah, I saw that too, but I don't *think* that should cause a segfault. When you pass other NaN's to Octaviz, you just get blank plots, not segfaults. Ah, well. I guess we're still guessing until I see if fixing the parser makes the segfault go away or not. - Jordi G. H. |