briskml/brisk

Crash when quickly resizing Window on macOS

wokalski opened this issue · 0 comments

How to reproduce:

  1. Open the app
  2. Quickly resize the window

Workaround:
put Gc.full_major in Brisk.RunLoop.run

Hypothesis:
Not sure, nothing comes to mind since the crash occurs before (or after, not sure) the OCaml callback is called.