Skip to content

Instantly share code, notes, and snippets.

@EoD
Created February 28, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EoD/5fed2ad8abe6820bd27f to your computer and use it in GitHub Desktop.
Save EoD/5fed2ad8abe6820bd27f to your computer and use it in GitHub Desktop.
(gdb) bt
#0 si_bind_sampler_states (ctx=<optimized out>, shader=<optimized out>,
start=<optimized out>, count=<optimized out>, states=<optimized out>)
at ./mesa-9999/src/gallium/drivers/radeonsi/si_descriptors.c:305
#1 0x00007fffcf716245 in cso_set_samplers (ctx=<optimized out>,
shader_stage=<optimized out>, nr=<optimized out>,
templates=<optimized out>)
at ./mesa-9999/src/gallium/auxiliary/cso_cache/cso_context.c:1250
#2 0x00007fffcf5ba914 in try_pbo_upload_common (ctx=<optimized out>,
surface=<optimized out>, xoffset=<optimized out>, yoffset=<optimized out>,
upload_width=<optimized out>, upload_height=<optimized out>,
buffer=<error reading variable: Could not find the frame base for "try_pbo_upload_common".>,
src_format=<error reading variable: Could not find the frame base for "try_pbo_upload_common".>, buf_offset=<optimized out>,
bytes_per_pixel=<error reading variable: Could not find the frame base for "try_pbo_upload_common".>,
stride=<error reading variable: Could not find the frame base for "try_pbo_upload_common".>,
image_height=<error reading variable: Could not find the frame base for "try_pbo_upload_common".>)
at ./mesa-9999/src/mesa/state_track
er/st_cb_texture.c:1386
#3 0x00007fffcf5be04a in st_CompressedTexSubImage (ctx=<optimized out>,
dims=<optimized out>, texImage=<optimized out>, x=<optimized out>,
y=<optimized out>, z=<optimized out>,
w=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>,
h=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>,
d=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>,
format=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>,
imageSize=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>,
data=<error reading variable: Could not find the frame base for "st_CompressedTexSubImage".>)
at ./mesa-9999/src/mesa/state_tracker/st_cb_texture.c:2031
#4 0x00007fffcf53468d in _mesa_compressed_texture_sub_image (
ctx=<optimized out>, dims=<optimized out>, texObj=<optimized out>,
texImage=<optimized out>, target=<optimized out>, level=<optimized out>,
xoffset=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
yoffset=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
zoffset=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
width=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
height=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
depth=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
format=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
imageSize=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>,
data=<error reading variable: Could not find the frame base for "_mesa_compressed_texture_sub_image".>)
at ./mesa-9999/src/mesa/main/teximage.c:4390
#5 0x00007fffcf534bd6 in _mesa_CompressedTexSubImage2D (
target=<optimized out>, level=<optimized out>, xoffset=<optimized out>,
yoffset=<optimized out>, width=<optimized out>, height=<optimized out>,
format=<error reading variable: Could not find the frame base for "_mesa_CompressedTexSubImage2D".>,
imageSize=<error reading variable: Could not find the frame base for "_mesa_CompressedTexSubImage2D".>,
data=<error reading variable: Could not find the frame base for "_mesa_CompressedTexSubImage2D".>)
at ./mesa-9999/src/mesa/main/teximage.c:4511
#6 0x000000000147551c in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment