Re: Mac app hitting per-thread stack size limit

2022-07-14 Thread Christopher Snowhill via Cocoa-dev
> On Jul 14, 2022, at 3:58 AM, Christopher Snowhill wrote: > > My app, Cog (https://cog.losno.co / > https://github.com/losnoco/Cog ) is hitting > the stack size limit of 512 KiB on macOS. I am not even making heavy use of > local

Mac app hitting per-thread stack size limit

2022-07-14 Thread Christopher Snowhill via Cocoa-dev
My app, Cog (https://cog.losno.co / https://github.com/losnoco/Cog ) is hitting the stack size limit of 512 KiB on macOS. I am not even making heavy use of local variables. I am, however, making a lot of Cocoa object allocations and