|
(0001002)
|
|
Mathieu Malaterre
|
|
2004-04-29 20:02
|
|
Adding the backtrace:
[Thread debugging using libthread_db enabled]
[New Thread -1084759936 (LWP 5113)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1084759936 (LWP 5113)]
0x0087b2d1 in vtkDataSetAttributes::CopyTuple(vtkDataArray*, vtkDataArray*, int, int) (this=0x9bb3480, fromData=0x9bb43f0, toData=0x9bb7da0, fromId=1,
toId=0) at /home/malaterre/Kitware/VTK/Common/vtkDataSetAttributes.cxx:721
721 *to++ = *from++;
(gdb) bt
#0 0x0087b2d1 in vtkDataSetAttributes::CopyTuple(vtkDataArray*, vtkDataArray*, int, int) (this=0x9bb3480, fromData=0x9bb43f0, toData=0x9bb7da0, fromId=1,
toId=0) at /home/malaterre/Kitware/VTK/Common/vtkDataSetAttributes.cxx:721
#1 0x0087ac1e in vtkDataSetAttributes::CopyData(vtkDataSetAttributes*, int, int) (this=0x9bb3480, fromPd=0x9bb45d0, fromId=1, toId=0)
at /home/malaterre/Kitware/VTK/Common/vtkDataSetAttributes.cxx:533
#2 0x0098d560 in vtkTriangle::Clip(double, vtkDataArray*, vtkPointLocator*, vtkCellArray*, vtkPointData*, vtkPointData*, vtkCellData*, int, vtkCellData*, int) (this=0x9bbdf58, value=0, cellScalars=0x9bbe580, locator=0x9bb7c18, tris=0x9bb3d50, inPd=0x9bb45d0, outPd=0x9bb3480, inCd=0x9bb3078, cellId=0,
outCd=0x9bb3500, insideOut=0) at /home/malaterre/Kitware/VTK/Common/vtkTriangle.cxx:890
#3 0x0098f3d6 in vtkTriangleStrip::Clip(double, vtkDataArray*, vtkPointLocator*, vtkCellArray*, vtkPointData*, vtkPointData*, vtkCellData*, int, vtkCellData*, int) (this=0x9bbd980, value=0, cellScalars=0x9bbd010, locator=0x9bb7c18, tris=0x9bb3d50, inPd=0x9bb45d0, outPd=0x9bb3480, inCd=0x9bb3078, cellId=0,
outCd=0x9bb3500, insideOut=0) at /home/malaterre/Kitware/VTK/Common/vtkTriangleStrip.cxx:311
#4 0x008a745f in vtkGenericCell::Clip(double, vtkDataArray*, vtkPointLocator*, vtkCellArray*, vtkPointData*, vtkPointData*, vtkCellData*, int, vtkCellData*, int) (this=0x9bbd900, value=0, cellScalars=0x9bbd010, locator=0x9bb7c18, connectivity=0x9bb3d50, inPd=0x9bb45d0, outPd=0x9bb3480, inCd=0x9bb3078,
cellId=0, outCd=0x9bb3500, insideOut=0) at /home/malaterre/Kitware/VTK/Common/vtkGenericCell.cxx:148
#5 0x002b182e in vtkClipPolyData::Execute() (this=0x9bb31e8) at /home/malaterre/Kitware/VTK/Graphics/vtkClipPolyData.cxx:261
#6 0x009763cf in vtkSource::ExecuteData(vtkDataObject*) (this=0x9bb31e8, output=0x9bb3270) at /home/malaterre/Kitware/VTK/Common/vtkSource.cxx:500
#7 0x00975ff6 in vtkSource::UpdateData(vtkDataObject*) (this=0x9bb31e8, output=0x9bb3270) at /home/malaterre/Kitware/VTK/Common/vtkSource.cxx:410
#8 0x008748eb in vtkDataObject::UpdateData() (this=0x9bb3270) at /home/malaterre/Kitware/VTK/Common/vtkDataObject.cxx:354
0000009 0x00874605 in vtkDataObject::Update() (this=0x9bb3270) at /home/malaterre/Kitware/VTK/Common/vtkDataObject.cxx:253
#10 0x0097544a in vtkSource::Update() (this=0x9bb31e8) at /home/malaterre/Kitware/VTK/Common/vtkSource.cxx:136
0000011 0x08049533 in main () at /home/malaterre/Kitware/Test/clip-crash.cxx:103
|
|