From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 76484] New: [radeonsi] Strike Suit Zero fail to start
Date: Sat, 22 Mar 2014 17:20:30 +0000 [thread overview]
Message-ID: <bug-76484-502@http.bugs.freedesktop.org/> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 5223 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=76484
Priority: medium
Bug ID: 76484
Assignee: dri-devel@lists.freedesktop.org
Summary: [radeonsi] Strike Suit Zero fail to start
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: lordheavym@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@entry=0xd9684170,
binary=binary@entry=0xffff81b0, gpu_family=0xd60e916d "pitcairn",
dump=dump@entry=0) at radeon_llvm_emit.c:132
#11 0xd5ff1480 in si_compile_llvm (sctx=sctx@entry=0xbf95e10,
shader=shader@entry=0xbfdb218, mod=0xd9684170) at si_shader.c:2302
#12 0xd5ff1d45 in si_pipe_shader_create (ctx=ctx@entry=0xbf95e10,
shader=shader@entry=0xbfdb218) at si_shader.c:2577
#13 0xd5ff7ddc in si_shader_select (ctx=ctx@entry=0xbf95e10,
sel=sel@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@entry=0xbfbfe80,
pipe=pipe@entry=0xbf95e10, so=so@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@entry=0xbf95e10) at
util/u_simple_shaders.c:392
#19 0xd5f000bb in util_blitter_create (pipe=pipe@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@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@entry=0xbf57de8) at glxext.c:888
#28 0xf7f28aad in GetGLXPrivScreenConfig (dpy=dpy@entry=0xbf57de8,
scrn=scrn@entry=0, ppriv=ppriv@entry=0xffffd174, ppsc=ppsc@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.
[-- Attachment #1.2: Type: text/html, Size: 6662 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2014-03-22 17:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-22 17:20 bugzilla-daemon [this message]
2014-04-15 16:49 ` [Bug 76484] [radeonsi] Strike Suit Zero fail to start bugzilla-daemon
2014-04-16 7:44 ` bugzilla-daemon
2015-01-24 11:04 ` bugzilla-daemon
2016-01-01 8:42 ` bugzilla-daemon
2016-01-01 11:52 ` bugzilla-daemon
2016-01-04 15:32 ` bugzilla-daemon
2019-09-25 17:50 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-76484-502@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.