[DragonFlyBSD - Bug #3381] System crash while editing with neovim

bugtracker-admin at leaf.dragonflybsd.org bugtracker-admin at leaf.dragonflybsd.org
Tue May 6 00:24:24 PDT 2025


Issue #3381 has been updated by liweitianux.


marto wrote in #note-3:
> Hello, Matt, thank you very much for the quick response. How is the patch
> to be applied? Is it against some branch or does it have to be applied
> manually? In the latter case, would that be enough:
> 
> cd /usr/src
> patch -p1 < vm39.patch
> make buildkernel
> cp -Rp /boot/kernel /boot/kernel.old
> make installkernel
> reboot

I suggest to use @nativekernel@, which doesn't require to do @buildworld@ first, so it's:

<pre>
cd /usr/src
patch -p1 < vm39.patch
make nativekernel
make installkernel
reboot
</pre>

@make installkernel@ will auto backup the old kernel in @/boot/kernel.old at .

See also the build(7) man page for the @nativekernel at .

> Is rebuilding the kernel enough or do I have to rebuild world as well?

Only need to build and install the kernel, and finally reboot to test it out.
No need to update the world and packages.

----------------------------------------
Bug #3381: System crash while editing with neovim
http://bugs.dragonflybsd.org/issues/3381#change-14592

* Author: marto
* Status: New
* Priority: Normal
* Assignee: dillon
* Target version: 6.6
* Start date: 2025-05-05
----------------------------------------
Hello, I am running DragonFlyBSD with the following specs:
"uname -a
DragonFly dragonfly 6.4-RELEASE DragonFly v6.4.1-RELEASE #9: Thu May  1
08:43:02 EEST 2025     root at dragonfly:/usr/obj/usr/src/sys/X86_64_GENERIC
x86_64
"
I occasionally experience crashes while editing files with neovim in the
XFCE terminal. The same crash happens also with the nvim-gtk editor. So far
I wasn't able to reproduce the crash with nvim-qt6. I am using the LazyVim
distribution as an IDE. The crash report is attached.

Best regards,
Martin

---Files--------------------------------
core.txt.9.tar.bz2 (205 KB)
vm39.patch (598 Bytes)


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account


More information about the Bugs mailing list