Update to version 0.7.0
Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:
sudo dnf upgrade --refresh --advisory=FEDORA-2022-cfaff7fc52
This update has been submitted for testing by asn.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Seems to work fine. Tried it out with editing my init.lua file and using the built in LSP.
This update can be pushed to stable now if the maintainer wishes
Working well for me using the native LSP support + rust-analyzer.
This update has been submitted for stable by bodhi.
Neovim segfaults when opening a terminal within neovim, with the following backtrace
#0 __memmove_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:872 #1 0x00005555557ec0ff in memcpy (__len=1051501568, __src=0x7fffffffa480, __dest=<optimized out>) at /usr/include/bits/string_fortified.h:29 #2 term_settermprop (prop=<optimized out>, val=<optimized out>, data=0x555555961c20) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/terminal.c:872 #3 0x00007ffff7f2306d in vterm_state_set_termprop (state=state@entry=0x555555def240, prop=prop@entry=VTERM_PROP_TITLE, val=val@entry=0x7fffffffa4a0) at src/state.c:1836 #4 0x00007ffff7f23427 in settermprop_string (len=14, str=<optimized out>, prop=VTERM_PROP_TITLE, state=0x555555def240) at src/state.c:526 #5 on_osc (command=<optimized out>, cmdlen=16, user=0x555555def240) at src/state.c:1513 #6 0x00007ffff7f21fb9 in vterm_input_write (vt=0x555555df6d20, bytes=0x555555e1e560 "\033]777;notify;Command completed;nvim\033\\\033]777;precmd\033\\\033]0;amanda@tappy:~\033\\", len=71) at src/parser.c:287 #7 0x00005555557ea95f in terminal_receive (term=0x555555961c20, data=<optimized out>, len=<optimized out>) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/terminal.c:711 #8 0x0000555555625c85 in on_channel_output (stream=<optimized out>, chan=0x555555e17660, buf=0x555555e1e520, count=71, eof=<optimized out>, reader=0x555555e17d48) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/channel.c:625 #9 0x0000555555625d07 in on_channel_data (stream=<optimized out>, buf=<optimized out>, count=<optimized out>, data=<optimized out>, eof=<optimized out>) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/channel.c:604 #10 0x0000555555683100 in read_event (argv=argv@entry=0x7fffffffa640) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/event/rstream.c:192 #11 0x0000555555683212 in invoke_read_cb (stream=stream@entry=0x555555e17868, count=count@entry=71, eof=eof@entry=false) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/event/rstream.c:205 #12 0x000055555568434f in read_cb (uvstream=<optimized out>, cnt=71, buf=<optimized out>) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/event/rstream.c:134 #13 0x00007ffff7f5a959 in uv__read (stream=stream@entry=0x555555e17870) at src/unix/stream.c:1247 #14 0x00007ffff7f5afa8 in uv__stream_io (loop=<optimized out>, w=0x555555e178f8, events=1) at src/unix/stream.c:1315 #15 0x00007ffff7f5fb24 in uv__io_poll (loop=0x555555935e80 <main_loop>, timeout=<optimized out>) at src/unix/epoll.c:374 #16 0x00007ffff7f49640 in uv__io_poll (timeout=<optimized out>, loop=0x555555935e80 <main_loop>) at src/unix/udp.c:122 #17 uv_run (loop=loop@entry=0x555555935e80 <main_loop>, mode=UV_RUN_ONCE) at src/unix/core.c:391 #18 0x000055555567b66a in loop_poll_events (loop=0x555555935e80 <main_loop>, ms=300) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/event/loop.c:61 #19 0x0000555555757779 in inbuf_poll (ms=300, events=events@entry=0x5555559504e0) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/os/input.c:445 #20 0x0000555555757c8c in os_inchar (buf=0x0, maxlen=0, ms=-1, tb_change_cnt=0, events=0x5555559504e0) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/os/input.c:115 #21 0x00005555557d62d2 in state_enter (s=0x7fffffffdb50) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/state.c:69 #22 0x0000555555728454 in normal_enter (cmdwin=<optimized out>, noexmode=<optimized out>) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/normal.c:463 #23 0x00005555556f7d11 in main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/neovim-0.7.0-1.fc36.x86_64/src/nvim/main.c:574
Please open a bug report and if possible instruction how to reproduce this! :-)
Provide a minimal neovim config. Which terminal you use and if there are any special settings etc.
This update has been pushed to stable.
Please login to add feedback.
Confirm request to re-trigger tests.
This update has been submitted for testing by asn.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Seems to work fine. Tried it out with editing my init.lua file and using the built in LSP.
This update can be pushed to stable now if the maintainer wishes
Working well for me using the native LSP support + rust-analyzer.
This update has been submitted for stable by bodhi.
Neovim segfaults when opening a terminal within neovim, with the following backtrace
Please open a bug report and if possible instruction how to reproduce this! :-)
Provide a minimal neovim config. Which terminal you use and if there are any special settings etc.
This update has been pushed to stable.