Skip to content

Instantly share code, notes, and snippets.

@arielb1
Created August 28, 2014 14:20
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 arielb1/c7b749d7dd96b90594e5 to your computer and use it in GitHub Desktop.
Save arielb1/c7b749d7dd96b90594e5 to your computer and use it in GitHub Desktop.
#0 0x00007fffc89ac4e7 in llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm::TargetData const*, unsigned int) () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#1 0x00007fffc89ab8a2 in llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm::TargetData const*, unsigned int) () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#2 0x00007fffc89ac308 in llvm::ComputeMaskedBits(llvm::Value*, llvm::APInt const&, llvm::APInt&, llvm::APInt&, llvm::TargetData const*, unsigned int) () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#3 0x00007fffc91c2197 in llvm::getOrEnforceKnownAlignment(llvm::Value*, unsigned int, llvm::TargetData const*) ()
from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#4 0x00007fffc8d23b8e in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#5 0x00007fffc8d684fb in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#6 0x00007fffc8d688b6 in ?? () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#7 0x00007fffc8c9aa69 in llvm::FPPassManager::runOnFunction(llvm::Function&) ()
from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#8 0x00007fffc8c9abb1 in llvm::FunctionPassManagerImpl::run(llvm::Function&) ()
from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#9 0x00007fffc8c9ac91 in llvm::FunctionPassManager::run(llvm::Function&) () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#10 0x00007fffc8c2fda9 in LLVMRunFunctionPassManager () from /usr/lib/x86_64-linux-gnu/libLLVM-3.0.so.1
#11 0x00007fffca5a0511 in ?? () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#12 0x00007fffca5a134b in draw_llvm_create_variant () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#13 0x00007fffca5a3375 in ?? () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#14 0x00007fffca5233c5 in ?? () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#15 0x00007fffca51ebfb in ?? () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#16 0x00007fffca51ef3c in draw_vbo () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#17 0x00007fffca4fcc21 in ?? () from /usr/lib/fglrx/dri/tls/swrast_dri.so
#18 0x00007fffc9b976c3 in st_draw_vbo () from /usr/lib/x86_64-linux-gnu/dri/tls/libgallium.so
#19 0x00007fffca13bee7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/tls/libdricore.so
#20 0x00007fffca13c21c in ?? () from /usr/lib/x86_64-linux-gnu/dri/tls/libdricore.so
#21 0x0000000000c48c29 in GrGpuGL::onGpuDraw(GrDrawTarget::DrawInfo const&) ()
#22 0x0000000000bcbdd4 in GrInOrderDrawBuffer::flush() ()
#23 0x0000000000b4c1f5 in GrContext::flush(int) ()
#24 0x0000000000b4c533 in GrContext::resolveRenderTarget(GrRenderTarget*) ()
#25 0x0000000000bb1ae2 in SkGpuDevice::flush() ()
#26 0x0000000000b39456 in azure::azure_hl::DrawTarget::flush (self=0x7fffd11fa600)
at /tmp/tmp.SyaWswSM2A/servo/src/support/azure/rust-azure/azure_hl.rs:457
#27 0x00000000004bf647 in render_task::RenderTask$LT$C$GT$::start::h13845966056686601847 ()
#28 0x00000000004bd09d in render_task::RenderTask$LT$C$GT$::create::closure.11311 ()
#29 0x0000000000498b75 in task::TaskBuilder$LT$S$GT$::try_future::closure.9872 ()
#30 0x0000000000cbdf48 in task::spawn_opts::closure.8306 ()
#31 0x0000000001020b4c in rust_try ()
#32 0x000000000101da47 in unwind::try::h0648d3e5329c30960Wd ()
#33 0x000000000101d82f in task::Task::run::h3139914caede1196C4c ()
#34 0x0000000000cbddb8 in task::spawn_opts::closure.8249 ()
#35 0x000000000101f1bf in thread::thread_start::h74c86c4125ae512dMsd ()
#36 0x00007ffff7bc4e9a in start_thread (arg=0x7fffd11fb700) at pthread_create.c:308
#37 0x00007ffff74d34bd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment