<font size=2 face="sans-serif">Hello,</font>
<br><font size=2 face="sans-serif">after update to VTK 8 we have a crash
in vtkOpenGLRenderTimer::ReusableStart() during rendering on line with
glQueryCounter in block:</font>
<br>
<br><font size=2 face="sans-serif"> if (this->StartQuery == 0)</font>
<br><font size=2 face="sans-serif"> {</font>
<br><font size=2 face="sans-serif"> glGenQueries(1, static_cast<GLuint*>(&this->StartQuery));</font>
<br><font size=2 face="sans-serif"> glQueryCounter(static_cast<GLuint>(this->StartQuery),
GL_TIMESTAMP);</font>
<br><font size=2 face="sans-serif"> this->ReusableStarted
= true;</font>
<br><font size=2 face="sans-serif"> this->ReusableEnded
= false;</font>
<br><font size=2 face="sans-serif"> }</font>
<br><font size=2 face="sans-serif">Access violation reading location is
happened inside of ati driver (atio6axx.dll). The computer (HP zBook 15
G3 notebook) is relatively new and it contains GPU - 2048MB ATI AMD Firepro
W5170M (HP). Our environment is Windows 10 x64 and VTK is built with Visual
Studio 2017 (x64 target platform). </font>
<br>
<br><font size=2 face="sans-serif">It happens after the second initialisation
of vtkRenderWindow and adding and enabling of vtkOrientationMarkerWidget
in a scene.</font>
<br><font size=2 face="sans-serif">Unfortunately it doesn't happen always
and it is related to HW or driver. For example Nvidia GPU works OK. I also
checked last VTK 8.1 and there is same behaviour.</font>
<br>
<br><font size=2 face="sans-serif">I haven't isolated this problem because
of time and because I was able to override it with definition of NO_TIMESTAMP_QUERIES
in the vtkOpenGLRenderTimer source.</font>
<br>
<br><font size=2 face="sans-serif">I report this to know that there can
be a problem on some hardware configuration.</font>
<br>
<br>
<br><font size=2 face="sans-serif">Kind regards</font>
<br><font size=2 face="sans-serif"> </font>
<br><font size=2 face="sans-serif">Pavel Krebs</font>
<br><font size=2 face="sans-serif">Software Engineer</font>
<br>
<br><font size=1 face="sans-serif">AMBERG Engineering Brno, a.s.</font>
<br><font size=1 face="sans-serif">Ptašínského 10</font>
<br><font size=1 face="sans-serif">602 00 Brno - Czech Republic</font>
<br>
<br>