Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8655-SurfacePluginDLL-is-crashing-with-the-headless-VM-at-restart #8804

Conversation

tesonep
Copy link
Collaborator

@tesonep tesonep commented Mar 17, 2021

Adding support for primitives defined in the SurfacePlugin.
The old implementation was using just FFI to access the plugin.
This is not good, as the initialization of the plugin is not guaranteed when using direct FFI
This change is backwards compatible and fixes the problem when combined with the new headless VM.
Fix #8655

The old implementation was using just FFI to access the plugin.
This is not good, as the initialization of the plugin is not guarantee when using direct FFI
When combined with the new headless VM.
Fix pharo-project#8655
@guillep guillep merged commit 5c758a7 into pharo-project:Pharo9.0 Mar 19, 2021
@guillep guillep deleted the 8655-SurfacePluginDLL-is-crashing-with-the-headless-VM-at-restart branch March 19, 2021 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SurfacePlugin.DLL is crashing with the headless VM at restart
3 participants