Skip to content

Instantly share code, notes, and snippets.

@asajeffrey
Created March 20, 2020 16:55
Show Gist options
  • Save asajeffrey/ad4caa74503ff2b98d54f81102bd0498 to your computer and use it in GitHub Desktop.
Save asajeffrey/ad4caa74503ff2b98d54f81102bd0498 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007ffff4b92657 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#1 0x00007ffff4b936f6 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#2 0x00007ffff4b9753d in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
warning: (Internal error: pc 0x55555e4cc690 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
#3 0x00007ffff4b87740 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
#4 0x00007ffff4b7db42 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#5 0x00007ffff4b7df83 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#6 0x00007ffff4b8291d in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#7 0x00007ffff4b7c1d3 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#8 0x00007ffff4b7c6f0 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#9 0x00007ffff432ec4c in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
#10 0x00007ffff4801920 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
#11 0x00007ffff48a544d in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
#12 0x00007ffff48a55f3 in () at /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
#13 0x000055555e4cc6e6 in warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
sparkle::gl::ffi_gl::Gl::DrawArraysInstancedwarning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
(warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
self=0x7fffc2a21018, warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
mode=0, warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
first=0, warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
count=65536, warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
instancecount=65536)warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
at /home/ajeffrey/github/asajeffrey/servo/target/debug/build/sparkle-0886ad28c4fa5bd6/out/gl_bindings.rswarning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
warning: (Internal error: pc 0x55555e4cc6e5 in read in psymtab, but not in symtab.)
:3517
#14 0x000055555e4b9a0d in sparkle::gl::Gl::draw_arrays_instanced (self=0x7fffc2a21010, mode=0, first=0, count=65536, primcount=65536)
at /home/ajeffrey/.cargo/registry/src/github.com-1ecc6299db9ec823/sparkle-0.1.22/src/lib.rs:1076
#15 0x000055555d29da0a in canvas::webgl_thread::WebGLImpl::apply
(device=0x7fffc37f72e8, ctx=0x7fffc2a3f020, gl=0x7fffc2a21010, state=0x7fffc2a3f090, attributes=0x7fffc2a3f0c8, command=..., _backtrace=...) at components/canvas/webgl_thread.rs:1874
#16 0x000055555d290fd2 in canvas::webgl_thread::WebGLThread::handle_webgl_command (self=0x7fffc37f72e8, context_id=..., command=..., backtrace=...) at components/canvas/webgl_thread.rs:491
#17 0x000055555d29063f in canvas::webgl_thread::WebGLThread::handle_msg (self=0x7fffc37f72e8, msg=..., webgl_chan=0x7fffc37f6d40) at components/canvas/webgl_thread.rs:423
#18 0x000055555d28fb07 in canvas::webgl_thread::WebGLThread::process (self=0x7fffc37f72e8) at components/canvas/webgl_thread.rs:340
#19 0x000055555d0f18d8 in canvas::webgl_thread::WebGLThread::run_on_own_thread::{{closure}} () at components/canvas/webgl_thread.rs:328
#20 0x000055555d1df795 in std::sys_common::backtrace::__rust_begin_short_backtrace (f=...) at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/sys_common/backtrace.rs:130
#21 0x000055555d19a6a6 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/thread/mod.rs:475
#22 0x000055555d2ac774 in <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once (self=..., _args=())
at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/panic.rs:318
#23 0x000055555d2af307 in std::panicking::try::do_call (data=0x7fffc37f7a10 "") at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/panicking.rs:303
#24 0x000055555f5639e7 in __rust_maybe_catch_panic () at src/libpanic_unwind/lib.rs:86
#25 0x000055555d2af188 in std::panicking::try (f=...) at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/panicking.rs:281
#26 0x000055555d2ac7f6 in std::panic::catch_unwind (f=...) at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/panic.rs:394
#27 0x000055555d19a133 in std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libstd/thread/mod.rs:474
#28 0x000055555d00f43f in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/libcore/ops/function.rs:232
#29 0x000055555f54435f in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/liballoc/boxed.rs:1017
#30 0x000055555f562ae0 in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/4ad62488258972bdb0e2df225d100f99ef58dbad/src/liballoc/boxed.rs:1017
#31 0x000055555f562ae0 in std::sys_common::thread::start_thread () at src/libstd/sys_common/thread.rs:13
#32 0x000055555f562ae0 in std::sys::unix::thread::Thread::new::thread_start () at src/libstd/sys/unix/thread.rs:80
#33 0x00007ffff74a5669 in start_thread (arg=<optimized out>) at pthread_create.c:479
#34 0x00007ffff6ff4323 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment