Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 234
    • Merge requests 234
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #17510
Closed
Open
Issue created Jan 28, 2019 by Aron Helser@aron.helserDeveloper

Tests fail under Windows 10 static debug build

After I build windows 10 static debug, all tests that open a render window segfault. Specifically, I get this error before a nullptr access:

Generic Warning: In C:\akit\vtk\src\Rendering\Core\vtkRenderWindow.cxx, line 35
Error: no override found for 'vtkRenderWindow'.

I'm using VS2017, with these changes from VTK defaults:

set(BUILD_SHARED_LIBS "OFF" CACHE BOOL "")
set(BUILD_TESTING "ON" CACHE BOOL "")
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING "")

cc: @ben.boeckel

Assignee
Assign to
Time tracking