https://bugs.freedesktop.org/show_bug.cgi?id=59334

--- Comment #4 from Tom Stellard <tstel...@gmail.com> ---
(In reply to comment #3)
> Created attachment 73013 [details]
> Work around for bug
> 
> This patch works around the bug by linking against libgallium.a rather than
> libgallium.la.  However, this is not a good solution and we should continue
> to look for a better one.

I've hit this bug again.  However, this time the assertion fails when a second
pipe_*.so is loaded by libOpenCL.so, so these static objects are no longer
being initialized by libOpenCL.so, but they are being initialized by each
pipe_*.so that is loaded.  It seems like the problem might be the visibility of
symbols in libOpenCL.so

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to