[Paraview] Seg fault in 3.6.2

Peter Brady petertbrady at gmail.com
Tue Jun 29 19:36:09 EDT 2010


I know this is a fairly old email but I no longer get a seg fault with
3.8.0.  I'm not sure who fixed the bug but thank you.

Peter.

On Wed, Feb 17, 2010 at 9:47 AM, Zhanping Liu <zhanping.liu at kitware.com>wrote:

> Peter:
>
>    I tried using a third-party visualization package (supporting EnSight
> file format) to load the two datasets (you sent me a total of two datasets)
> and it can not load them either.
>
>    Thanks.
>
>    -Zhanping
> On Wed, Feb 17, 2010 at 11:34 AM, Peter Brady <petertbrady at gmail.com>wrote:
>
>> All my data is output by the same code so I imagine that all of them are
>> invalid.  I'll work on trying to change our IO routines but it may take some
>> time.  I'm curious as to why all of my invalid files work fine in paraview
>> 3.4 and 3.6.1.  It seems like that shouldn't happen.
>>
>> Thanks,
>> Peter.
>>
>>
>> On Wed, Feb 17, 2010 at 9:18 AM, Zhanping Liu <zhanping.liu at kitware.com>wrote:
>>
>>> Peter:
>>>
>>>    I just debugged your dataset (the latest one you sent) and noticed
>>> that it (specifically the geoemtry file) is an invalid file. The EnSight
>>> reader just crashes upon expecting 'part' (an EnSight file format
>>> token/keyword AFTER 6 floats --- 'extents'), whereas the actual string
>>> extracted is '8part' (which leads to an exception). I revised the file to
>>> allow the reader to extract 'part' (to make it proceed), though the partId
>>> that is subsequently extracted is an invalid big number --- I even forced it
>>> to be converted to big-endian or little-endian, though the value is still
>>> invalid.
>>>
>>>    As the geometry file itself is already invalid, I can not proceed to
>>> debug the time step issue.
>>>
>>>    Would you please provide a valid dataset (first the geometry needs to
>>> be valid, then the time steps)?
>>>
>>>    Thanks.
>>>
>>>    -Zhanping
>>>
>>>   On Thu, Feb 11, 2010 at 11:20 AM, Zhanping Liu <
>>> zhanping.liu at kitware.com> wrote:
>>>
>>>> Peter:
>>>>
>>>>   Got the new dataset and it still crashes upon loading the geoemtry
>>>> (BEFORE anything is shown, let alone stepping the time). I will check what
>>>> is wrong with it.
>>>>
>>>>   Thanks.
>>>>
>>>>   -Zhanping
>>>>
>>>>
>>>> On Thu, Feb 11, 2010 at 11:08 AM, Peter Brady <petertbrady at gmail.com>wrote:
>>>>
>>>>> Hi Zhanping,
>>>>>
>>>>> I've attached another dataset with a different geometry and two
>>>>> timesteps of data.  These were both output by the same code and both work
>>>>> fine in 3.6.1 but yield a seg fault when trying to step through time in
>>>>> 3.6.2.
>>>>>
>>>>> Thanks for looking into this,
>>>>> Peter
>>>>>
>>>>>
>>>>> On Wed, Feb 10, 2010 at 10:15 PM, Zhanping Liu <
>>>>> zhanping.liu at kitware.com> wrote:
>>>>>
>>>>>> Hi Peter:
>>>>>>
>>>>>>     Are you sure the geometry data file is valid? It just crashes
>>>>>> BEFORE the geometry is loaded. Debugging indicates that there is a
>>>>>> non-80-char ASCII line (which is invalid) in the binary file. I am now
>>>>>> focused on the time-step related problem (instead of this geoemtry issue).
>>>>>> Would you please send me another dataset containing two time steps?
>>>>>>
>>>>>>     Thanks.
>>>>>>
>>>>>>     -Zhanping.
>>>>>>
>>>>>>   On Thu, Feb 4, 2010 at 2:58 PM, Peter Brady <petertbrady at gmail.com>wrote:
>>>>>>
>>>>>>> Here are two timesteps worth of data with the geometry and case
>>>>>>> file.  It works find in 3.6.1 but the segfault occurs in 3.6.2 when I try go
>>>>>>> from the first to the second timestep.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Peter.
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Feb 3, 2010 at 2:26 PM, Zhanping Liu <
>>>>>>> zhanping.liu at kitware.com> wrote:
>>>>>>>
>>>>>>>> Hi Peter:
>>>>>>>>
>>>>>>>>     Would you please provide a dataset for debugging the problem?
>>>>>>>>
>>>>>>>>     Thanks.
>>>>>>>>
>>>>>>>>     -Zhanping
>>>>>>>>
>>>>>>>> ---------- Forwarded message ----------
>>>>>>>> From: Peter Brady <petertbrady at gmail.com>
>>>>>>>> Date: Mon, Feb 1, 2010 at 11:19 AM
>>>>>>>> Subject: Re: [Paraview] Seg fault in 3.6.2
>>>>>>>> To: Berk Geveci <berk.geveci at kitware.com>
>>>>>>>> Cc: ParaView <Paraview at paraview.org>
>>>>>>>>
>>>>>>>>
>>>>>>>> Hi Berk,
>>>>>>>>
>>>>>>>> Here's the output of 'where' from gdb
>>>>>>>>
>>>>>>>>
>>>>>>>> Program received signal SIGSEGV, Segmentation fault.
>>>>>>>> 0x00007ffff71a56bf in vtkIdList::GetId (this=0x0, i=0)
>>>>>>>>     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42
>>>>>>>> 42      vtkIdType GetId(const vtkIdType i) {return this->Ids[i];};
>>>>>>>> (gdb) where
>>>>>>>> #0  0x00007ffff71a56bf in vtkIdList::GetId (this=0x0, i=0)
>>>>>>>>
>>>>>>>>     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42
>>>>>>>> #1  0x00007fffe64a3493 in vtkEnSightReader::RequestData
>>>>>>>> (this=0x1ae4f30,
>>>>>>>>     outputVector=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/IO/vtkEnSightReader.cxx:367
>>>>>>>> #2  0x00007fffe5b4bf00 in
>>>>>>>> vtkMultiBlockDataSetAlgorithm::ProcessRequest (
>>>>>>>>     this=0x1ae4f30, request=0x1af95c0, inputVector=0x0,
>>>>>>>> outputVector=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkMultiBlockDataSetAlgorithm.cxx:97
>>>>>>>> #3  0x00007fffe5a23682 in vtkExecutive::CallAlgorithm
>>>>>>>> (this=0x1ae5c10,
>>>>>>>>     request=0x1af95c0, direction=1, inInfo=0x0, outInfo=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkExecutive.cxx:748
>>>>>>>> #4  0x00007fffe5a11acf in vtkDemandDrivenPipeline::ExecuteData (
>>>>>>>>     this=0x1ae5c10, request=0x1af95c0, inInfo=0x0,
>>>>>>>> outInfo=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:508
>>>>>>>> #5  0x00007fffe59cb76f in vtkCompositeDataPipeline::ExecuteData (
>>>>>>>>     this=0x1ae5c10, request=0x1af95c0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:386
>>>>>>>> #6  0x00007fffe5a10cbe in vtkDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ae5c10, request=0x1af95c0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:---Type
>>>>>>>> <return> to continue, or q <return> to quit---
>>>>>>>> 280
>>>>>>>> #7  0x00007fffe5c1a8fd in
>>>>>>>> vtkStreamingDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ae5c10, request=0x1af95c0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190
>>>>>>>> #8  0x00007fffe59ca924 in vtkCompositeDataPipeline::ProcessRequest (
>>>>>>>>     this=0x1ae5c10, request=0x1af95c0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ae5d10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:287
>>>>>>>> #9  0x00007fffe5a1172f in vtkDemandDrivenPipeline::UpdateData
>>>>>>>> (this=0x1ae5c10,
>>>>>>>>     outputPort=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:450
>>>>>>>> #10 0x00007fffe5c1ac0f in vtkStreamingDemandDrivenPipeline::Update (
>>>>>>>>     this=0x1ae5c10, port=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:234
>>>>>>>> #11 0x00007fffe5a20554 in vtkExecutive::Update (this=0x1ae5c10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkExecutive.cxx:316
>>>>>>>> #12 0x00007fffe5a10ddb in vtkDemandDrivenPipeline::Update
>>>>>>>> (this=0x1ae5c10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:313
>>>>>>>> #13 0x00007fffe5c1aad9 in vtkStreamingDemandDrivenPipeline::Update (
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     this=0x1ae5c10)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:214
>>>>>>>> #14 0x00007fffe596a006 in vtkAlgorithm::Update (this=0x1ae4f30)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkAlgorithm.cxx:1156
>>>>>>>> #15 0x00007fffe651e0fd in vtkGenericEnSightReader::RequestData (
>>>>>>>>     this=0x1ad8ef0, outputVector=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/IO/vtkGenericEnSightReader.cxx:218
>>>>>>>> #16 0x00007fffe5b4bf00 in
>>>>>>>> vtkMultiBlockDataSetAlgorithm::ProcessRequest (
>>>>>>>>     this=0x1ad8ef0, request=0x1351bf0, inputVector=0x0,
>>>>>>>> outputVector=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkMultiBlockDataSetAlgorithm.cxx:97
>>>>>>>> #17 0x00007fffe5a23682 in vtkExecutive::CallAlgorithm
>>>>>>>> (this=0x1ad3080,
>>>>>>>>     request=0x1351bf0, direction=1, inInfo=0x0, outInfo=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkExecutive.cxx:748
>>>>>>>> #18 0x00007fffe5a11acf in vtkDemandDrivenPipeline::ExecuteData (
>>>>>>>>     this=0x1ad3080, request=0x1351bf0, inInfo=0x0,
>>>>>>>> outInfo=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:508
>>>>>>>> #19 0x00007fffe59cb76f in vtkCompositeDataPipeline::ExecuteData (
>>>>>>>>     this=0x1ad3080, request=0x1351bf0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:386
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>> #20 0x00007fffe5a10cbe in vtkDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ad3080, request=0x1351bf0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:280
>>>>>>>> #21 0x00007fffe5c1a8fd in
>>>>>>>> vtkStreamingDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ad3080, request=0x1351bf0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190
>>>>>>>> #22 0x00007fffe59ca924 in vtkCompositeDataPipeline::ProcessRequest (
>>>>>>>>     this=0x1ad3080, request=0x1351bf0, inInfoVec=0x0,
>>>>>>>> outInfoVec=0x1ad32a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:287
>>>>>>>> #23 0x00007fffe59ca0cd in vtkCompositeDataPipeline::ForwardUpstream
>>>>>>>> (
>>>>>>>>     this=0x1e09d80, request=0x1351bf0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:214
>>>>>>>> #24 0x00007fffe5a10bee in vtkDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1e09d80, request=0x1351bf0, inInfoVec=0x1df0c10,
>>>>>>>>     outInfoVec=0x1e06de0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:266
>>>>>>>> #25 0x00007fffe5c1a8fd in
>>>>>>>> vtkStreamingDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1e09d80, request=0x1351bf0, inInfoVec=0x1df0c10,
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     outInfoVec=0x1e06de0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190
>>>>>>>> #26 0x00007fffe59ca924 in vtkCompositeDataPipeline::ProcessRequest (
>>>>>>>>     this=0x1e09d80, request=0x1351bf0, inInfoVec=0x1df0c10,
>>>>>>>>     outInfoVec=0x1e06de0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:287
>>>>>>>> #27 0x00007fffe59ca0cd in vtkCompositeDataPipeline::ForwardUpstream
>>>>>>>> (
>>>>>>>>     this=0x1ef9950, request=0x1351bf0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:214
>>>>>>>> #28 0x00007ffff3b1dfed in vtkPVCacheKeeperPipeline::ForwardUpstream
>>>>>>>> (
>>>>>>>>     this=0x1ef9950, request=0x1351bf0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Filters/vtkPVCacheKeeperPipeline.cxx:56
>>>>>>>> #29 0x00007fffe5a10bee in vtkDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ef9950, request=0x1351bf0, inInfoVec=0x1f04070,
>>>>>>>>     outInfoVec=0x1ef9730)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:266
>>>>>>>> #30 0x00007fffe5c1a8fd in
>>>>>>>> vtkStreamingDemandDrivenPipeline::ProcessRequest (
>>>>>>>>     this=0x1ef9950, request=0x1351bf0, inInfoVec=0x1f04070,
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     outInfoVec=0x1ef9730)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:190
>>>>>>>> #31 0x00007fffe59ca924 in vtkCompositeDataPipeline::ProcessRequest (
>>>>>>>>     this=0x1ef9950, request=0x1351bf0, inInfoVec=0x1f04070,
>>>>>>>>     outInfoVec=0x1ef9730)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkCompositeDataPipeline.cxx:287
>>>>>>>> #32 0x00007fffe5a1172f in vtkDemandDrivenPipeline::UpdateData
>>>>>>>> (this=0x1ef9950,
>>>>>>>>     outputPort=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDemandDrivenPipeline.cxx:450
>>>>>>>> #33 0x00007fffe5c1ac0f in vtkStreamingDemandDrivenPipeline::Update (
>>>>>>>>     this=0x1ef9950, port=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkStreamingDemandDrivenPipeline.cxx:234
>>>>>>>> #34 0x00007fffe59efc49 in vtkDataObject::Update (this=0x1f06df0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Filtering/vtkDataObject.cxx:1035
>>>>>>>> #35 0x00007ffff3bd8217 in vtkPVUpdateSuppressor::ForceUpdate
>>>>>>>> (this=0x1efc8f0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Filters/vtkPVUpdateSuppressor.cxx:154
>>>>>>>> #36 0x00007ffff4248844 in vtkPVUpdateSuppressorCommand
>>>>>>>> (arlu=0x7497a0,
>>>>>>>>     ob=0x1efc8f0, method=0x19cf9d9 "ForceUpdate",
>>>>>>>> msg=@0x7fffffff9808,
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     resultStream=@0x6ad290)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/paraview_build362/Servers/Filters/vtkPVUpdateSuppressorClientServer.cxx:89
>>>>>>>> #37 0x00007fffeb2ce967 in
>>>>>>>> vtkClientServerInterpreter::ProcessCommandInvoke (
>>>>>>>>     this=0x7497a0, css=@0x7fffffff9cb8, midx=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:384
>>>>>>>> #38 0x00007fffeb2cdd36 in
>>>>>>>> vtkClientServerInterpreter::ProcessOneMessage (
>>>>>>>>     this=0x7497a0, css=@0x7fffffff9cb8, message=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:214
>>>>>>>> #39 0x00007fffeb2cdbb9 in vtkClientServerInterpreter::ProcessStream
>>>>>>>> (
>>>>>>>>     this=0x7497a0, css=@0x7fffffff9cb8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:183
>>>>>>>> #40 0x00007fffefb3e438 in vtkSelfConnection::ProcessStreamLocally (
>>>>>>>>     this=0x14b69e0, stream=@0x7fffffff9cb8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkSelfConnection.cxx:120
>>>>>>>> #41 0x00007fffefb3e3a8 in vtkSelfConnection::SendStreamToClient (
>>>>>>>>     this=0x14b69e0, stream=@0x7fffffff9cb8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkSelfConnection.cxx:113
>>>>>>>> #42 0x00007fffefa85257 in vtkProcessModuleConnection::SendStream (
>>>>>>>>     this=0x14b69e0, servers=21, stream=@0x7fffffff9cb8)
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModuleConnection.cxx:244
>>>>>>>> #43 0x00007fffefa8af45 in
>>>>>>>> vtkProcessModuleConnectionManager::SendStream (
>>>>>>>>     this=0x776160, connectionID=5, serverFlags=21,
>>>>>>>> stream=@0x7fffffff9cb8,
>>>>>>>>     reset=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModuleConnectionManager.cxx:536
>>>>>>>> #44 0x00007fffefa9d1ed in vtkProcessModule::SendStream
>>>>>>>> (this=0x749440,
>>>>>>>>     connectionID=5, server=21, stream=@0x7fffffff9cb8,
>>>>>>>> resetStream=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModule.cxx:875
>>>>>>>> #45 0x00007ffff5393cf5 in vtkSMProxy::UpdateProperty
>>>>>>>> (this=0x1ef1fd0,
>>>>>>>>     name=0x7ffff570330c "ForceUpdate", force=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMProxy.cxx:809
>>>>>>>> #46 0x00007ffff79d9707 in vtkSMProxy::InvokeCommand (this=0x1ef1fd0,
>>>>>>>>
>>>>>>>>     name=0x7ffff570330c "ForceUpdate")
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMProxy.h:190
>>>>>>>> #47 0x00007ffff544a28d in vtkSMSimpleStrategy::UpdatePipeline
>>>>>>>> (this=0x1ef1420)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMSimpleStrategy.cxx:124
>>>>>>>> #48 0x00007ffff54235b7 in vtkSMRepresentationStrategy::Update
>>>>>>>> (this=0x1ef1420)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMRepresentationStrategy.cxx:191
>>>>>>>> #49 0x00007ffff52d4d0c in vtkSMDataRepresentationProxy::Update (
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     this=0x1c1a780, view=0x152b850)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMDataRepresentationProxy.cxx:185
>>>>>>>> #50 0x00007ffff538d6fb in vtkSMPropRepresentationProxy::Update (
>>>>>>>>     this=0x1c1a780, view=0x152b850)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMPropRepresentationProxy.cxx:113
>>>>>>>> #51 0x00007ffff54043ab in vtkSMPVRepresentationProxy::Update
>>>>>>>> (this=0x1c18af0,
>>>>>>>>     view=0x152b850)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMPVRepresentationProxy.cxx:391
>>>>>>>> #52 0x00007ffff54af92d in vtkSMViewProxy::UpdateAllRepresentations (
>>>>>>>>     this=0x152b850)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMViewProxy.cxx:420
>>>>>>>> #53 0x00007ffff54af4e0 in vtkSMViewProxy::StillRender
>>>>>>>> (this=0x152b850)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMViewProxy.cxx:369
>>>>>>>> #54 0x00007ffff525d4fc in
>>>>>>>> vtkSMAnimationSceneProxy::vtkInternals::StillRenderAllViews (this=0x13ebdd0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMAnimationSceneProxy.cxx:61
>>>>>>>> #55 0x00007ffff5261334 in vtkSMAnimationSceneProxy::TickInternal (
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     this=0x13db2b0, info=0x7fffffffa520)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMAnimationSceneProxy.cxx:365
>>>>>>>> #56 0x00007ffff524e268 in vtkSMAnimationCueProxy::ExecuteEvent (
>>>>>>>>     this=0x13db2b0, obj=0x11b9580, event=53,
>>>>>>>> calldata=0x7fffffffa520)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMAnimationCueProxy.cxx:219
>>>>>>>> #57 0x00007ffff524f8bb in vtkSMAnimationCueProxyObserver::Execute (
>>>>>>>>     this=0x683290, wdg=0x11b9580, event=53, calldata=0x7fffffffa520)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMAnimationCueProxy.cxx:54
>>>>>>>> #58 0x00007fffe50f0a5a in vtkSubjectHelper::InvokeEvent
>>>>>>>> (this=0x14753a0,
>>>>>>>>     event=53, callData=0x7fffffffa520, self=0x11b9580)
>>>>>>>>     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkObject.cxx:602
>>>>>>>> #59 0x00007fffe50f1317 in vtkObject::InvokeEvent (this=0x11b9580,
>>>>>>>> event=53,
>>>>>>>>     callData=0x7fffffffa520)
>>>>>>>>     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkObject.cxx:770
>>>>>>>> #60 0x00007fffe4f7c9eb in vtkAnimationCue::TickInternal
>>>>>>>> (this=0x11b9580,
>>>>>>>>     currenttime=0.10015799850225449, deltatime=0,
>>>>>>>>     clocktime=0.10015799850225449)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkAnimationCue.cxx:78
>>>>>>>> #61 0x00007ffff3b13987 in vtkPVAnimationScene::TickInternal
>>>>>>>> (this=0x11b9580,
>>>>>>>>     currenttime=0.10015799850225449, deltatime=0,
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     clocktime=0.10015799850225449)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Filters/vtkPVAnimationScene.cxx:138
>>>>>>>> #62 0x00007fffe4f7cafa in vtkAnimationCue::Tick (this=0x11b9580,
>>>>>>>>     currenttime=0.10015799850225449, deltatime=0,
>>>>>>>>     clocktime=0.10015799850225449)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkAnimationCue.cxx:103
>>>>>>>> #63 0x00007ffff525d42f in vtkPVAnimationScene::SetSceneTime
>>>>>>>> (this=0x11b9580,
>>>>>>>>     time=0.10015799850225449)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Filters/vtkPVAnimationScene.h:58
>>>>>>>> #64 0x00007ffff3a0c0ac in vtkAnimationPlayer::GoToNext
>>>>>>>> (this=0xe48db0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Filters/vtkAnimationPlayer.cxx:139
>>>>>>>> #65 0x00007ffff41cf750 in vtkAnimationPlayerCommand (arlu=0x7497a0,
>>>>>>>>     ob=0xe48db0, method=0x1ac97d9 "GoToNext", msg=@0x7fffffffaf48,
>>>>>>>>     resultStream=@0x6ad290)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/paraview_build362/Servers/Filters/vtkAnimationPlayerClientServer.cxx:133
>>>>>>>> #66 0x00007ffff41dffc4 in vtkCompositeAnimationPlayerCommand
>>>>>>>> (arlu=0x7497a0,
>>>>>>>>     ob=0xe48db0, method=0x1ac97d9 "GoToNext", msg=@0x7fffffffaf48,
>>>>>>>>     resultStream=@0x6ad290)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/paraview_build362/Servers/Filters/vtkCompositeAnimationPlayerClientServer.cxx:115
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>> #67 0x00007fffeb2ce967 in
>>>>>>>> vtkClientServerInterpreter::ProcessCommandInvoke (
>>>>>>>>     this=0x7497a0, css=@0x7fffffffb3f8, midx=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:384
>>>>>>>> #68 0x00007fffeb2cdd36 in
>>>>>>>> vtkClientServerInterpreter::ProcessOneMessage (
>>>>>>>>     this=0x7497a0, css=@0x7fffffffb3f8, message=0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:214
>>>>>>>> #69 0x00007fffeb2cdbb9 in vtkClientServerInterpreter::ProcessStream
>>>>>>>> (
>>>>>>>>     this=0x7497a0, css=@0x7fffffffb3f8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Utilities/VTKClientServer/vtkClientServerInterpreter.cxx:183
>>>>>>>> #70 0x00007fffefb3e438 in vtkSelfConnection::ProcessStreamLocally (
>>>>>>>>     this=0x14b69e0, stream=@0x7fffffffb3f8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkSelfConnection.cxx:120
>>>>>>>> #71 0x00007fffefb3e3a8 in vtkSelfConnection::SendStreamToClient (
>>>>>>>>     this=0x14b69e0, stream=@0x7fffffffb3f8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkSelfConnection.cxx:113
>>>>>>>> #72 0x00007fffefa85257 in vtkProcessModuleConnection::SendStream (
>>>>>>>>     this=0x14b69e0, servers=16, stream=@0x7fffffffb3f8)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModuleConnection.cxx:244
>>>>>>>> #73 0x00007fffefa8af45 in
>>>>>>>> vtkProcessModuleConnectionManager::SendStream (
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>     this=0x776160, connectionID=5, serverFlags=16,
>>>>>>>> stream=@0x7fffffffb3f8,
>>>>>>>>     reset=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModuleConnectionManager.cxx:536
>>>>>>>> #74 0x00007fffefa9d1ed in vtkProcessModule::SendStream
>>>>>>>> (this=0x749440,
>>>>>>>>     connectionID=5, server=16, stream=@0x7fffffffb3f8,
>>>>>>>> resetStream=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/Common/vtkProcessModule.cxx:875
>>>>>>>> #75 0x00007ffff5393cf5 in vtkSMProxy::UpdateProperty
>>>>>>>> (this=0x1405960,
>>>>>>>>     name=0x140aa78 "GoToNext", force=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMProxy.cxx:809
>>>>>>>> #76 0x00007ffff53938ba in vtkSMProxy::UpdateProperty
>>>>>>>> (this=0x13db2b0,
>>>>>>>>     name=0x7ffff7b7e9f0 "GoToNext", force=1)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMProxy.cxx:759
>>>>>>>> #77 0x00007ffff79d9707 in vtkSMProxy::InvokeCommand (this=0x13db2b0,
>>>>>>>>
>>>>>>>>     name=0x7ffff7b7e9f0 "GoToNext")
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Servers/ServerManager/vtkSMProxy.h:190
>>>>>>>> #78 0x00007ffff7ad821d in pqVCRController::onNextFrame
>>>>>>>> (this=0xba3f48)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Qt/Components/pqVCRController.cxx:194
>>>>>>>> #79 0x00007ffff7b1434f in pqVCRController::qt_metacall
>>>>>>>> (this=0xba3f48,
>>>>>>>>     _c=QMetaObject::InvokeMetaMethod, _id=11, _a=0x7fffffffb8a0)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/paraview_build362/Qt/Components/moc_pqVCRController.cxx:109
>>>>>>>> #80 0x000000356b553dcc in QMetaObject::activate(QObject*, int, int,
>>>>>>>> void**) ()
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #81 0x000000356bb897f7 in QAction::triggered(bool) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #82 0x000000356bb8ac5f in QAction::activate(QAction::ActionEvent) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #83 0x000000356bef08ea in ?? ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #84 0x000000356bef0b85 in
>>>>>>>> QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #85 0x000000356bfbe2fa in
>>>>>>>> QToolButton::mouseReleaseEvent(QMouseEvent*) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #86 0x000000356bbddda8 in QWidget::event(QEvent*) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #87 0x000000356bb8f63c in
>>>>>>>> QApplicationPrivate::notify_helper(QObject*, QEvent*)
>>>>>>>>     () from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #88 0x000000356bb966e1 in QApplication::notify(QObject*, QEvent*) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #89 0x000000356b53ebac in QCoreApplication::notifyInternal(QObject*,
>>>>>>>> QEvent*)
>>>>>>>>     () from /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #90 0x000000356bb95fd0 in
>>>>>>>> QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*,
>>>>>>>> QWidget*, QWidget**, QPointer<QWidget>&) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #91 0x000000356bbfba7e in ?? ()
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #92 0x000000356bbfab38 in QApplication::x11ProcessEvent(_XEvent*) ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #93 0x000000356bc2287c in ?? ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #94 0x0000003565c3790e in g_main_dispatch (context=<value optimized
>>>>>>>> out>)
>>>>>>>>     at gmain.c:1824
>>>>>>>> #95 IA__g_main_context_dispatch (context=<value optimized out>) at
>>>>>>>> gmain.c:2377
>>>>>>>> #96 0x0000003565c3b0e8 in g_main_context_iterate (context=0x663120,
>>>>>>>>     block=<value optimized out>, dispatch=<value optimized out>,
>>>>>>>>     self=<value optimized out>) at gmain.c:2455
>>>>>>>> #97 0x0000003565c3b20a in IA__g_main_context_iteration
>>>>>>>> (context=0x663120,
>>>>>>>>     may_block=1) at gmain.c:2518
>>>>>>>> #98 0x000000356b566f36 in
>>>>>>>> QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
>>>>>>>> ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #99 0x000000356bc2202e in ?? ()
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>> #100 0x000000356b53d4b2 in
>>>>>>>> QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from
>>>>>>>> /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #101 0x000000356b53d884 in
>>>>>>>> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from
>>>>>>>> /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #102 0x000000356b53fa19 in QCoreApplication::exec() ()
>>>>>>>> ---Type <return> to continue, or q <return> to quit---
>>>>>>>>    from /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>> #103 0x0000000000405894 in main (argc=1, argv=0x7fffffffe008)
>>>>>>>>     at
>>>>>>>> /home/peter/lib/ParaView-3.6.2/Applications/Client/main.cxx:71
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks for taking a look at this.
>>>>>>>> Peter.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Jan 30, 2010 at 6:36 AM, Berk Geveci <
>>>>>>>> berk.geveci at kitware.com> wrote:
>>>>>>>>
>>>>>>>>> Hi Peter,
>>>>>>>>>
>>>>>>>>> Can you send the output of "where" from gdb? That will show us the
>>>>>>>>> full stack.
>>>>>>>>>
>>>>>>>>> -berk
>>>>>>>>>
>>>>>>>>> On Mon, Jan 25, 2010 at 12:27 PM, Peter Brady <
>>>>>>>>> petertbrady at gmail.com> wrote:
>>>>>>>>> > Hi Berk,
>>>>>>>>> >
>>>>>>>>> > This is the output of gdb
>>>>>>>>> >
>>>>>>>>> > gdb /opt/paraview-3.6.2/bin/paraview
>>>>>>>>> > GNU gdb (GDB) Fedora (6.8.50.20090302-39.fc11)
>>>>>>>>> > Copyright (C) 2009 Free Software Foundation, Inc.
>>>>>>>>> > License GPLv3+: GNU GPL version 3 or later
>>>>>>>>> > <http://gnu.org/licenses/gpl.html>
>>>>>>>>> > This is free software: you are free to change and redistribute
>>>>>>>>> it.
>>>>>>>>> > There is NO WARRANTY, to the extent permitted by law.  Type "show
>>>>>>>>> copying"
>>>>>>>>> > and "show warranty" for details.
>>>>>>>>> > This GDB was configured as "x86_64-redhat-linux-gnu".
>>>>>>>>> > For bug reporting instructions, please see:
>>>>>>>>> > <http://www.gnu.org/software/gdb/bugs/>...
>>>>>>>>> > (gdb) run
>>>>>>>>> > Starting program: /opt/paraview-3.6.2/bin/paraview
>>>>>>>>> > [Thread debugging using libthread_db enabled]
>>>>>>>>> > Executing new program:
>>>>>>>>> /opt/paraview-3.6.2/lib/paraview-3.6/paraview-real
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtAssistantClient.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/6b/4a11dc8eba5deeb17fbd37d58a13ab0894a432.debug
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtGui.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/20/fda5bc8da9ff456dbd1f191c37904e0b0152f0.debug
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtXml.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/3f/c3382d2c65e860f58b0acad340f0e1455910b8.debug
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtNetwork.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/8e/79f7ac6d37aecac4af2cc0b7399953207571c6.debug
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtCore.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/b9/e287392ce3c25420e1dfabfcdf58379c268112.debug
>>>>>>>>> > [Thread debugging using libthread_db enabled]
>>>>>>>>> > Missing separate debuginfo for
>>>>>>>>> > /opt/paraview-3.6.2/lib/paraview-3.6/libQtSql.so.4
>>>>>>>>> > Try: yum --enablerepo='*-debuginfo' install
>>>>>>>>> >
>>>>>>>>> /usr/lib/debug/.build-id/a0/09177164344d40c62afb17c82fbadc1e5e3a99.debug
>>>>>>>>> >
>>>>>>>>> > Program received signal SIGSEGV, Segmentation fault.
>>>>>>>>> > 0x00007ffff71a56bf in vtkIdList::GetId (this=0x0, i=0)
>>>>>>>>> >     at /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42
>>>>>>>>> > 42      vtkIdType GetId(const vtkIdType i) {return
>>>>>>>>> this->Ids[i];};
>>>>>>>>> >
>>>>>>>>> > I set the cmake build type to "Debug" and set the Debug flags as:
>>>>>>>>> >
>>>>>>>>> > //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
>>>>>>>>> > // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
>>>>>>>>> > CMAKE_BUILD_TYPE:STRING=Debug
>>>>>>>>> >
>>>>>>>>> > //Flags used by the compiler during debug builds.
>>>>>>>>> > CMAKE_CXX_FLAGS_DEBUG:STRING=-g -O0 -debug all -traceback
>>>>>>>>> -ftrapuv
>>>>>>>>> >
>>>>>>>>> > //Flags used by the compiler during debug builds.
>>>>>>>>> > CMAKE_C_FLAGS_DEBUG:STRING=-g -O0 -debug all -traceback -ftrapuv
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>> > On Fri, Jan 22, 2010 at 5:49 PM, Berk Geveci <
>>>>>>>>> berk.geveci at kitware.com>
>>>>>>>>> > wrote:
>>>>>>>>> >>
>>>>>>>>> >> Can you post a full stack from gdb?
>>>>>>>>> >>
>>>>>>>>> >> On Fri, Jan 22, 2010 at 4:18 PM, Peter Brady <
>>>>>>>>> petertbrady at gmail.com>
>>>>>>>>> >> wrote:
>>>>>>>>> >> > Hello All,
>>>>>>>>> >> >
>>>>>>>>> >> > I appear to keep getting a segmentation fault when I try to
>>>>>>>>> advance in
>>>>>>>>> >> > time
>>>>>>>>> >> > using paraview 3.6.2.  Everything works fine using 3.6.1.  I
>>>>>>>>> am using
>>>>>>>>> >> > the
>>>>>>>>> >> > intel compilers (11.0.083).  This is the output I get when I
>>>>>>>>> run it with
>>>>>>>>> >> > gdb:
>>>>>>>>> >> >
>>>>>>>>> >> > Program received signal SIGSEGV, Segmentation fault.
>>>>>>>>> >> > vtkIdList::GetId (this=<value optimized out>, i=<value
>>>>>>>>> optimized out>)
>>>>>>>>> >> >     at
>>>>>>>>> /home/peter/lib/ParaView-3.6.2/VTK/Common/vtkIdList.h:42
>>>>>>>>> >> > 42      vtkIdType GetId(const vtkIdType i) {return
>>>>>>>>> this->Ids[i];};
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >> > Any idea on how to get around this?
>>>>>>>>> >> >
>>>>>>>>> >> > Thanks,
>>>>>>>>> >> > Peter
>>>>>>>>>
>>>>>>>>> >> >
>>>>>>>>> >> > _______________________________________________
>>>>>>>>> >> > Powered by www.kitware.com
>>>>>>>>> >> >
>>>>>>>>> >> > Visit other Kitware open-source projects at
>>>>>>>>> >> > http://www.kitware.com/opensource/opensource.html
>>>>>>>>> >> >
>>>>>>>>> >> > Please keep messages on-topic and check the ParaView Wiki at:
>>>>>>>>> >> > http://paraview.org/Wiki/ParaView
>>>>>>>>> >> >
>>>>>>>>> >> > Follow this link to subscribe/unsubscribe:
>>>>>>>>> >> > http://www.paraview.org/mailman/listinfo/paraview
>>>>>>>>> >> >
>>>>>>>>> >> >
>>>>>>>>> >
>>>>>>>>> >
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Zhanping Liu, PhD
>>>>>>>> Kitware, Inc.
>>>>>>>> 28 Corporate Drive
>>>>>>>> Clifton Park, NY 12065-8662
>>>>>>>> Phone: 518-371-3971 x 138
>>>>>>>> http://www.zhanpingliu.org
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Zhanping Liu, PhD
>>>>>> Kitware, Inc.
>>>>>> 28 Corporate Drive
>>>>>> Clifton Park, NY 12065-8662
>>>>>> Phone: 518-371-3971 x 138
>>>>>> http://www.zhanpingliu.org
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Zhanping Liu, PhD
>>>> Kitware, Inc.
>>>> 28 Corporate Drive
>>>> Clifton Park, NY 12065-8662
>>>> Phone: 518-371-3971 x 138
>>>> http://www.zhanpingliu.org
>>>>
>>>
>>>
>>>
>>> --
>>> Zhanping Liu, PhD
>>> Kitware, Inc.
>>> 28 Corporate Drive
>>> Clifton Park, NY 12065-8662
>>> Phone: 518-371-3971 x 138
>>> http://www.zhanpingliu.org
>>>
>>
>>
>
>
> --
> Zhanping Liu, PhD
> Kitware, Inc.
> 28 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-371-3971 x 138
> http://www.zhanpingliu.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100629/5276a9c4/attachment-0001.htm>


More information about the ParaView mailing list