From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 93352] GRID Autosport crashes on start of race Date: Fri, 11 Dec 2015 17:27:53 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0776233762==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 22BEC6E3B9 for ; Fri, 11 Dec 2015 09:27:53 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0776233762== Content-Type: multipart/alternative; boundary="1449854873.e26D40.16057"; charset="UTF-8" --1449854873.e26D40.16057 Date: Fri, 11 Dec 2015 17:27:53 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D93352 --- Comment #2 from J=C3=BCrgen Scholz --- After installing (possibly unnecessary debug symbols and source files): * aptitude install libgl1-mesa-dri-dev:i386 libgl1-mesa-dri-dbg:i386 libgl1-mesa-dri-dbg xserver-xorg-video-radeon-dbg libgl1-mesa-dev * cd /usr/src; apt-get source libgl1-mesa-dri * ln -s /usr/src/mesa-11.2~git151211033900.64c59b0~padoka0/src/mesa /usr/src/mesa The backtrace seems to be complete: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f45137fe700 (LWP 9173)] 0x00007f452824cd43 in LLVMBuildLoad () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 (gdb) bt #0 0x00007f452824cd43 in LLVMBuildLoad () from /usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1 #1 0x00007f452b751aa3 in emit_array_index (bld=3D, reg=3D, offset=3D4294955456) at ../../../../../../src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c:108 #2 0x00007f452b753a25 in radeon_llvm_emit_fetch (bld_base=3D0x7f45137f57d0, reg=3D0x7f43b7077f90, type=3DTGSI_TYPE_FLOAT, swizzle=3D0) at ../../../../../../src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c:191 #3 0x00007f452b4144e2 in lp_build_emit_fetch (bld_base=3D0x7f45137f57d0, inst=3D0x7f43b7077f50, src_op=3D1, chan_index=3D) at ../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:351 #4 0x00007f452b414654 in lp_build_fetch_args (bld_base=3D0x7f45137f57d0, emit_data=3D0x7f45137f4bd0) at ../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:180 #5 0x00007f452b4149db in lp_build_tgsi_inst_llvm (bld_base=3D0x7f45137f57d= 0, inst=3D0x7f43b7077f50) at ../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:291 #6 0x00007f452b414c6d in lp_build_tgsi_llvm (bld_base=3D0x7f45137f57d0, tokens=3D) at ../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:518 #7 0x00007f452b69161e in si_shader_create (sscreen=3D0x344fc20, tm=3D0x6a0= fb30, shader=3D0x7f43b6e51230) at ../../../../../../src/gallium/drivers/radeonsi/si_shader.c:4177 #8 0x00007f452b69c389 in si_shader_select (ctx=3D0x696cb30, state=3D0x696d= 780) at ../../../../../../src/gallium/drivers/radeonsi/si_state_shaders.c:619 #9 0x00007f452b69cd08 in si_update_shaders (sctx=3D0x696cb30) at ../../../../../../src/gallium/drivers/radeonsi/si_state_shaders.c:1514 #10 0x00007f452b699679 in si_draw_vbo (ctx=3D0x696cb30, info=3D0x7f45137fd3= 00) at ../../../../../../src/gallium/drivers/radeonsi/si_state_draw.c:788 #11 0x00007f452b3ae207 in u_vbuf_draw_vbo (mgr=3D0x6a74200, info=3D0x7f4513= 7fd300) at ../../../../../src/gallium/auxiliary/util/u_vbuf.c:1162 #12 0x00007f452b1fa523 in st_draw_vbo (ctx=3D0x6a1ce70, prims=3D0x7f45137fd= 3c0, nr_prims=3D, ib=3D0x0, index_bounds_valid=3D, min_index=3D0, max_index=3D2, tfb_vertcount=3D0x0, stream=3D0, indirect=3D0x0) at ../../../../src/mesa/state_tracker/st_draw.c:291 #13 0x00007f452b1c83f6 in vbo_draw_arrays (ctx=3D0x6a1ce70, mode=3D14, star= t=3D0, count=3D3, numInstances=3D1, baseInstance=3D0) at ../../../../src/mesa/vbo/vbo_exec_array.c:645 #14 0x00000000008b1171 in ?? () #15 0x00007f454205d030 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so= .6 #16 0x00007f453cd2a6aa in start_thread (arg=3D0x7f45137fe700) at pthread_create.c:333 #17 0x00007f453b52ceed in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109 (gdb) Can I supply more information? --=20 You are receiving this mail because: You are the assignee for the bug. --1449854873.e26D40.16057 Date: Fri, 11 Dec 2015 17:27:53 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 2 on bug 93352<= /a> from J=C3=BCrgen Scholz
After installing (possibly unnecessary debug symbols and sourc=
e files):
* aptitude install libgl1-mesa-dri-dev:i386 libgl1-mesa-dri-dbg:i386
libgl1-mesa-dri-dbg xserver-xorg-video-radeon-dbg libgl1-mesa-dev
* cd /usr/src; apt-get source libgl1-mesa-dri
* ln -s /usr/src/mesa-11.2~git151211033900.64c59b0~padoka0/src/mesa
/usr/src/mesa

