[Mesa-dev] [Bug 29744] Loader failure for egl_gallium

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 22 19:30:20 PDT 2010


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

--- Comment #1 from Luca Barbato <lu_zero at gentoo.org> 2010-08-22 19:30:21 PDT ---
load_pipe_module seems the culprit:

(gdb) print pmod->drmdd->driver_name
$5 = 0x7fca7adaf6e0 "radeon"
(gdb) print pmod->name
$6 = 0x25b4140 "r300"

158        _eglSearchPathForEach(dlopen_pipe_module_cb, (void *) pmod);
159        if (pmod->lib) {
160           pmod->drmdd = (const struct drm_driver_descriptor *)
161              util_dl_get_proc_address(pmod->lib, "driver_descriptor");
162           if (pmod->drmdd) {
163              if (pmod->drmdd->driver_name) {
164                 /* driver name mismatch */
165                 if (strcmp(pmod->drmdd->driver_name, pmod->name) != 0)
166                    pmod->drmdd = NULL;
167              }

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list