[Paraview-developers] crash -- vtkImageData (0x1772890): No Scalar Field has been specified - assuming 1 component!

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu May 23 11:04:12 EDT 2013


Burlen,

Since you say you're getting a crash with recent git-master, did this
work in the past? The problem seems to be that the lack of scalars
that confuses the vtkImageAppend filter used to delivery the image to
the client for rendering.  I just verified that problem is there even
with 3.98.1. I am digging in, but I wanted to make sure if the problem
is not new and endemic to the exisiting implementation of
vtkImageAppend.

Utkarsh

On Wed, May 22, 2013 at 10:35 PM, Burlen Loring <burlen.loring at gmail.com> wrote:
> I'm experiencing a crash with recent git master opening a simple vti file.
> error message says
>
> vtkImageData (0x1772890): No Scalar Field has been specified - assuming 1
> component!
>
>
> the datafile in question has a single vector field and no scalars. Full
> output and stack below. Bug report has the dataset:
> http://paraview.org/Bug/view.php?id=14081
>
> $bin/paraview & mpiexec -np 2 bin/pvserver
> [21] 19618
> Waiting for client...
> Connection URL: cs://missmarple:11111
> Accepting connection(s): missmarple:11111
> PV_SERVER_PORT=11111
> Client connected.
> ERROR: In
> /work/ext/ParaView/sqtk-pv/ParaView/VTK/Common/DataModel/vtkImageData.cxx,
> line 1201
> vtkImageData (0x1772890): No Scalar Field has been specified - assuming 1
> component!
>
> ERROR: In
> /work/ext/ParaView/sqtk-pv/ParaView/VTK/Common/DataModel/vtkImageData.cxx,
> line 1201
> vtkImageData (0x1772890): No Scalar Field has been specified - assuming 1
> component!
>
>
> =========================================================
> Process id 19621 Caught SIGSEGV address not mapped to object
> Program Stack:
>   /work/ext/ParaView/sqtk-pv/PV/lib/libvtksys-pv4.0.so.1(+0x51abe)
> [0x7f763a965abe]
>   /lib/x86_64-linux-gnu/libc.so.6(+0x364a0) [0x7f764d39e4a0]
>   /lib/x86_64-linux-gnu/libc.so.6(+0x8c52b) [0x7f764d3f452b]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkFiltersCore-pv4.0.so.1(_ZN14vtkImageAppend10InitOutputEPiP12vtkImageData+0x151)
> [0x7f763c1d5f5f]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkFiltersCore-pv4.0.so.1(_ZN14vtkImageAppend19ThreadedRequestDataEP14vtkInformationPP20vtkInformationVectorS3_PPP12vtkImageDataS7_Pii+0x57)
> [0x7f763c1d5fef]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(+0xc5dd5)
> [0x7f763bbbbdd5]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonCore-pv4.0.so.1(_ZN16vtkMultiThreader19SingleMethodExecuteEv+0x446)
> [0x7f764df62146]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN25vtkThreadedImageAlgorithm11RequestDataEP14vtkInformationPP20vtkInformationVectorS3_+0x3ae)
> [0x7f763bbbc192]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN17vtkImageAlgorithm14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0x5e)
> [0x7f763bb9b69e]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkExecutive13CallAlgorithmEP14vtkInformationiPP20vtkInformationVectorS3_+0x87)
> [0x7f763bb914cf]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline11ExecuteDataEP14vtkInformationPP20vtkInformationVectorS3_+0x6f)
> [0x7f763bb7ed67]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN24vtkCompositeDataPipeline11ExecuteDataEP14vtkInformationPP20vtkInformationVectorS3_+0x3f9)
> [0x7f763bb7488b]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0x517)
> [0x7f763bb7e4c1]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN32vtkStreamingDemandDrivenPipeline14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0xa10)
> [0x7f763bbb0e14]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline10UpdateDataEi+0x2d8)
> [0x7f763bb7ebb0]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN32vtkStreamingDemandDrivenPipeline6UpdateEi+0xf8)
> [0x7f763bbb1076]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkAlgorithm6UpdateEi+0x32)
> [0x7f763bb6cfba]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkAlgorithm6UpdateEv+0x4d)
> [0x7f763bb6cf85]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVVTKExtensionsCore-pv4.0.so.1(_ZN31vtkMultiProcessControllerHelper11MergePiecesERSt6vectorI15vtkSmartPointerI13vtkDataObjectESaIS3_EEPS2_+0x52c)
> [0x7f7645d44fc0]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(+0x10073f)
> [0x7f7646bd973f]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(_ZN14vtkMPIMoveData25ReconstructDataFromBufferEP13vtkDataObject+0x6c1)
> [0x7f7646bde2df]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(_ZN14vtkMPIMoveData22DataServerGatherToZeroEP13vtkDataObjectS1_+0x3c3)
> [0x7f7646bdc385]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(_ZN14vtkMPIMoveData11RequestDataEP14vtkInformationPP20vtkInformationVectorS3_+0x75d)
> [0x7f7646bdb455]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN25vtkPassInputTypeAlgorithm14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0x5e)
> [0x7f763bba8bc4]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkExecutive13CallAlgorithmEP14vtkInformationiPP20vtkInformationVectorS3_+0x87)
> [0x7f763bb914cf]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline11ExecuteDataEP14vtkInformationPP20vtkInformationVectorS3_+0x6f)
> [0x7f763bb7ed67]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN24vtkCompositeDataPipeline11ExecuteDataEP14vtkInformationPP20vtkInformationVectorS3_+0x3f9)
> [0x7f763bb7488b]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0x517)
> [0x7f763bb7e4c1]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN32vtkStreamingDemandDrivenPipeline14ProcessRequestEP14vtkInformationPP20vtkInformationVectorS3_+0xa10)
> [0x7f763bbb0e14]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN23vtkDemandDrivenPipeline10UpdateDataEi+0x2d8)
> [0x7f763bb7ebb0]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN32vtkStreamingDemandDrivenPipeline6UpdateEi+0xf8)
> [0x7f763bbb1076]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkAlgorithm6UpdateEi+0x32)
> [0x7f763bb6cfba]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkCommonExecutionModel-pv4.0.so.1(_ZN12vtkAlgorithm6UpdateEv+0x4d)
> [0x7f763bb6cf85]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(_ZN24vtkPVDataDeliveryManager7DeliverEijPj+0x21e)
> [0x7f7646bf0c9a]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreRendering-pv4.0.so.1(_ZN15vtkPVRenderView7DeliverEijPj+0x53)
> [0x7f7646c1f1df]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerManagerApplication-pv4.0.so.1(_Z22vtkPVRenderViewCommandP26vtkClientServerInterpreterP13vtkObjectBasePKcRK21vtkClientServerStreamRS5_+0x64d7)
> [0x7f764f854a5e]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkClientServer-pv4.0.so.1(_ZN26vtkClientServerInterpreter20ProcessCommandInvokeERK21vtkClientServerStreami+0x18e)
> [0x7f763f646f5c]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkClientServer-pv4.0.so.1(_ZN26vtkClientServerInterpreter17ProcessOneMessageERK21vtkClientServerStreami+0x135)
> [0x7f763f64668d]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkClientServer-pv4.0.so.1(_ZN26vtkClientServerInterpreter13ProcessStreamERK21vtkClientServerStream+0x2f)
> [0x7f763f646527]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerImplementationCore-pv4.0.so.1(_ZN16vtkPVSessionCore21ExecuteStreamInternalERK21vtkClientServerStreamb+0xdb)
> [0x7f764e99b31f]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerImplementationCore-pv4.0.so.1(_ZN16vtkPVSessionCore13ExecuteStreamEjRK21vtkClientServerStreamb+0x1f2)
> [0x7f764e99b122]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerImplementationCore-pv4.0.so.1(_ZN16vtkPVSessionBase13ExecuteStreamEjRK21vtkClientServerStreamb+0x5e)
> [0x7f764e997a7e]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerImplementationCore-pv4.0.so.1(_ZN18vtkPVSessionServer24OnClientServerMessageRMIEPvi+0x47b)
> [0x7f764e9a7401]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVServerImplementationCore-pv4.0.so.1(+0xaf9bc)
> [0x7f764e9a59bc]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkParallelCore-pv4.0.so.1(_ZN25vtkMultiProcessController10ProcessRMIEiPvii+0x38d)
> [0x7f764e3524af]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkParallelCore-pv4.0.so.1(_ZN25vtkMultiProcessController11ProcessRMIsEii+0x63c)
> [0x7f764e35205e]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreCore-pv4.0.so.1(_ZN26vtkTCPNetworkAccessManager21ProcessEventsInternalEmb+0x43f)
> [0x7f764e6aa599]
>
> /work/ext/ParaView/sqtk-pv/PV/lib/libvtkPVClientServerCoreCore-pv4.0.so.1(_ZN26vtkTCPNetworkAccessManager13ProcessEventsEm+0x28)
> [0x7f764e6aa158]
>   bin/pvserver() [0x401703]
>   bin/pvserver(main+0x25) [0x4017b5]
>   /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f764d38976d]
>   bin/pvserver() [0x4013f9]
> =========================================================
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list