[Bug 76484] New: [radeonsi] Strike Suit Zero fail to start

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 22 10:20:30 PDT 2014


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

          Priority: medium
            Bug ID: 76484
          Assignee: dri-devel at lists.freedesktop.org
           Summary: [radeonsi] Strike Suit Zero fail to start
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: lordheavym at gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/radeonsi
           Product: Mesa

* mesa-git
 OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN
 OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.2.0-devel
(git-e5f6b6d)
* llvm-3.5svn

Game is segfaulting when started

the backtrace:
(gdb) bt
#0  0xf7fdb425 in __kernel_vsyscall ()
#1  0xf7930816 in raise () from /usr/lib32/libc.so.6
#2  0xf7931fa3 in abort () from /usr/lib32/libc.so.6
#3  0x083f80c5 in mspace_free (msp=0xd9683018, mem=0xbfde728) at
../XII/Code/Core/Memory/dlmalloc.cpp:5700
#4  0x083f474b in cDynamicPartition::Free (this=0xbf4dd80, lpMem=0xbfde728) at
../XII/Code/Core/Memory/Partition.cpp:645
#5  0x083f37d9 in CustomDelete (ptr=0xbfde728) at
../XII/Code/Core/Memory/MemoryManager.cpp:995
#6  CustomDelete (ptr=0xbfde728) at
../XII/Code/Core/Memory/MemoryManager.cpp:979
#7  0x083f386f in operator delete (ptr=0xbfde728) at
../XII/Code/Core/Memory/MemoryManager.cpp:1036
#8  0xd4a7186c in ?? () from /usr/lib32/libLLVM-3.5.0svn.so
#9  0xd3fdfd33 in LLVMDisposeMemoryBuffer () from
/usr/lib32/libLLVM-3.5.0svn.so
#10 0xd60075d6 in radeon_llvm_compile (M=M at entry=0xd9684170,
binary=binary at entry=0xffff81b0, gpu_family=0xd60e916d "pitcairn",
dump=dump at entry=0) at radeon_llvm_emit.c:132
#11 0xd5ff1480 in si_compile_llvm (sctx=sctx at entry=0xbf95e10,
shader=shader at entry=0xbfdb218, mod=0xd9684170) at si_shader.c:2302
#12 0xd5ff1d45 in si_pipe_shader_create (ctx=ctx at entry=0xbf95e10,
shader=shader at entry=0xbfdb218) at si_shader.c:2577
#13 0xd5ff7ddc in si_shader_select (ctx=ctx at entry=0xbf95e10,
sel=sel at entry=0xbfdb0d8) at si_state.c:2114
#14 0xd5ff7f0b in si_create_shader_state (ctx=0xbf95e10, state=0xffffcba8,
pipe_shader_type=1) at si_state.c:2146
#15 0xd5eef7a1 in ureg_create_shader (ureg=ureg at entry=0xbfbfe80,
pipe=pipe at entry=0xbf95e10, so=so at entry=0x0) at tgsi/tgsi_ureg.c:1719
#16 0xd5f1b9a2 in ureg_create_shader_with_so_and_destroy (so=0x0,
pipe=0xbf95e10, p=0xbfbfe80) at ./tgsi/tgsi_ureg.h:138
#17 ureg_create_shader_and_destroy (pipe=0xbf95e10, p=0xbfbfe80) at
./tgsi/tgsi_ureg.h:147
#18 util_make_empty_fragment_shader (pipe=pipe at entry=0xbf95e10) at
util/u_simple_shaders.c:392
#19 0xd5f000bb in util_blitter_create (pipe=pipe at entry=0xbf95e10) at
util/u_blitter.c:294
#20 0xd5feb88f in si_create_context (screen=0xbf95948, priv=0x0) at
si_pipe.c:173
#21 0xd5febc3d in radeonsi_screen_create (ws=ws at entry=0xbf95328) at
si_pipe.c:458
#22 0xd5c81098 in create_screen (fd=5) at drm_target.c:43
#23 0xd600c5bc in dri2_init_screen (sPriv=0xbf95198) at dri2.c:1088
#24 0xd5c822b6 in driCreateNewScreen2 (scrn=0, fd=5, extensions=0xbf71708,
driver_extensions=0xd619be24 <__driDriverExtensions>,
driver_configs=0xffffd0c0, data=0xbf71750) at dri_util.c:159
#25 0xf7f53b63 in dri2CreateScreen (screen=0, priv=0xbf70590) at
dri2_glx.c:1247
#26 0xf7f2c574 in AllocAndFetchScreenConfigs (priv=0xbf70590, dpy=0xbf57de8) at
glxext.c:779
#27 __glXInitialize (dpy=dpy at entry=0xbf57de8) at glxext.c:888
#28 0xf7f28aad in GetGLXPrivScreenConfig (dpy=dpy at entry=0xbf57de8,
scrn=scrn at entry=0, ppriv=ppriv at entry=0xffffd174, ppsc=ppsc at entry=0xffffd178) at
glxcmds.c:172
#29 0xf7f2932e in GetGLXPrivScreenConfig (ppsc=0xffffd178, ppriv=0xffffd174,
scrn=0, dpy=0xbf57de8) at glxcmds.c:168
#30 glXChooseVisual (dpy=0xbf57de8, screen=0, attribList=0xffffd2f4) at
glxcmds.c:1249
#31 0xf7cb8f81 in X11_GL_GetVisual (screen=0, display=0xbf57de8,
_this=0xbf573e0) at ../src/video/x11/SDL_x11opengl.c:488
#32 X11_GL_InitExtensions (_this=0xbf573e0) at
../src/video/x11/SDL_x11opengl.c:300
#33 0xf7cb97ba in X11_GL_LoadLibrary (_this=0xbf573e0, path=<optimized out>) at
../src/video/x11/SDL_x11opengl.c:220
#34 0xf7ca1573 in SDL_GL_LoadLibrary (path=0x0) at
../src/video/SDL_video.c:2302
#35 0xf7ca2e87 in SDL_CreateWindow (title=0xf7ccd14e "OpenGL test", x=-32,
y=-32, w=32, h=32, flags=10) at ../src/video/SDL_video.c:1210
#36 0xf7ca2d63 in ShouldUseTextureFramebuffer () at
../src/video/SDL_video.c:170
#37 SDL_VideoInit (driver_name=<optimized out>) at ../src/video/SDL_video.c:516
#38 0xf7c02bec in SDL_InitSubSystem (flags=25120) at ../src/SDL.c:158
#39 0xf7c02cb9 in SDL_Init (flags=8736) at ../src/SDL.c:243
#40 0x084756ac in cRenderer::DeviceInit (this=0xbb05f60 <gcRenderer>) at
../XII/Code/Render/Renderer/OpenGL/RendererGL.cpp:160
#41 0x0847707d in cRendererBase::Init (this=0xbb05f60 <gcRenderer>) at
../XII/Code/Render/Renderer/Renderer.cpp:97
#42 0x083f9bb6 in cTask::PerformInit (this=0xbb05f60 <gcRenderer>) at
../XII/Code/Core/Task/Task.cpp:70
#43 0x083f1900 in cKernel::Boot (this=0x8e75400 <gcKernel>) at
../XII/Code/Core/Kernel.cpp:118
#44 0x08084231 in main (argc=1, argv=0xffffd704) at
../XII/Code/Core/Platform/Unix/StartupUnix.cpp:45

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140322/4ad1eb1a/attachment.html>


More information about the dri-devel mailing list