Amyspark
Amyspark
Hi again @SteveMcFarlin @reinismu ! The reason why the update has been so troublesome on macOS is because Chromium's Sandbox V2 goes out of its way to ensure that the...
Does this issue still occur post #83 ?
As for Krita, we already run a 16MB stack for G'MIC and Krita itself-- see https://github.com/amyspark/gmic/blob/8a6ce71ddc868400eb25676f51c43bd014e0e33d/gmic-qt/CMakeLists.txt#L255-L267, so that can be safely excluded.
> But that is only for Windows, not for MacOS, right? *facepalms* Oh my, yes. I'll fix it on our end.
I've had some time to review this on our end. macOS is indeed not covered by our workaround, but that wouldn't have affected the worker threads as detailed in [1]....
> Except that if your Krita-specific code launches the G'MIC interpreter in its own thread ? As with every plugin, yes. But the crashing thread is a separate worker thread,...
@lu-zero No(t yet), unfortunately I'm not familiar with rustc or Cargo development.
> I need more information on why it happens From the looks of it, it's in rustc where it happens. I'm trying to track down the generation of `native-static-libs` to...
So it seems that the code in `compiler\rustc_codegen_ssa\src\back\link.rs` does not control for duplicates at all when reducing the linker line. Something like this should work, given that at this stage...
Yeah, as soon as spaces are involved (the most basic case) all bets are off.