enthought / pyface

pyface: traits-capable windowing framework
Other
105 stars 55 forks source link

Failure to close dialog causing segfaults #1081

Closed corranwebster closed 2 years ago

corranwebster commented 2 years ago

On an internal Enthought project we are seeing segfaults on test runs for a dialog when the dialog did not close properly.

Crash was in attribute look up of the window event filter, here: https://github.com/enthought/pyface/blob/a44a5592f6df50101cd7449c4f0bfe4f41a7d7f5/pyface/ui/qt4/window.py#L203

Will attempt to create a minimal replicating example for this issue.