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

             Bug #: 44234
           Summary: SIGSEGV
                    src/gallium/state_trackers/glx/xlib/glx_api.c:2668
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: critical
          Priority: medium
         Component: Mesa core
        AssignedTo: mesa-dev@lists.freedesktop.org
        ReportedBy: v...@vmware.com


mesa: 62e968d6dab2339a530ba1176b6a433d95db938a (master)

Run piglit test glx-create-context-valid-attribute-null on softpipe or
llvmpipe.


$ ./bin/glx-create-context-valid-attribute-null
Segmentation fault (core dumped)


(gdb) bt
#0  0x011ba44f in glXCreateContextAttribsARB (dpy=0x9b8e1a0, config=0x9ba0590,
shareCtx=0x0, direct=1, attrib_list=0x0)
    at src/gallium/state_trackers/glx/xlib/glx_api.c:2668
#1  0x08049ab9 in main (argc=1, argv=0xbfee4374)
    at piglit/tests/spec/glx_arb_create_context/valid-attribute-null.c:51
(gdb) frame 0
#0  0x011ba44f in glXCreateContextAttribsARB (dpy=0x9b8e1a0, config=0x9ba0590,
shareCtx=0x0, direct=1, attrib_list=0x0)
    at src/gallium/state_trackers/glx/xlib/glx_api.c:2668
2668       for (i = 0; !done && attrib_list[i]; i++) {
(gdb) print attrib_list
$1 = (const int *) 0x0

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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