iPlug2 / iPlug2

C++ Audio Plug-in Framework for desktop, mobile and web
https://iplug2.github.io
Other
1.92k stars 284 forks source link

Crash: IPlugEffect, OSX, CAIRO, resize #647

Closed TBProAudio closed 4 years ago

TBProAudio commented 4 years ago

Describe the bug IPlugEffect compiled under OSX with CAIRO crashes during resizing

To Reproduce Just compile IPlugEffect app and drag resize handle. SigAbrt in IGraphicsCairo.cpp, UpdateCairoContext() => cairo_destroy(mContext);

Expected behaviour No crash.

Screenshots na

IMPORTANT DETAILS No crash under Windows 10

Additional context na

olilarkin commented 4 years ago

duplicate of https://github.com/iPlug2/iPlug2/issues/245

TBProAudio commented 4 years ago

Sorry, just saw it :-(