I am getting crashes related to boost/asio for my dynamic library, within ableton.
I heard it might be due to clashing boost versions - so I switched to statically linking boost, and I'm still getting crashes
My audio plugin works fine in all DAWs, but Ableton.
Boost 1.81.0 used in plugin Ableton Live 11.2.7 Mac OS 12.6.2 Monterey
EXC_BAD_ACCESS (code=1, address=0x10c)
at boost::asio::detail::scheduler::concurrency_hint
int concurrency_hint() const
{
return concurrency_hint_;
}
I've created a whole reproducible example of the problem. Once installing this plugin, if opened in ableton, on mac OS, a crash occurs.