[Paraview] PV 3.2.1 Crashes When Showing UInt8 Vector
Kent Eschenberg
eschenbe at psc.edu
Thu Dec 20 12:01:19 EST 2007
Berk Geveci wrote:
> We can't reproduce this on OS X and Linux. You said 2.6.1 displays
> this dataset fine. Are you running it on the same machine?
Yes, both 2.6.1 and 3.2.1 are on the same machine.
> The only
> difference in rendering between 2.6 and 3.2 is that 2.6 does not use
> display lists by default and 3.2 does. Can you go to Preferences ->
> Render VIew and turn on Use Immediate Mode Rendering? Does that make
> a difference?
Test: change setings; load data; change from solid color to color by varaible.
Immediate=on Strips=on => crashes
Immediate=on Strips=off => works
Immediate=off Strips=on => crashes
Immediate=off Strips=off => works
The results are the same for 2.6.1 and 3.2.1 except that the last case cannot
be selected in 2.6.1.
Changing from a case that works to one that usually causes a crash does NOT
cause a crash if the change is made while the object is still displayed. Thus
the desired case must be set before loading and displaying the data.
> Are you doing anything other than simply loading and
> rendering this object?
No
> On 12/19/07, Kent Eschenberg <eschenbe at psc.edu> wrote:
>> A vti file using a vector of 3 UInt8 per cell loads and displays fine in 2.6.1
>> and loads correctly in 3.2.1 (on the Information tab everything is correct).
>> But in 3.2.1 when I change "Color by" from "Solid Color" to the vector paraview
>> crashes.
>>
>> The UInt8 vector is the color of the cell. Once it is selected I can uncheck
>> "Map Scalars" to see the color.
>>
>> The debugger traceback is
>> _nv000130gl
>> libGLcore.so
>> libvtkRendering.so.pv3.2
>> ??
>>
>> ParaView 3.2.1 from source
>> g++ 4.1.2
>> cmake 2.4.6
>> Fedora Core 6
>> Pentium 4
More information about the ParaView
mailing list