# VTKRenderWindow Render() crashes with Abort 6 on mac mini 2018

**URL:** https://discourse.vtk.org/t/vtkrenderwindow-render-crashes-with-abort-6-on-mac-mini-2018/315
**Category:** Development
**Created:** [February 25, 2019, 1:01am UTC](https://discourse.vtk.org/t/vtkrenderwindow-render-crashes-with-abort-6-on-mac-mini-2018/315 "2019-02-25T01:01:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![benjaminhon](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/7bcc69/32.png) [@benjaminhon](https://discourse.vtk.org/u/benjaminhon)
#### Post date: [February 25, 2019, 1:01am UTC](https://discourse.vtk.org/t/vtkrenderwindow-render-crashes-with-abort-6-on-mac-mini-2018/315/1 "2019-02-25T01:01:58Z")

</div>

Hi All,

Has anyone experienced this issue? I’ve narrowed the issue down to the Render call. It works totally fine on my old mac and macbook, but has issues with the mac mini 2018 and the new macbook pros. I am guessing this has something to do with the new intel integrated graphics card.

Environment

- vtk installed thorugh pip3
- Using Python wrapper

---

<div class="post-metadata">

### Author: ![seanm](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/s/a88e4f/32.png) [@seanm](https://discourse.vtk.org/u/seanm)
#### Post date: [February 25, 2019, 1:04am UTC](https://discourse.vtk.org/t/vtkrenderwindow-render-crashes-with-abort-6-on-mac-mini-2018/315/2 "2019-02-25T01:04:52Z")

</div>

You don’t really give enough info for anyone to help much. Can you create a minimal repro case? How about a backtrace?

Cheers,

---

<div class="post-metadata">

### Author: ![benjaminhon](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/b/7bcc69/32.png) [@benjaminhon](https://discourse.vtk.org/u/benjaminhon)
#### Post date: [February 25, 2019, 4:47am UTC](https://discourse.vtk.org/t/vtkrenderwindow-render-crashes-with-abort-6-on-mac-mini-2018/315/3 "2019-02-25T04:47:05Z")

</div>

Hi Sean,  
Unfortunately, i think this error as something to do with accessing non allocated memory, the only backtrace is

```auto
Abort Trap 6

```

This happens whenever the render function is called. Just spawning a vtk render window and calling render causes a crash
