JuliaGL / GLFW.jl

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
http://www.glfw.org/
MIT License
138 stars 32 forks source link

inaccurate performance counters #209

Closed gdkrmr closed 3 years ago

gdkrmr commented 3 years ago

On Manjaro on a new Ryzen 7, I get the error below. Tested with Julia 1.5, current Julia master and latest master of GLFW:

     Testing Running tests...
3.3.2 X11 GLX EGL OSMesa clock_gettime evdev shared
si_init_perfcounters: max_sh_per_se = 2 not supported (inaccurate performance counters)
ERROR: Package GLFW errored during testing (received signal: 11)

Related: https://github.com/JuliaPlots/Makie.jl/issues/735

gdkrmr commented 3 years ago

I have updated mes to 20.2.1 and the line

si_init_perfcounters: ...

disappeared.

Tests pass in Julia 1.3 if I run it with the system libstdc++.so:

LD_PRELOAD=/usr/lib/libstdc++.so julia-1.3

Tests still fail on current julia master and downloaded julia 1.5.2.