From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 49484] invalid enum 0x500, invalid value 0x501 Date: Mon, 07 May 2012 17:02:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id B06179F31C for ; Mon, 7 May 2012 10:02:06 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org https://bugs.freedesktop.org/show_bug.cgi?id=49484 --- Comment #4 from Michal Suchanek 2012-05-07 10:02:05 PDT --- invalid value: Breakpoint 1, _mesa_error (ctx=0xccba90, error=1281, fmtString=0x7ffff4706278 "glTexImage%dD(internalFormat=%s)") at main/errors.c:996 996 main/errors.c: No such file or directory. (gdb) bt full #0 _mesa_error (ctx=0xccba90, error=1281, fmtString=0x7ffff4706278 "glTexImage%dD(internalFormat=%s)") at main/errors.c:996 do_output = 225 '\341' do_log = #1 0x00007ffff45e2a84 in texture_error_check (border=0, depth=1, height=64, width=64, type=0, format=0, internalFormat=0, level=0, target=3553, dimensions=2, ctx=0xccba90) at main/teximage.c:1621 proxyTarget = err = indexFormat = 0 '\000' isProxy = sizeOK = 1 '\001' colorFormat = #2 teximage (ctx=0xccba90, dims=2, target=3553, level=0, internalFormat=0, width=64, height=64, depth=1, border=0, format=0, type=0, pixels=0x0) at main/teximage.c:2501 error = 1 '\001' unpack_no_border = {Alignment = -7152, RowLength = 32767, SkipPixels = 9180912, SkipRows = 0, ImageHeight = -8144, SkipImages = 32767, SwapBytes = 45 '-', LsbFirst = 17 '\021', Invert = 90 'Z', BufferObj = 0x7fffffffe410} unpack = 0xcd22e0 #3 0x00007ffff45e2fc4 in _mesa_TexImage2D (target=, level=, internalFormat=, width=, height=, border=, format=0, type=0, pixels=0x0) at main/teximage.c:2639 No locals. #4 0x0000000000480145 in ?? () No symbol table info available. #5 0x00000000004bbfd6 in ?? () No symbol table info available. #6 0x0000000000440687 in ?? () No symbol table info available. #7 0x000000000043b985 in ?? () No symbol table info available. #8 0x000000000043c092 in ?? () No symbol table info available. #9 0x00007ffff696eead in __libc_start_main (main=, argc=, ubp_av=, init=, fini=, rtld_fini=, stack_end=0x7fffffffe408) at libc-start.c:228 result = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 738182590451561014, 4428032, 140737488348176, 0, 0, -738182590032367050, -738203265834012106}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x5ddb20, 0x7fffffffe418}, data = {prev = 0x0, cleanup = 0x0, canceltype = 6150944}}} not_first_call = #10 0x0000000000439129 in _start () No symbol table info available. (gdb) c Continuing. 37923 glTexImage2D(target = GL_TEXTURE_2D, level = 0, internalformat = GL_ZERO, width = 64, height = 64, border = 0, format = GL_ZERO, type = GL_ZERO, pixels = NULL) 37923: warning: glGetError(glTexImage2D) = GL_INVALID_VALUE -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.