Mesa Info --------- commit 6c044231535b93c5d16404528946cad618d96bd9 Author: Kenneth Graunke Date: Sun Feb 2 02:58:42 2014 -0800 i965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192. Chrome Info ----------- version: (Taken from chrome://version) Chrome 38.0.2125.104 (Official Build 290379) OS Linux Blink 537.36 (@183466) JavaScript V8 3.28.71.15 Flash 15.0.0.189 User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 Command Line /bin/google-chrome --flag-switches-begin --enable-app-list --enable-sync-app-list --out-of-process-pdf --save-page-as-mhtml --flag-switches-end --user-data-dir="`pwd`/xdg_config_home/google-chrome" --disable-gpu-watchdog --in-process-gpu cmdline: google-chrome --user-data-dir="`pwd`/xdg_config_home/google-chrome" --disable-gpu-watchdog --in-process-gpu "~/src/webgl/sdk/tests/conformance/textures/texture-size-limit.html" Backtrace --------- 286│ static void 287│ pack_row_ubyte_XRGB8888(GLuint n, const GLubyte src[][4], void *dst) 288│ { 289│ GLuint *d = ((GLuint *) dst); 290│ GLuint i; 291│ for (i = 0; i < n; i++) { 292├> d[i] = PACK_COLOR_8888(0, src[i][RCOMP], src[i][GCOMP], src[i][BCOMP]); 293│ } 294│ } [Thread 0x7fffcbf66700 (LWP 22837) exited] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffd3e09700 (LWP 22807)] 0x00007fffd1cd7ed3 in pack_row_ubyte_XRGB8888 (n=1, src=0x20ebf6c4a010, dst=0x7ffeb7189000) at main/format_pack.c:292 (gdb) backtrace 10 #0 0x00007fffd1cd7ed3 in pack_row_ubyte_XRGB8888 (n=1, src=0x20ebf6c4a010, dst=0x7ffeb7189000) at main/format_pack.c:292 #1 0x00007fffd1cdea3d in _mesa_pack_ubyte_rgba_rect (format=MESA_FORMAT_B8G8R8X8_UNORM, width=1, height=1, src=0x20ebf6c4a010 "", srcRowStride=4, dst=0x7ffeb7189000, dstRowStride=32768) at main/format_pack.c:2359 #2 0x00007fffd1d8aa4d in store_ubyte_texture (ctx=0x20ebf2ed3030, dims=2, baseInternalFormat=6407, dstFormat=MESA_FORMAT_B8G8R8X8_UNORM, dstRowStride=32768, dstSlices=0x7fffd3e07690, srcWidth=1, srcHeight=1, srcDepth=1, srcFormat=6407, srcType=33635, srcAddr=0x7fffc01f0040, srcPacking=0x20ebf2eef240) at main/texstore.c:993 #3 0x00007fffd1d8bc9b in _mesa_texstore_argb8888 (ctx=0x20ebf2ed3030, dims=2, baseInternalFormat=6407, dstFormat=MESA_FORMAT_B8G8R8X8_UNORM, dstRowStride=32768, dstSlices=0x7fffd3e07690, srcWidth=1, srcHeight=1, srcDepth=1, srcFormat=6407, srcType=33635, srcAddr=0x7fffc01f0040, srcPacking=0x20ebf2eef240) at main/texstore.c:1392 #4 0x00007fffd1d93618 in _mesa_texstore (ctx=0x20ebf2ed3030, dims=2, baseInternalFormat=6407, dstFormat=MESA_FORMAT_B8G8R8X8_UNORM, dstRowStride=32768, dstSlices=0x7fffd3e07690, srcWidth=1, srcHeight=1, srcDepth=1, srcFormat=6407, srcType=33635, srcAddr=0x7fffc01f0040, srcPacking=0x20ebf2eef240) at main/texstore.c:3962 #5 0x00007fffd1d93b3b in store_texsubimage (ctx=0x20ebf2ed3030, texImage=0x20ebf0b37900, xoffset=0, yoffset=0, zoffset=0, width=1, height=1, depth=1, format=6407, type=33635, pixels=0x7fffc01f0040, packing=0x20ebf2eef240, caller=0x7fffd20d0d4a "glTexImage") at main/texstore.c:4101 #6 0x00007fffd1d93ce6 in _mesa_store_teximage (ctx=0x20ebf2ed3030, dims=2, texImage=0x20ebf0b37900, format=6407, type=33635, pixels=0x7fffc01f0040, packing=0x20ebf2eef240) at main/texstore.c:4148 #7 0x00007fffd1fb6a6e in intelTexImage (ctx=0x20ebf2ed3030, dims=2, texImage=0x20ebf0b37900, format=6407, type=33635, pixels=0x7fffc01f0040, unpack=0x20ebf2eef240) at intel_tex_image.c:198 #8 0x00007fffd1d7a879 in teximage (ctx=0x20ebf2ed3030, compressed=0 '\000', dims=2, target=34074, level=13, internalFormat=6407, width=1, height=1, depth=1, border=0, format=6407, type=33635, imageSize=0, pixels=0x7fffc01f0040) at main/teximage.c:3239 #8 0x00007fffd1d7a879 in teximage (ctx=0x20ebf2ed3030, compressed=0 '\000', dims=2, target=34074, level=13, internalFormat=6407, width=1, height=1, depth=1, border=0, format=6407, type=33635, imageSize=0, pixels=0x7fffc01f0040) at main/teximage.c:3239 #9 0x00007fffd1d7aa0f in _mesa_TexImage2D (target=34074, level=13, internalFormat=6407, width=1, height=1, border=0, format=6407, type=33635, pixels=0x7fffc01f0040) at main/teximage.c:3278