Skip to content

Instantly share code, notes, and snippets.

@7415963987456321
Created March 17, 2021 00:10
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 7415963987456321/b2842e73f39e414428fc94852c4c9614 to your computer and use it in GitHub Desktop.
Save 7415963987456321/b2842e73f39e414428fc94852c4c9614 to your computer and use it in GitHub Desktop.
SIGESEGV in nvim
fish: Job 3, 'nvim $argv' terminated by signal SIGSEGV (Address boundary error)
PID: 4067052 (nvim)
UID: 1000 (keli)
GID: 1000 (keli)
Signal: 11 (SEGV)
Timestamp: Tue 2021-03-16 00:14:13 GMT (23h ago)
Command Line: nvim nature.cpp
Executable: /usr/bin/nvim
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-alacritty-0b00af3915ff4e86b52009cb4016ad11.scope
Unit: user@1000.service
User Unit: app-alacritty-0b00af3915ff4e86b52009cb4016ad11.scope
Slice: user-1000.slice
Owner UID: 1000 (keli)
Boot ID: 28293ef214894c73b5ae37128f35f62d
Machine ID: 5ea19088bd094bb6a0ca3a2fae590b7e
Hostname: keli
Storage: /var/lib/systemd/coredump/core.nvim.1000.28293ef214894c73b5ae37128f35f62d.4067052.1615853653000000.zst
Message: Process 4067052 (nvim) of user 1000 dumped core.
Stack trace of thread 4067052:
#0 0x00007fc235863ed3 ts_language_symbol_for_name (libtree-sitter.so.0 + 0x6ed3)
#1 0x00007fc2358715c0 n/a (libtree-sitter.so.0 + 0x145c0)
#2 0x00007fc23587204b ts_query_new (libtree-sitter.so.0 + 0x1504b)
#3 0x0000563beaf084dc ts_lua_parse_query (nvim + 0x17a4dc)
#4 0x00007fc235689936 n/a (libluajit-5.1.so.2 + 0x8936)
#5 0x00007fc2356cf790 lua_pcall (libluajit-5.1.so.2 + 0x4e790)
#6 0x0000563beaf0a787 nlua_typval_exec (nvim + 0x17c787)
#7 0x0000563beaf0a9c2 ex_lua (nvim + 0x17c9c2)
#8 0x0000563beaeb4e35 do_one_cmd (nvim + 0x126e35)
#9 0x0000563beaeb59cb do_cmdline (nvim + 0x1279cb)
#10 0x0000563beae30d48 apply_autocmds_group (nvim + 0xa2d48)
#11 0x0000563beae3118f apply_autocmds (nvim + 0xa318f)
#12 0x0000563beaf650a4 did_set_string_option (nvim + 0x1d70a4)
#13 0x0000563beaf55cf6 set_string_option (nvim + 0x1c7cf6)
#14 0x0000563beaf5e616 set_option_value (nvim + 0x1d0616)
#15 0x0000563beaec070a ex_setfiletype (nvim + 0x13270a)
#16 0x0000563beaeb4e35 do_one_cmd (nvim + 0x126e35)
#17 0x0000563beaeb59cb do_cmdline (nvim + 0x1279cb)
#18 0x0000563beae30d48 apply_autocmds_group (nvim + 0xa2d48)
#19 0x0000563beae3195a apply_autocmds_exarg (nvim + 0xa395a)
#20 0x0000563beaedf567 readfile (nvim + 0x151567)
#21 0x0000563beae36ecd open_buffer (nvim + 0xa8ecd)
#22 0x0000563beaf0cd08 create_windows (nvim + 0x17ed08)
#23 0x0000563beaf0f6d1 main (nvim + 0x1816d1)
#24 0x00007fc2354dbb25 __libc_start_main (libc.so.6 + 0x27b25)
#25 0x0000563beae0104e _start (nvim + 0x7304e)
Stack trace of thread 4067054:
#0 0x00007fc2355b339e epoll_wait (libc.so.6 + 0xff39e)
#1 0x00007fc2358ebfe5 uv__io_poll (libuv.so.1 + 0x22fe5)
#2 0x00007fc2358da587 uv_run (libuv.so.1 + 0x11587)
#3 0x0000563beae9981f loop_poll_events (nvim + 0x10b81f)
#4 0x0000563beaffc49b tui_main (nvim + 0x26e49b)
#5 0x0000563beaffd543 ui_thread_run (nvim + 0x26f543)
#6 0x00007fc235845299 start_thread (libpthread.so.0 + 0x9299)
#7 0x00007fc2355b3053 __clone (libc.so.6 + 0xff053)
GNU gdb (GDB) 10.1
#0 0x00007fc235863ed3 in ts_language_symbol_for_name ()
from /usr/lib/libtree-sitter.so.0
No symbol table info available.
#1 0x00007fc2358715c0 in ?? ()
from /usr/lib/libtree-sitter.so.0
No symbol table info available.
#2 0x00007fc23587204b in ts_query_new ()
from /usr/lib/libtree-sitter.so.0
No symbol table info available.
#3 0x0000563beaf084dc in ts_lua_parse_query (L=0x41dc2378)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/lua/treesitter.c:1128
lang_name = 0x41b1efc0 "cpp"
lang = 0x7fc234719ec0 <language>
len = 19
src = <optimized out>
error_offset = 0
error_type = 1075518612
query = <optimized out>
ud = <optimized out>
#4 0x00007fc235689936 in ?? () from /usr/lib/libluajit-5.1.so.2
No symbol table info available.
#5 0x00007fc2356cf790 in lua_pcall ()
from /usr/lib/libluajit-5.1.so.2
No symbol table info available.
#6 0x0000563beaf0a787 in nlua_typval_exec (
lcmd=lcmd@entry=0x563bebe39d20 "require'nvim-treesitter.configs'.attach_module('highlight')", lcmd_len=59,
name=name@entry=0x563beb044ca4 ":lua", args=args@entry=0x0,
argcount=argcount@entry=0, special=special@entry=false,
ret_tv=0x0)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/lua/executor.c:999
lstate = 0x41dc2378
#7 0x0000563beaf0a9c2 in ex_lua (eap=0x7fff4e7a4c00)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/lua/executor.c:1158
len = 59
code = 0x563bebe39d20 "require'nvim-treesitter.configs'.attach_module('highlight')"
#8 0x0000563beaeb4e35 in do_one_cmd (
cmdlinep=cmdlinep@entry=0x7fff4e7a4e38,
flags=flags@entry=7, cstack=cstack@entry=0x7fff4e7a4ec0,
fgetline=fgetline@entry=0x563beae319de <getnextac>,
cookie=cookie@entry=0x7fff4e7a5490)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/ex_docmd.c:1969
p = <optimized out>
lnum = <optimized out>
n = <optimized out>
errormsg = 0x0
after_modifier = <optimized out>
ea = {
arg = 0x563bebe49694 "require'nvim-treesitter.configs'.attach_module('highlight')", nextcmd = 0x0,
cmd = 0x563bebe49690 "lua require'nvim-treesitter.configs'.attach_module('highlight')", cmdlinep = 0x7fff4e7a4e38,
cmdidx = CMD_lua, argt = 524421, skip = 0,
forceit = 0, addr_count = 0, line1 = 1, line2 = 1,
addr_type = ADDR_LINES, flags = 0, do_ecmd_cmd = 0x0,
do_ecmd_lnum = 0, append = 0, usefilter = 0,
amount = 0, regname = 0, force_bin = 0,
read_edit = 0, force_ff = 0, force_enc = 0,
bad_char = 0, useridx = 0, errmsg = 0x0,
getline = 0x563beae319de <getnextac>,
cookie = 0x7fff4e7a5490, cstack = 0x7fff4e7a4ec0,
verbose_save = -1, save_msg_silent = -1,
did_esilent = 0, did_sandbox = false}
save_msg_scroll = 1
save_cmdmod = {split = 0, tab = 0, browse = false,
confirm = false, hide = false, keepalt = false,
keepjumps = false, keepmarks = false,
keeppatterns = false, lockmarks = false,
noswapfile = false, save_ei = 0x0, filter_regmatch = {
regprog = 0x0, startp = {0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0}, endp = {0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
rm_ic = false}, filter_force = false}
save_reg_executing = 0
cmd = <optimized out>
ni = 0
#9 0x0000563beaeb59cb in do_cmdline (cmdline=<optimized out>,
fgetline=0x563beae319de <getnextac>, cookie=0x7fff4e7a5490,
flags=7)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/ex_docmd.c:598
next_cmdline = 0x563bebe49690 "lua require'nvim-treesitter.configs'.attach_module('highlight')"
cmdline_copy = 0x563bebe49690 "lua require'nvim-treesitter.configs'.attach_module('highlight')"
used_getline = 1
msg_didout_before_start = 0
count = 5
did_inc = 0
retval = 1
cstack = {cs_flags = {0 <repeats 50 times>},
cs_pending = '\000' <repeats 49 times>, cs_pend = {
csp_rv = {0x0 <repeats 50 times>}, csp_ex = {
0x0 <repeats 50 times>}}, cs_forinfo = {
0x0 <repeats 50 times>}, cs_line = {
0 <repeats 50 times>}, cs_idx = -1,
cs_looplevel = 0, cs_trylevel = 0,
cs_emsg_silent_list = 0x0, cs_lflags = 0}
lines_ga = {ga_len = 0, ga_maxlen = 0,
ga_itemsize = 16, ga_growsize = 10, ga_data = 0x0}
current_line = 0
fname = 0x0
breakpoint = 0x0
dbg_tick = 0x0
debug_saved = {trylevel = 0, force_abort = 0,
caught_stack = 0x0, vv_exception = 0x0,
vv_throwpoint = 0x0, did_emsg = 0, got_int = 0,
need_rethrow = 0, check_cstack = 0,
current_exception = 0x0}
initial_trylevel = 0
saved_msg_list = 0x7fff4e7a5a30
private_msg_list = 0x0
cmd_getline = 0x563beae319de <getnextac>
cmd_cookie = 0x7fff4e7a5490
cmd_loop_cookie = {lines_gap = 0x0, current_line = 0,
repeating = 0, getline = 0x7fff4e7a5760,
cookie = 0x563bebe4a230}
real_cookie = 0x7fff4e7a5490
getline_is_func = <optimized out>
call_depth = 2
recursive = 2
#10 0x0000563beae30d48 in apply_autocmds_group (
event=EVENT_FILETYPE, fname=0x563bebe81ba0 "cpp",
fname_io=<optimized out>, force=<optimized out>,
group=group@entry=-3, buf=0x563bebb0ecb0, eap=0x0)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/autocmd.c:1617
sfname = 0x563bebe468b0 "cpp"
tail = <optimized out>
save_changed = false
old_curbuf = 0x563bebb0ecb0
retval = true
save_sourcing_name = 0x563bebe487a0 "BufReadPost Autocommands for \"*.cpp\""
save_sourcing_lnum = 0
save_autocmd_fname = 0x563bebe76c90 "nature.cpp"
save_autocmd_bufnr = 1
save_autocmd_match = 0x563bebe49890 "/home/keli/nam/keppni/C/vika8/nature.cpp"
save_autocmd_busy = 1
save_autocmd_nested = 0
patcmd = {curpat = 0x563bebdb9160,
nextcmd = 0x563bebdbf370, group = -3,
fname = 0x563bebe81ba0 "cpp",
sfname = 0x563bebe468b0 "cpp",
tail = 0x563bebe81ba0 "cpp", event = EVENT_FILETYPE,
arg_bufnr = 1, next = 0x7fff4e7a6090}
ap = <optimized out>
save_cmdarg = 0x0
save_cmdbang = 0
wait_time = 532575944705
did_save_redobuff = false
save_redo = {sr_redobuff = {bh_first = {b_next = 0x1,
b_str = "6"}, bh_curr = 0xc000,
bh_index = 94815345264871,
bh_space = 140734510028640}, sr_old_redobuff = {
bh_first = {b_next = 0x7fff4e7a5700, b_str = "`"},
bh_curr = 0x3664, bh_index = 94815345986128,
bh_space = 94815344205548}}
save_KeyTyped = false
save_current_sctx = {sc_sid = <optimized out>,
sc_seq = <optimized out>, sc_lnum = <optimized out>}
funccal_entry = {top_funccal = 0x0,
next = 0x7fff4e7a6080}
filechangeshell_busy = 0
nesting = 2
#11 0x0000563beae3118f in apply_autocmds (
event=<optimized out>, fname=<optimized out>,
fname_io=<optimized out>, force=<optimized out>,
buf=<optimized out>)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/autocmd.c:1267
No locals.
#12 0x0000563beaf650a4 in did_set_string_option (opt_idx=91,
varp=0x563bebb113e8, new_value_alloced=<optimized out>,
oldval=0x563beb0648be "", errbuf=0x0, errbuflen=0,
opt_flags=4, value_checked=0x7fff4e7a56fc)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/option.c:3183
secure_save = 0
ft_recursive = <optimized out>
errmsg = 0x0
s = 0x0
p = 0x1 <error: Cannot access memory at address 0x1>
did_chartab = 0
gvarp = <optimized out>
free_oldval = true
value_changed = true
syn_recursive = 0
ft_recursive = 1
#13 0x0000563beaf55cf6 in set_string_option (opt_idx=91,
value=<optimized out>, opt_flags=4)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/option.c:2239
s = <optimized out>
varp = 0x563bebb113e8
oldval = 0x563beb0648be ""
saved_oldval = 0x563bebe81c70 ""
saved_newval = 0x563bebe4a230 "cpp"
value_checked = 1
r = <optimized out>
#14 0x0000563beaf5e616 in set_option_value (
name=0x563beb043356 "filetype", number=0,
string=<optimized out>, opt_flags=4)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/option.c:4820
s = 0x563bebe41f45 "cpp"
flags = 6292492
idx = <optimized out>
opt_idx = 91
varp = <optimized out>
#15 0x0000563beaec070a in ex_setfiletype (eap=0x7fff4e7a5800)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/ex_docmd.c:9311
arg = 0x563bebe41f45 "cpp"
#16 0x0000563beaeb4e35 in do_one_cmd (
cmdlinep=cmdlinep@entry=0x7fff4e7a5a38,
flags=flags@entry=7, cstack=cstack@entry=0x7fff4e7a5ac0,
fgetline=fgetline@entry=0x563beae319de <getnextac>,
cookie=cookie@entry=0x7fff4e7a6090)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/ex_docmd.c:1969
p = <optimized out>
lnum = <optimized out>
n = <optimized out>
errormsg = 0x0
after_modifier = <optimized out>
ea = {arg = 0x563bebe41f45 "cpp",
nextcmd = 0x563bebe41f49 "endif",
cmd = 0x563bebe41f40 "setf cpp",
cmdlinep = 0x7fff4e7a5a38, cmdidx = CMD_setfiletype,
argt = 524676, skip = 0, forceit = 0, addr_count = 0,
line1 = 1, line2 = 1, addr_type = ADDR_NONE,
flags = 0, do_ecmd_cmd = 0x0, do_ecmd_lnum = 0,
append = 0, usefilter = 0, amount = 0, regname = 0,
force_bin = 0, read_edit = 0, force_ff = 0,
force_enc = 0, bad_char = 0, useridx = 0,
errmsg = 0x0, getline = 0x563beae319de <getnextac>,
cookie = 0x7fff4e7a6090, cstack = 0x7fff4e7a5ac0,
verbose_save = -1, save_msg_silent = -1,
did_esilent = 0, did_sandbox = false}
save_msg_scroll = 1
save_cmdmod = {split = 0, tab = 0, browse = false,
confirm = false, hide = false, keepalt = false,
keepjumps = false, keepmarks = false,
keeppatterns = false, lockmarks = false,
noswapfile = false, save_ei = 0x0, filter_regmatch = {
regprog = 0x0, startp = {0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0}, endp = {0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
rm_ic = false}, filter_force = false}
save_reg_executing = 0
cmd = <optimized out>
ni = 0
#17 0x0000563beaeb59cb in do_cmdline (cmdline=<optimized out>,
fgetline=0x563beae319de <getnextac>, cookie=0x7fff4e7a6090,
flags=7)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/ex_docmd.c:598
next_cmdline = 0x563bebe41f40 "setf cpp"
cmdline_copy = 0x563bebe41f40 "setf cpp"
used_getline = 1
msg_didout_before_start = 0
count = 4
did_inc = 0
retval = 1
cstack = {cs_flags = {6, 0 <repeats 49 times>},
cs_pending = '\000' <repeats 49 times>, cs_pend = {
csp_rv = {0x0 <repeats 50 times>}, csp_ex = {
0x0 <repeats 50 times>}}, cs_forinfo = {
0x0 <repeats 50 times>}, cs_line = {
0 <repeats 50 times>}, cs_idx = 0,
cs_looplevel = 0, cs_trylevel = 0,
cs_emsg_silent_list = 0x0, cs_lflags = 0}
lines_ga = {ga_len = 0, ga_maxlen = 0,
ga_itemsize = 16, ga_growsize = 10, ga_data = 0x0}
current_line = 0
fname = 0x0
breakpoint = 0x0
dbg_tick = 0x0
debug_saved = {trylevel = 0, force_abort = 0,
caught_stack = 0x0, vv_exception = 0x0,
vv_throwpoint = 0x0, did_emsg = 0, got_int = 0,
need_rethrow = 0, check_cstack = 0,
current_exception = 0x0}
initial_trylevel = 0
saved_msg_list = 0x0
private_msg_list = 0x0
cmd_getline = 0x563beae319de <getnextac>
cmd_cookie = 0x7fff4e7a6090
cmd_loop_cookie = {lines_gap = 0x0, current_line = 0,
repeating = 0, getline = 0x0, cookie = 0x0}
real_cookie = 0x7fff4e7a6090
getline_is_func = <optimized out>
call_depth = 2
recursive = 2
#18 0x0000563beae30d48 in apply_autocmds_group (
event=EVENT_BUFREADPOST,
fname=0x563bebe49890 "/home/keli/nam/keppni/C/vika8/nature.cpp", fname_io=<optimized out>, force=<optimized out>,
group=group@entry=-3, buf=0x563bebb0ecb0, eap=0x0)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/autocmd.c:1617
sfname = 0x563bebb13620 "nature.cpp"
tail = <optimized out>
save_changed = false
old_curbuf = 0x563bebb0ecb0
retval = true
save_sourcing_name = 0x0
save_sourcing_lnum = 0
save_autocmd_fname = 0x0
save_autocmd_bufnr = 0
save_autocmd_match = 0x0
save_autocmd_busy = 0
save_autocmd_nested = 0
patcmd = {curpat = 0x563bebbb7ad0, nextcmd = 0x0,
group = -3,
fname = 0x563bebe49890 "/home/keli/nam/keppni/C/vika8/nature.cpp", sfname = 0x563bebb13620 "nature.cpp",
tail = 0x563bebe498ae "nature.cpp",
event = EVENT_BUFREADPOST, arg_bufnr = 1, next = 0x0}
ap = <optimized out>
save_cmdarg = 0x0
save_cmdbang = 0
wait_time = 94815357318688
did_save_redobuff = true
save_redo = {sr_redobuff = {bh_first = {b_next = 0x0,
b_str = ""}, bh_curr = 0x0, bh_index = 0,
bh_space = 0}, sr_old_redobuff = {bh_first = {
b_next = 0x0, b_str = ""}, bh_curr = 0x0,
bh_index = 0, bh_space = 0}}
save_KeyTyped = false
save_current_sctx = {sc_sid = <optimized out>,
sc_seq = <optimized out>, sc_lnum = <optimized out>}
funccal_entry = {top_funccal = 0x0, next = 0x0}
filechangeshell_busy = 0
nesting = 2
#19 0x0000563beae3195a in apply_autocmds_exarg (
event=<optimized out>, fname=<optimized out>,
fname_io=<optimized out>, force=<optimized out>,
buf=<optimized out>, eap=<optimized out>)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/autocmd.c:1289
No locals.
#20 0x0000563beaedf567 in readfile (
fname=0x563bebb12b80 "nature.cpp",
sfname=0x563bebb12b80 "nature.cpp", from=0,
lines_to_skip=0, lines_to_read=2147483647, eap=0x0, flags=1)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/fileio.c:1889
m = 0
n = 0
fd = 26
newfile = 1
check_readonly = <optimized out>
filtering = 0
read_stdin = 0
read_buffer = 0
read_fifo = 0
set_options = 1
read_buf_lnum = 1
read_buf_col = 0
c = <optimized out>
lnum = <optimized out>
ptr = 0x563bebe828e0 "\200\326\021\353;V"
buffer = 0x563bebe828e0 "\200\326\021\353;V"
new_buffer = 0x563bebe828e0 "\200\326\021\353;V"
line_start = 0x563bebe828e0 "\200\326\021\353;V"
wasempty = 1
len = <optimized out>
size = <optimized out>
p = <optimized out>
filesize = 1207
skip_read = <optimized out>
sha_ctx = {total = {4096, 0}, state = {895965696,
32706, 0, 0, 0, 0, 0, 0},
buffer = "\000i]\323di\227:\000\020", '\000' <repeats 22 times>, "|\\\366\352;V\000\000\001\b\000\000\000\000\000\000\244\201\000\000\000\000\000\000\001\000\000\000\000\000\000"}
read_undo_file = 0
split = 0
linecnt = <optimized out>
error = 0
ff_error = -1
linerest = <optimized out>
perm = 33188
swap_mode = <optimized out>
fileformat = 0
keep_fileformat = false
file_info = {stat = {st_dev = 2049, st_mode = 33188,
st_nlink = 1, st_uid = 1000, st_gid = 1000,
st_rdev = 0, st_ino = 26874486, st_size = 1207,
st_blksize = 4096, st_blocks = 8, st_flags = 0,
st_gen = 0, st_atim = {tv_sec = 1615499894,
tv_nsec = 877662541}, st_mtim = {
tv_sec = 1615499892, tv_nsec = 550995939},
st_ctim = {tv_sec = 1615499892,
tv_nsec = 550995939}, st_birthtim = {
tv_sec = 1615499892, tv_nsec = 550995939}}}
file_readonly = <optimized out>
skip_count = 0
read_count = 2147483574
msg_save = 0
read_no_eol_lnum = 0
file_rewind = false
can_retry = <optimized out>
conv_error = 0
illegal_byte = 0
keep_dest_enc = false
bad_char_behavior = 63
tmpname = 0x0
fio_flags = <optimized out>
fenc = 0x563bebe48020 "\"nature.cpp\" 73L, 1207C"
fenc_alloced = true
fenc_next = 0x563beb067d28 "default,latin1"
advance_fenc = <optimized out>
real_size = 65536
iconv_fd = 0xffffffffffffffff
did_iconv = <optimized out>
converted = 0
notconverted = 0
conv_rest = "\350\003", '\000' <repeats 14 times>, "v\022\232\001\000\000\000\000ʾ\375\352;V"
conv_restlen = <optimized out>
old_curbuf = <optimized out>
old_b_ffname = <optimized out>
old_b_fname = <optimized out>
using_b_ffname = <optimized out>
using_b_fname = <optimized out>
try_mac = 0
try_dos = 1
try_unix = 1
__PRETTY_FUNCTION__ = "readfile"
msg_is_a_directory = <optimized out>
#21 0x0000563beae36ecd in open_buffer (read_stdin=0, eap=0x0,
flags=0)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/buffer.c:241
old_msg_silent = 0
save_bin = 0
perm = <optimized out>
retval = 1
old_curbuf = {br_buf = 0x563bebb0ecb0, br_fnum = 1,
br_buf_free_count = 0}
old_tw = <optimized out>
read_fifo = <optimized out>
#22 0x0000563beaf0cd08 in create_windows (
parmp=parmp@entry=0x7fff4e7a6670)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/main.c:1538
dorewind = 0
done = 1
#23 0x0000563beaf0f6d1 in main (argc=1316644464,
argv=<optimized out>)
at /home/keli/.cache/yay/neovim-git/src/neovim-git/src/nvim/main.c:466
fname = 0x563bebb12b80 "nature.cpp"
params = {argc = 2, argv = 0x7fff4e7a6898,
use_vimrc = 0x0, clean = false, n_commands = 0,
commands = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0},
cmds_tofree = "\000\000\000\000\000\000\000\000\000",
n_pre_commands = 0, pre_commands = {0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, edit_type = 1,
tagname = 0x0, use_ef = 0x0, input_isatty = true,
output_isatty = true, err_isatty = true,
no_swap_file = 0, use_debug_break_level = -1,
window_count = 1, window_layout = 0, diff_mode = 0,
listen_addr = 0x0}
cwd = 0x0
use_remote_ui = false
use_builtin_ui = <optimized out>
__PRETTY_FUNCTION__ = "main"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment