Created
June 26, 2013 23:08
-
-
Save msullivan/5872576 to your computer and use it in GitHub Desktop.
backtrace from servo crash
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
| #0 0x00007fffec2f9c73 in ?? () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.1 | |
| #1 0x00007fffec2fa17f in nouveau_pushbuf_flush () from /usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.1 | |
| #2 0x00007fffe6d6a8bb in ?? () from /usr/lib/x86_64-linux-gnu/dri/libgallium.so | |
| #3 0x00007fffeccd3bc4 in dri_unbind_context () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so | |
| #4 0x00007fffeccd02d5 in ?? () from /usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so | |
| #5 0x00007ffff21bc08d in glXMakeCurrentReadSGI () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 | |
| #6 0x00007ffff60d7318 in SkNativeSharedGLContext::createGLContext() () from /home/sully/src/servo/build/src/support/azure/rust-azure/libazure-b845d856dcd50f0-0.1.so | |
| #7 0x00007ffff60d7421 in SkNativeSharedGLContext::init(int, int) () from /home/sully/src/servo/build/src/support/azure/rust-azure/libazure-b845d856dcd50f0-0.1.so | |
| #8 0x00007ffff600d855 in AzCreateSkiaSharedGLContext () from /home/sully/src/servo/build/src/support/azure/rust-azure/libazure-b845d856dcd50f0-0.1.so | |
| #9 0x00007ffff600cbfa in AzCreateSkiaSharedGLContext__c_stack_shim () from /home/sully/src/servo/build/src/support/azure/rust-azure/libazure-b845d856dcd50f0-0.1.so | |
| #10 0x00007ffff3568539 in __morestack () from /home/sully/src/servo/build/src/compiler/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/librustrt.so | |
| #11 0x00007ffff3558f2f in call_on_c_stack (fn_ptr=<optimized out>, args=0x7fffed85baa8, this=0x7fffd8207260) at /home/sully/src/servo/src/compiler/rust/src/rt/rust_task.h:481 | |
| #12 upcall_call_shim_on_c_stack (args=0x7fffed85baa8, fn_ptr=<optimized out>) at /home/sully/src/servo/src/compiler/rust/src/rt/rust_upcall.cpp:70 | |
| #13 0x00007ffff600abe8 in azure_hl::__extensions__::meth_5600::new_with_fbo::_39bcfc4513a381e6::_01 () from /home/sully/src/servo/build/src/support/azure/rust-azure/libazure-b845d856dcd50f0-0.1.so | |
| #14 0x00000000004a3691 in render_task::__extensions__::render_19821::anon::anon::expr_fn_19828 () | |
| #15 0x00000000004a2d0d in render_task::__extensions__::render_19821::_454082dd7075d44e::_01 () | |
| #16 0x000000000049c926 in render_task::__extensions__::start_19710::_36494bab46fb812::_01 () | |
| #17 0x0000000000558a78 in __morestack () | |
| #18 0x00000000004917a0 in render_task::create_render_task_19107::anon::expr_fn_19110 () | |
| #19 0x00007ffff784b787 in task::spawn::spawn_raw_oldsched::make_child_wrapper::anon::expr_fn_16892 () | |
| from /home/sully/src/servo/build/src/compiler/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so | |
| #20 0x00007ffff793296c in __morestack () from /home/sully/src/servo/build/src/compiler/rust/x86_64-unknown-linux-gnu/stage2/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore-c3ca5d77d81b46c1-0.7-pre.so | |
| #21 0x00007ffff3557ef4 in task_start_wrapper (a=<optimized out>) at /home/sully/src/servo/src/compiler/rust/src/rt/rust_task.cpp:167 | |
| #22 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment