-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cairo/Windows ReadOnlyMemoryError() #363
Comments
Had the same problem. What helped was to revert (and pin) Glib_jll to version 2.76.5. There are also other packages which run perfectly fine on non-Windows platforms but suffer from these ReadOnlyMemoryErrors on Windows, like for example GRIB.jl. I really hope that a Windows-expert will popup soon to solve this! |
For me locally this is fixed with Pango_jll 1.54.0. |
For me the crashes (1.10.4 / Windows11) are also gone with the latest versions of Cairo/Pango etc. |
When running my tests on CI (both
Julia 1.9 - windows-latest - x64
andJulia 1 - windows-latest - x64
) I'm seeing aReadOnlyMemoryError()
:from log here
I don't know what this error means or how significant it is... Tests run OK on MacOS and Linux. Cairo v1.0.5.
The text was updated successfully, but these errors were encountered: