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

            Bug ID: 87299
           Summary: teximage-colors asserts on Mac OS X
           Product: piglit
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Mac OS X (All)
            Status: NEW
          Severity: critical
          Priority: medium
         Component: tests
          Assignee: piglit@lists.freedesktop.org
          Reporter: v...@freedesktop.org
        QA Contact: piglit@lists.freedesktop.org
                CC: ja...@jlekstrand.net

piglit: f0674a803099019929fc0674ad7100a6aafadc5a (master)

$ ./bin/teximage-colors 
Assertion failed: (format), function piglit_init, file
piglit/tests/texturing/teximage-colors.c, line 489.
Abort trap: 6 (core dumped)

(gdb) bt
#0  0x00007fff83943866 in __pthread_kill ()
#1  0x00007fff8392735c in pthread_kill ()
#2  0x00007fff8e44ab1a in abort ()
#3  0x00007fff8e4149bf in __assert_rtn ()
#4  0x0000000100002620 in piglit_init (argc=1, argv=0x7fff5fbff5c8) at
piglit/tests/texturing/teximage-colors.c:489
#5  0x0000000100181ee1 in run_test (gl_fw=0x1001bd4e8, argc=1,
argv=0x7fff5fbff5c8) at
piglit/tests/util/piglit-framework-gl/piglit_glut_framework.c:165
#6  0x000000010016886c in piglit_gl_test_run (argc=1, argv=0x7fff5fbff5c8,
config=0x7fff5fbff540) at piglit/tests/util/piglit-framework-gl.c:151
#7  0x0000000100002497 in main (argc=1, argv=0x7fff5fbff5c8) at
piglit/tests/texturing/teximage-colors.c:34
(gdb) frame 4
#4  0x0000000100002620 in piglit_init (argc=1, argv=0x7fff5fbff5c8) at
piglit/tests/texturing/teximage-colors.c:489
489        assert(format);
Current language:  auto; currently minimal
(gdb) print format
$1 = (struct texture_format *) 0x0

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

Reply via email to