Andrei Chiș
Andrei Chiș
This shows the reason for this issues. Elements now register for execution and spawn events directly on the coder. And the coder is stored in the snippet and shared between...
Here is the startup order. `ExternalObject >> #startUp:` happens before `FFIMethodRegistry >> #startUp:`.  `ExternalObject >> #startUp:` sets all `ExternalAddress` in the image to `null`....
To add to the previous comment seems like the issues that we are seeing might come from `FinalizationRegistry>>#finalizeEphemeron:`. To finalize an object the VM sends `mourn` to that object, So...
The issue that we see seems related to `FFIMethodRegistry` getting into a bad state. We saw we can get in `FFIMethodRegistry` multiple entries for the same compiled methods. We saw...
Temporary removed the deprecation
We get now a normal local debugger in this case:
Related commit: https://github.com/feenkcom/gt4gemstone/commit/8ce30b99badc636de49f91b589c967c63e2abb45
https://github.com/feenkcom/gtoolkit-utility/commit/6d3b8424dc3194764e12202073dcd46536d529c2
Also what does `xattr GlamorousToolkit.app` return? If you open it first from the command line does it work afterwards to open it by double clicking? Maybe you can also open...
Thanks for the info. Just to double check that the quarantine flag causes the issue, what happens if you remove the flag after downloading using `xattr -d com.apple.quarantine GlamorousToolkit.app` and...