The backtrace seems to be complete:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f45137fe700 (LWP 9173)]
0x00007f452824cd43 in LLVMBuildLoad () from
/usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1
(gdb) bt
#0  0x00007f452824cd43 in LLVMBuildLoad () from
/usr/lib/x86_64-linux-gnu/libLLVM-3.8.so.1
#1  0x00007f452b751aa3 in emit_array_index (bld=3D<optimized out>, re=
g=3D<optimized
out>, offset=3D4294955456)
    at
../../../../../../src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c:108
#2  0x00007f452b753a25 in radeon_llvm_emit_fetch (bld_base=3D0x7f45137f57d0,
reg=3D0x7f43b7077f90, type=3DTGSI_TYPE_FLOAT, swizzle=3D0)
    at
../../../../../../src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c:191
#3  0x00007f452b4144e2 in lp_build_emit_fetch (bld_base=3D0x7f45137f57d0,
inst=3D0x7f43b7077f50, src_op=3D1, chan_index=3D<optimized out>)
    at ../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:351
#4  0x00007f452b414654 in lp_build_fetch_args (bld_base=3D0x7f45137f57d0,
emit_data=3D0x7f45137f4bd0) at
../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:180
#5  0x00007f452b4149db in lp_build_tgsi_inst_llvm (bld_base=3D0x7f45137f57d=
0,
inst=3D0x7f43b7077f50) at
../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:291
#6  0x00007f452b414c6d in lp_build_tgsi_llvm (bld_base=3D0x7f45137f57d0,
tokens=3D<optimized out>) at
../../../../../src/gallium/auxiliary/gallivm/lp_bld_tgsi.c:518
#7  0x00007f452b69161e in si_shader_create (sscreen=3D0x344fc20, tm=3D0x6a0=
fb30,
shader=3D0x7f43b6e51230)
    at ../../../../../../src/gallium/drivers/radeonsi/si_shader.c:4177
#8  0x00007f452b69c389 in si_shader_select (ctx=3D0x696cb30, state=3D0x696d=
780) at
../../../../../../src/gallium/drivers/radeonsi/si_state_shaders.c:619
#9  0x00007f452b69cd08 in si_update_shaders (sctx=3D0x696cb30) at
../../../../../../src/gallium/drivers/radeonsi/si_state_shaders.c:1514
#10 0x00007f452b699679 in si_draw_vbo (ctx=3D0x696cb30, info=3D0x7f45137fd3=
00) at
../../../../../../src/gallium/drivers/radeonsi/si_state_draw.c:788
#11 0x00007f452b3ae207 in u_vbuf_draw_vbo (mgr=3D0x6a74200, info=3D0x7f4513=
7fd300)
at ../../../../../src/gallium/auxiliary/util/u_vbuf.c:1162
#12 0x00007f452b1fa523 in st_draw_vbo (ctx=3D0x6a1ce70, prims=3D0x7f45137fd=
3c0,
nr_prims=3D<optimized out>, ib=3D0x0, index_bounds_valid=3D<optimi=
zed out>,
min_index=3D0,
    max_index=3D2, tfb_vertcount=3D0x0, stream=3D0, indirect=3D0x0) at
../../../../src/mesa/state_tracker/st_draw.c:291
#13 0x00007f452b1c83f6 in vbo_draw_arrays (ctx=3D0x6a1ce70, mode=3D14, star=
t=3D0,
count=3D3, numInstances=3D1, baseInstance=3D0)
    at ../../../../src/mesa/vbo/vbo_exec_array.c:645
#14 0x00000000008b1171 in ?? ()
#15 0x00007f454205d030 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so=
.6
#16 0x00007f453cd2a6aa in start_thread (arg=3D0x7f45137fe700) at
pthread_create.c:333
#17 0x00007f453b52ceed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109
(gdb)

Can I supply more information?


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1449854873.e26D40.16057-- --===============0776233762== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0776233762==--