Created
May 29, 2020 23:56
-
-
Save SoptikHa2/ab7eff5f5cac4b66199d229422cd2562 to your computer and use it in GitHub Desktop.
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) info threads | |
Id Target Id Frame | |
* 1 Thread 0x7fc3204e5900 (LWP 3788547) "alacritty" 0x00007fc320a81abb in sched_yield () from /usr/lib/libc.so.6 | |
2 Thread 0x7fc31985c700 (LWP 3788559) "config watcher" 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0 | |
3 Thread 0x7fc31965b700 (LWP 3788560) "PTY reader" 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
4 Thread 0x7fc31945a700 (LWP 3788561) "config watcher" 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0 | |
5 Thread 0x7fc319259700 (LWP 3788562) "config watcher" 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
(gdb) thread 1 | |
[Switching to thread 1 (Thread 0x7fc3204e5900 (LWP 3788547))] | |
#0 0x00007fc320a81abb in sched_yield () from /usr/lib/libc.so.6 | |
(gdb) bt full | |
#0 0x00007fc320a81abb in sched_yield () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#1 0x00007fc31c15df3b in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#2 0x00007fc31c16c0b4 in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#3 0x00007fc31d2cf88c in ?? () from /usr/lib/libGLX_nvidia.so.0 | |
No symbol table info available. | |
#4 0x00007fc31c270193 in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#5 0x00007fc31c21e911 in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#6 0x00007fc31c18f369 in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#7 0x00007fc31c1459fd in ?? () from /usr/lib/libnvidia-glcore.so.440.82 | |
No symbol table info available. | |
#8 0x00007fc31d2d0a48 in ?? () from /usr/lib/libGLX_nvidia.so.0 | |
No symbol table info available. | |
#9 0x00007fc31d2fe0bb in ?? () from /usr/lib/libGLX_nvidia.so.0 | |
No symbol table info available. | |
#10 0x00007fc31d30397e in ?? () from /usr/lib/libGLX_nvidia.so.0 | |
No symbol table info available. | |
#11 0x00007fc31d361278 in ?? () from /usr/lib/libGLX_nvidia.so.0 | |
No symbol table info available. | |
--Type <RET> for more, q to quit, c to continue without paging--c | |
#12 0x00007fc320d374ad in _dl_fini () from /lib64/ld-linux-x86-64.so.2 | |
No symbol table info available. | |
#13 0x00007fc3209d9c57 in __run_exit_handlers () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#14 0x00007fc3209d9dfe in exit () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#15 0x00007fc3203bf5a2 in _XDefaultIOError () from /usr/lib/libX11.so.6 | |
No symbol table info available. | |
#16 0x00007fc3203bf84e in _XIOError () from /usr/lib/libX11.so.6 | |
No symbol table info available. | |
#17 0x00007fc3203bcf67 in _XEventsQueued () from /usr/lib/libX11.so.6 | |
No symbol table info available. | |
#18 0x00007fc32039921c in XCheckIfEvent () from /usr/lib/libX11.so.6 | |
No symbol table info available. | |
#19 0x000055b87e56557c in winit::platform_impl::platform::x11::event_processor::EventProcessor<T>::poll_one_event () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.22.2/src/platform_impl/linux/x11/event_processor.rs:102 | |
No locals. | |
#20 winit::platform_impl::platform::x11::EventLoop<T>::drain_events () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.22.2/src/platform_impl/linux/x11/mod.rs:403 | |
No locals. | |
#21 winit::platform_impl::platform::x11::EventLoop<T>::run_return () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.22.2/src/platform_impl/linux/x11/mod.rs:282 | |
No locals. | |
#22 0x000055b87e4de3d8 in winit::platform_impl::platform::EventLoop<T>::run_return () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.22.2/src/platform_impl/linux/mod.rs:635 | |
No locals. | |
#23 <winit::event_loop::EventLoop<T> as winit::platform::desktop::EventLoopExtDesktop>::run_return () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.22.2/src/platform/desktop.rs:51 | |
No locals. | |
#24 alacritty::event::Processor<N>::run () at alacritty/src/event.rs:422 | |
No locals. | |
#25 0x000055b87e677575 in alacritty::main () at alacritty/src/main.rs:209 | |
No locals. | |
(gdb) thread 2 | |
[Switching to thread 2 (Thread 0x7fc31985c700 (LWP 3788559))] | |
#0 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () | |
from /usr/lib/libpthread.so.0 | |
(gdb) bt full | |
#0 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#1 0x000055b87e839bf4 in std::thread::park () at src/libstd/sys/unix/condvar.rs:73 | |
No locals. | |
#2 0x000055b87e58c695 in alacritty::config::monitor::Monitor::new::{{closure}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd//src/libstd/sync/mpsc/blocking.rs:64 | |
No locals. | |
#3 0x000055b87e588a1e in std::sys_common::backtrace::__rust_begin_short_backtrace () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/sys_common/backtrace.rs:130 | |
No locals. | |
#4 0x000055b87e6189a0 in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:475 | |
No locals. | |
#5 0x000055b87e847def in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#6 0x000055b87e84afbd in std::sys::unix::thread::Thread::new::thread_start () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#7 0x00007fc320b85422 in start_thread () from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#8 0x00007fc320a9abf3 in clone () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
(gdb) thread 3 | |
[Switching to thread 3 (Thread 0x7fc31965b700 (LWP 3788560))] | |
#0 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
(gdb) bt full | |
#0 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#1 0x000055b87e7290e7 in mio::poll::Poll::poll () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/sys/unix/epoll.rs:72 | |
No locals. | |
#2 0x000055b87e578009 in std::sys_common::backtrace::__rust_begin_short_backtrace () at alacritty_terminal/src/event_loop.rs:326 | |
No locals. | |
#3 0x000055b87e618600 in core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:475 | |
No locals. | |
#4 0x000055b87e847def in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#5 0x000055b87e84afbd in std::sys::unix::thread::Thread::new::thread_start () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#6 0x00007fc320b85422 in start_thread () from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#7 0x00007fc320a9abf3 in clone () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
(gdb) thread 4 | |
[Switching to thread 4 (Thread 0x7fc31945a700 (LWP 3788561))] | |
#0 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () | |
from /usr/lib/libpthread.so.0 | |
(gdb) bt full | |
#0 0x00007fc320b8be32 in pthread_cond_wait@@GLIBC_2.3.2 () | |
from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#1 0x000055b87e72f71a in std::sys_common::backtrace::__rust_begin_short_backtrace () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/sys/unix/condvar.rs:73 | |
No locals. | |
#2 0x000055b87e73f704 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:475 | |
No locals. | |
#3 <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panic.rs:318 | |
No locals. | |
#4 std::panicking::try::do_call () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panicking.rs:303 | |
No locals. | |
#5 __rust_maybe_catch_panic () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd//src/libpanic_unwind/lib.rs:86 | |
No locals. | |
#6 std::panicking::try () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panicking.rs:281 | |
No locals. | |
#7 std::panic::catch_unwind () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panic.rs:394 | |
--Type <RET> for more, q to quit, c to continue without paging--c | |
No locals. | |
#8 std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:474 | |
No locals. | |
#9 core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libcore/ops/function.rs:232 | |
No locals. | |
#10 0x000055b87e847def in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#11 0x000055b87e84afbd in std::sys::unix::thread::Thread::new::thread_start () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#12 0x00007fc320b85422 in start_thread () from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#13 0x00007fc320a9abf3 in clone () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
(gdb) thread 5 | |
[Switching to thread 5 (Thread 0x7fc319259700 (LWP 3788562))] | |
#0 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
(gdb) bt full | |
#0 0x00007fc320a9af3e in epoll_wait () from /usr/lib/libc.so.6 | |
No symbol table info available. | |
#1 0x000055b87e7290e7 in mio::poll::Poll::poll () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.6.22/src/sys/unix/epoll.rs:72 | |
No locals. | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7418a0 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
#2 0x000055b87e7419a9 in notify::inotify::EventLoop::event_loop_thread () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.15/src/inotify.rs:151 | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
No locals. | |
warning: (Internal error: pc 0x55b87e7419a8 in read in psymtab, but not in symtab.) | |
#3 0x000055b87e72f5a4 in notify::inotify::EventLoop::run::{{closure}} () at /home/petr/.cargo/registry/src/github.com-1ecc6299db9ec823/notify-4.0.15/src/inotify.rs:144 | |
No locals. | |
#4 std::sys_common::backtrace::__rust_begin_short_backtrace () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/sys_common/backtrace.rs:130 | |
No locals. | |
#5 0x000055b87e73f073 in std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:475 | |
No locals. | |
#6 <std::panic::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panic.rs:318 | |
No locals. | |
#7 std::panicking::try::do_call () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panicking.rs:303 | |
No locals. | |
#8 __rust_maybe_catch_panic () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd//src/libpanic_unwind/lib.rs:86 | |
No locals. | |
#9 std::panicking::try () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panicking.rs:281 | |
No locals. | |
#10 std::panic::catch_unwind () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/panic.rs:394 | |
No locals. | |
#11 std::thread::Builder::spawn_unchecked::{{closure}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libstd/thread/mod.rs:474 | |
No locals. | |
#12 core::ops::function::FnOnce::call_once{{vtable-shim}} () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/libcore/ops/function.rs:232 | |
No locals. | |
#13 0x000055b87e847def in <alloc::boxed::Box<F> as core::ops::function::FnOnce<A>>::call_once () | |
at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#14 0x000055b87e84afbd in std::sys::unix::thread::Thread::new::thread_start () at /rustc/8d69840ab92ea7f4d323420088dd8c9775f180cd/src/liballoc/boxed.rs:1017 | |
No locals. | |
#15 0x00007fc320b85422 in start_thread () from /usr/lib/libpthread.so.0 | |
No symbol table info available. | |
#16 0x00007fc320a9abf3 in clone () from /usr/lib/libc.so.6 | |
No symbol table info available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment