-
Notifications
You must be signed in to change notification settings - Fork 39
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
Reaches EXCEPTION_ACCESS_VIOLATION
#232
Comments
Looks like something deep inside GTK4. What's the output of the following?
|
I just got around to trying this out: julia> using Pkg
julia> Pkg.status(["GTK4_jll","Pango_jll","Cairo_jll"];mode=PKGMODE_MANIFEST)
Status `C:\dev\ClimaAtmos.jl\examples\Manifest.toml`
[83423d85] Cairo_jll v1.18.0+2
[36c8627f] Pango_jll v1.54.1+0 |
Thanks, those are the latest versions. It's confusing that Fontconfig is being called on Windows. I had thought that in recent versions of Pango_jll/Cairo_jll on Windows that the native font handling mechanism would be used instead. I'll try your reproducer when I have time. |
Also, just a heads up: it takes a little while to run-- I think somewhere inside 30 minutes (basically all compilation time) |
I recently ran into the error:
with:
Here is a reproducer:
Ah, after checking out that branch, you'll need to modify
examples/hybrid/driver.jl
to:FWIW, I'm pretty sure that I only observed this on my windows machine.
The text was updated successfully, but these errors were encountered: