Skip to content

Instantly share code, notes, and snippets.

@xhochy
Created April 6, 2014 22:40
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 xhochy/10012223 to your computer and use it in GitHub Desktop.
Save xhochy/10012223 to your computer and use it in GitHub Desktop.
Chromium GPU crash with mesa 10.1.0
(gdb) bt
#0 0x00007ff581029505 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ff58102a988 in __GI_abort () at abort.c:90
#2 0x00007ff5810225f2 in __assert_fail_base (fmt=0x7ff58115d960 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
assertion=assertion@entry=0x7ff577f0888c "brw->hw_ctx != ((void *)0)", file=file@entry=0x7ff577f08880 "brw_reset.c", line=line@entry=43,
function=function@entry=0x7ff577f088b0 <__PRETTY_FUNCTION__.35541> "brw_get_graphics_reset_status") at assert.c:92
#3 0x00007ff5810226a2 in __GI___assert_fail (assertion=assertion@entry=0x7ff577f0888c "brw->hw_ctx != ((void *)0)",
file=file@entry=0x7ff577f08880 "brw_reset.c", line=line@entry=43,
function=function@entry=0x7ff577f088b0 <__PRETTY_FUNCTION__.35541> "brw_get_graphics_reset_status") at assert.c:101
#4 0x00007ff577e45ce5 in brw_get_graphics_reset_status (ctx=<optimized out>) at brw_reset.c:43
#5 0x00007ff577bcfa4c in _mesa_GetGraphicsResetStatusARB () at main/getstring.c:327
#6 0x00007ff58e0ae81d in ?? ()
#7 0x00007ff58e0bf8fc in ?? ()
#8 0x00007ff58dfafd03 in ?? ()
#9 0x00007ff58dfb2739 in ?? ()
#10 0x00007ff58df9ba92 in ?? ()
#11 0x00007ff58dfacc0f in ?? ()
#12 0x00007ff58b52e1d8 in ?? ()
#13 0x00007ff58b52f1b8 in ?? ()
#14 0x00007ff58b532260 in ?? ()
#15 0x00007ff58b5762f9 in ?? ()
#16 0x00007ff58b57633d in ?? ()
#17 0x00007ff587e7db75 in g_main_dispatch (context=0x7ff58a506b40) 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=0x7ff58a506b40) at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3642
#19 0x00007ff587e7deb8 in g_main_context_iterate (context=context@entry=0x7ff58a506b40, 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 0x00007ff587e7df74 in g_main_context_iteration (context=0x7ff58a506b40, may_block=0)
at /var/tmp/portage/dev-libs/glib-2.38.2-r1/work/glib-2.38.2/glib/gmain.c:3774
#21 0x00007ff58b57602f in ?? ()
#22 0x00007ff58b5490bd in ?? ()
#23 0x00007ff58b52d3b4 in ?? ()
#24 0x00007ff58df0719f in ?? ()
#25 0x00007ff58b4fee41 in ?? ()
#26 0x00007ff58b4fd4a1 in ?? ()
#27 0x00007ff58ae90408 in ChromeMain ()
#28 0x00007ff58ae8f78a in ?? ()
#29 0x00007ff581015bf5 in __libc_start_main (main=0x7ff58ae8f770, argc=13, ubp_av=0x7fffe9ecb668, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffe9ecb658) at libc-start.c:258
#30 0x00007ff58ae902f5 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment