[Mesa-dev] [Bug 29744] New: Loader failure for egl_gallium
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Aug 22 19:25:56 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=29744
Summary: Loader failure for egl_gallium
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Other
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: lu_zero at gentoo.org
Testcase es2_info from mesa-progs.
Backtrace
#0 0x00007f57f76c773c in create_drm_screen (name=<value optimized out>, fd=7)
at egl.c:322
#1 0x00007f57f76cfad4 in x11_create_dri2_display (dpy=0x1d2f010,
event_handler=0x7f57f7902390, user_data=0x1d3b040) at x11/native_dri2.c:714
#2 0x00007f57f76c91c6 in native_create_display (dpy=0x1d2f010,
event_handler=0x7f57f7902390, user_data=0x1d3b040) at x11/native_x11.c:42
#3 0x00007f57f76c81e0 in egl_g3d_initialize (drv=<value optimized out>,
dpy=0x1d3b040, major=<value optimized out>, minor=<value optimized out>)
at common/egl_g3d.c:498
#4 0x00007f57f8e777f1 in _eglMatchDriver (dpy=<value optimized out>,
use_probe=<value optimized out>) at egldriver.c:580
#5 0x00007f57f8e7186a in eglInitialize (dpy=0x1d3b040, major=0x7fff1f24036c,
minor=0x7fff1f240368) at eglapi.c:294
#6 0x00000000004013d2 in main (argc=1, argv=0x7fff1f240488) at es2_info.c:259
317
318 static struct pipe_screen *
319 create_drm_screen(const char *name, int fd)
320 {
321 struct pipe_module *pmod = get_pipe_module(name);
322 return (pmod && pmod->drmdd->create_screen) ?
323 pmod->drmdd->create_screen(fd) : NULL;
324 }
325
326 static struct pipe_screen *
initial name is r300, the name should be radeon.
it's a bit unknown why it returns
(gdb) print *pmod
$2 = {initialized = 1 '\001', name = 0x0, lib = 0x0, drmdd = 0x0,
swrast_create_screen = 0}
something this wrong.
--
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