Bug 290959 - ports-mgmt/pkg segfaults on installing package
Summary: ports-mgmt/pkg segfaults on installing package
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-pkg (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-11 20:21 UTC by David Gilbert
Modified: 2025-11-12 07:55 UTC (History)
2 users (show)

See Also:
linimon: maintainer-feedback? (pkg)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Gilbert 2025-11-11 20:21:07 UTC
So I see this:

[3:49:349]root@hit:/usr/local/etc/poudriere.d> ktrace -d pkg install /usr/local/poudriere/data/packages/amd64-default/All/wine-proton-e.10.0.20251106,1.pkg  
Updating daveg repository catalogue...
daveg repository is up to date.
All repositories are up to date.
Child process pid=81448 terminated abnormally: Segmentation fault

... now the pkg binary I will also make available, but it's the custom proton from the site refereced by the "steam-bottler" package.  I can't seem to coax a core dump out of pkg... but I do have this kdump:

https://termbin.com/agyy

the package file is here:

https://nextcloud.towernet.ca/s/Z7CQQwkJb4k7G5r
Comment 1 Paavo-Einari Kaipila 2025-11-12 01:06:22 UTC
Which version of pkg do you have? 2.3 had segfault issues at least with recent base packages. 2.4 fixed those.
Comment 2 David Gilbert 2025-11-12 05:34:55 UTC
I had pkg 2.3.1, PKG 2.4.2_1 seems to fix.