https://bugs.freedesktop.org/show_bug.cgi?id=91646
--- Comment #1 from Tobias Jakobi <liquid.a...@gmx.net> --- The problem seems to originate from here: http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/clover/api/platform.cpp#n29 The platform object is created during static initialization and somewhere in the class hierarchy a dlopen() is triggered. Since _clover_platform only seems to be used in clGetPlatformIDs(), my idea would be to make this object static and put it into the function itself, so it only gets initialization when the function is first called. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev