View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004739ParaView(No Category)public2007-03-30 17:032007-04-03 18:14
ReporterDavid Karelitz 
Assigned ToMark Richardson 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004739: Switching to Wrapped HSV in new Color Scale Editor causes a segfault
DescriptionIf you switch to Wrapped HSV color space in the new Color Scale Editor, ParaView segfaults:

ERROR: In /home/projects/ParaView3-Trunk/ParaView3/VTK/Filtering/vtkColorTransferFunction.cxx, line 864
vtkColorTransferFunction (0xab22060): Index out of range!


ERROR: In /home/projects/ParaView3-Trunk/ParaView3/VTK/Filtering/vtkColorTransferFunction.cxx, line 864
vtkColorTransferFunction (0xab22060): Index out of range!


Segmentation fault
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0007088)
Amy Squillacote (reporter)
2007-04-03 08:10

added a fix in vtkTransferFunctionEditorWidgetSimple1D.cxx - check the transfer functions for number of elements, not number of nodes in TFE (might be in the middle of updating TFE from the transfer functions). I think this fixes the problem, but Mark was in the middle of fixing the problem in a different location.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkTransferFunctionEditorWidgetSimp
le1D.cxx,v <-- vtkTransferFunctionEditorWidgetSimple1D.cxx
new revision: 1.22; previous revision: 1.21
(0007105)
Mark Richardson (reporter)
2007-04-03 12:41

I added a flag to prevent the dialog from reloading the color function when the color space is changed. I was unaware that setting the color space changed the rgb points.

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team