Skip to content
Snippets Groups Projects
Commit 0492d1f1 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Adding another class to exclude in an attempt to fix release mode on OSX.

parent 14eb3276
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ commonExceptions = set([
classLinuxExceptions = set([
"vtkAMREnzoReader", # core dump
"vtkScatterPlotMatrix" # core dump in release mode, issue is vtkChartMatix.GetChart()
"vtkChartMatrix", # core dump in release mode
"vtkScatterPlotMatrix" # core dump in release mode, issue is vtkChartMatrix.GetChart()
])
# In the case of Windows, these classes cause a crash.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment