View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003711ParaView(No Category)public2006-09-04 13:462006-09-26 09:20
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003711: Checking OpenGL extensions causes crash on OS X
DescriptionSome python tests crash on OS X. This is due to the fact that OpenGL extensions are being queried before a context was created. The culprit is:

  if ( this->HasVolumePipeline )
    {
    // Shouldn't this check be on the render server?
    vtkHAVSVolumeMapper* mapper = vtkHAVSVolumeMapper::New();
    if (mapper && mapper->SupportedByHardware())
      {
      this->SupportsHAVSMapper = 1;
      }

There are 2 problems with this:
1) If SetInputInternal() is called before a render window is created on the client, this crashes on some platforms
2) The extensions should really be checked on the render server (and maybe on the client as well) not just the client
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005039)
Berk Geveci (administrator)
2006-09-26 09:19

Is there a way to prevent the window from popping?

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


Copyright © 2000 - 2018 MantisBT Team