[Bug 289229] x11/wezterm: update port (crash SIGSEV in wezterm_gui::termwindow::render::paint in wezterm-gui)
Date: Mon, 17 Nov 2025 14:51:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289229 --- Comment #10 from Vladyslav Movchan <vladislav.movchan@gmail.com> --- (In reply to Dave Cottlehuber from comment #9) I don't have an answer, but I spotted few bits which look like inconsistencies and might be related to the problem. First is 1500068 vs 1500064 in versions of nvidia-kmod and nvidia-drm-515-kmod packages. This number corresponds to __FreeBSD_version variable (from sys/param.h at the time of port/package compilation) and it represents kernel binary interface version. Different values mean different KBIs which, in my understanding, might not be 100% compatible. Second is 580.95.05 vs 580.82.07 in versions of most of the nvidia packages and nvidia-drm-515-kmod. I think this means nvidia-drm-515-kmod package has been built for/with older nvidia-driver sources. Which, again, could have some incompatibilities. Third: based on the contents of /usr/ports/graphics/nvidia-drm-kmod/Makefile recent FreeBSD 15 (with __FreeBSD_version >= 1500031) uses graphics/nvidia-drm-66-kmod package and not graphics/nvidia-drm-515-kmod. I'm not sure how critical this 6.6 vs 5.15 difference is - maybe it is just "recommended". Unfortunately, this is all I have for now. -- You are receiving this mail because: You are the assignee for the bug.