Created
April 6, 2014 19:59
-
-
Save xhochy/10010809 to your computer and use it in GitHub Desktop.
Chromium GPU crash with mesa 10.0.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0x00007f6af815f505 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 | |
#1 0x00007f6af8160988 in __GI_abort () at abort.c:90 | |
#2 0x00007f6af81585f2 in __assert_fail_base (fmt=0x7f6af8293960 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", | |
assertion=assertion@entry=0x7f6aef84e2ec "brw->hw_ctx != ((void *)0)", file=file@entry=0x7f6aef84e2e0 "brw_reset.c", line=line@entry=43, | |
function=function@entry=0x7f6aef84e310 <__PRETTY_FUNCTION__.34295> "brw_get_graphics_reset_status") at assert.c:92 | |
#3 0x00007f6af81586a2 in __GI___assert_fail (assertion=assertion@entry=0x7f6aef84e2ec "brw->hw_ctx != ((void *)0)", | |
file=file@entry=0x7f6aef84e2e0 "brw_reset.c", line=line@entry=43, | |
function=function@entry=0x7f6aef84e310 <__PRETTY_FUNCTION__.34295> "brw_get_graphics_reset_status") at assert.c:101 | |
#4 0x00007f6aef7a3425 in brw_get_graphics_reset_status (ctx=<optimized out>) at brw_reset.c:43 | |
#5 0x00007f6aef53fb4c in _mesa_GetGraphicsResetStatusARB () at main/getstring.c:329 | |
#6 0x00007f6b051e481d in ?? () | |
#7 0x00007f6b051f58fc in ?? () | |
#8 0x00007f6b050e5d03 in ?? () | |
#9 0x00007f6b050e8739 in ?? () | |
#10 0x00007f6b050d1a92 in ?? () | |
#11 0x00007f6b050e2c0f in ?? () | |
#12 0x00007f6b026641d8 in ?? () | |
#13 0x00007f6b026651b8 in ?? () | |
#14 0x00007f6b02668260 in ?? () | |
#15 0x00007f6b026ac2f9 in ?? () | |
#16 0x00007f6b026ac33d in ?? () | |
#17 0x00007f6afefb3b75 in g_main_dispatch (context=0x7f6b0163eb40) at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3066 | |
#18 g_main_context_dispatch (context=context@entry=0x7f6b0163eb40) at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3642 | |
#19 0x00007f6afefb3eb8 in g_main_context_iterate (context=context@entry=0x7f6b0163eb40, block=block@entry=0, dispatch=dispatch@entry=1, self=<optimized out>) | |
at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3713 | |
#20 0x00007f6afefb3f74 in g_main_context_iteration (context=0x7f6b0163eb40, may_block=0) | |
at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3774 | |
#21 0x00007f6b026ac02f in ?? () | |
#22 0x00007f6b0267f0bd in ?? () | |
#23 0x00007f6b026633b4 in ?? () | |
#24 0x00007f6b0503d19f in ?? () | |
#25 0x00007f6b02634e41 in ?? () | |
#26 0x00007f6b026334a1 in ?? () | |
#27 0x00007f6b01fc6408 in ChromeMain () | |
#28 0x00007f6b01fc578a in ?? () | |
#29 0x00007f6af814bbf5 in __libc_start_main (main=0x7f6b01fc5770, argc=13, ubp_av=0x7fff44935da8, init=<optimized out>, fini=<optimized out>, | |
rtld_fini=<optimized out>, stack_end=0x7fff44935d98) at libc-start.c:258 | |
#30 0x00007f6b01fc62f5 in _start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment