Skip to content

Instantly share code, notes, and snippets.

@ironhouzi
Created May 21, 2018 14:14
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 ironhouzi/d711160b3c4d59e6054a63ec66cc4575 to your computer and use it in GitHub Desktop.
Save ironhouzi/d711160b3c4d59e6054a63ec66cc4575 to your computer and use it in GitHub Desktop.
Stack trace of thread 25676:
#0 0x0000561d76ec9ba6 bt_nofile (nvim)
#1 0x0000561d76e3c7cd shorten_fnames (nvim)
#2 0x0000561d76da3804 do_autochdir (nvim)
#3 0x0000561d76f620b9 win_enter_ext (nvim)
#4 0x0000561d76f65616 win_close (nvim)
#5 0x0000561d76e1f7db ex_quit (nvim)
#6 0x0000561d76e23a9b do_one_cmd (nvim)
#7 0x0000561d76e245a7 do_cmdline (nvim)
#8 0x0000561d76e93d39 nv_colon (nvim)
#9 0x0000561d76e9e082 normal_execute (nvim)
#10 0x0000561d76f287c5 state_enter (nvim)
#11 0x0000561d76e95605 normal_enter (nvim)
#12 0x0000561d76e6b782 main (nvim)
#13 0x00007fb4ce2d906b __libc_start_main (libc.so.6)
#14 0x0000561d76d866ba _start (nvim)
Stack trace of thread 25679:
#0 0x00007fb4ce679585 free (libjemalloc.so.2)
#1 0x0000561d76e7bfa7 xfree (nvim)
#2 0x0000561d76e02917 multiqueue_remove (nvim)
#3 0x0000561d76e02a19 multiqueue_get (nvim)
#4 0x0000561d76e01c9f async_cb (nvim)
#5 0x00007fb4cfd6b748 n/a (libuv.so.1)
#6 0x00007fb4cfd7adf8 uv__io_poll (libuv.so.1)
#7 0x00007fb4cfd6c090 uv_run (libuv.so.1)
#8 0x0000561d76e0204e loop_poll_events (nvim)
#9 0x0000561d76f4265e tui_main (nvim)
#10 0x0000561d76f46a3e ui_thread_run (nvim)
#11 0x00007fb4cfb48075 start_thread (libpthread.so.0)
#12 0x00007fb4ce3ae53f __clone (libc.so.6)
GNU gdb (GDB) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/nvim...done.
[New LWP 25676]
[New LWP 25679]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `nvim'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000561d76ec9ba6 in bt_nofile (buf=buf@entry=0x7fb4c9d08000) at /tmp/yaourt-tmp-user/aur-neovim-git/src/neovim-git/src/nvim/quickfix.c:3041
3041 /tmp/yaourt-tmp-user/aur-neovim-git/src/neovim-git/src/nvim/quickfix.c: No such file or directory.
[Current thread is 1 (Thread 0x7fb4d015cf80 (LWP 25676))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment