Re: port binary dumping core on recent head in poudriere
- In reply to: Dimitry Andric : "Re: port binary dumping core on recent head in poudriere"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Nov 2024 00:15:09 UTC
From: Dimitry Andric <dim@FreeBSD.org> Subject: Re: port binary dumping core on recent head in poudriere Date: Mon, 25 Nov 2024 23:15:20 +0100 > On 25 Nov 2024, at 23:12, Mark Millard <marklmi@yahoo.com> wrote: >> >> On Nov 25, 2024, at 13:27, Guido Falsi <mad@madpilot.net> wrote: >> >>> On 25/11/24 22:18, Dag-Erling Smørgrav wrote: >>>> Mark Millard <marklmi@yahoo.com> writes: >>>>> Guido Falsi <mad@madpilot.net> writes: >>>>>> On 25/11/24 09:17, Dag-Erling Smørgrav wrote: >>>>>>> Dimitry Andric <dim@FreeBSD.org> writes: >>>>>>>> Probably best to create a bugzilla ticket, but as I said before, I >>>>>>>> cannot reproduce this. >>>>>>> I can. My builder is running 15 and sees segfaults while building >>>>>>> packages for 14 and 15 but not for 13. >>>>>> BTW removing optimizations (CPUTYPE) for only the affected ports made >>>>>> guile2 work again. Did not solve the issue with sassc though. [...] >>>>>> I'm also using ccache, but that does not look relevant. >>>>> I've never used ccache or analogous and get the libsass.so.1.0.0 >>>>> .got.plt corruption that I've reported on the lists anyway. >>>> I don't use ccache or optimizations. Here's an example of sassc >>>> segfaulting in a 14.1-RELEASE-p6 jail: >>>> https://pkg.des.dev/logs/data/14amd64-default/2024-11-24_19h29m04s/logs/errors/plasma5-breeze-gtk-5.27.11.log >>>> which matches the following entry from `/var/log/messages`: >>>> Nov 24 21:23:06 pkg kernel: pid 71277 (sassc), jid 253, uid 65534: exited on signal 11 (core dumped) >>>> The poudriere host is a bhyve VM with 48 cores and 192 GB RAM on a >>>> 32c/64t AMD EPYC 7502P with 256 GB RAM. >>> >>> I sincerely hope this is not relevant but my CPU is also AMD: AMD Ryzen 5 5600G >> >> The amd64 system type that I have access to and used >> for my testing: >> >> AMD 7950X3D (16 core, 32 thread, so 32 FreeBSD-cpus) with 192 GiBytes of RAM > > I'm on Intel, and I don't see any crashes at all. So, are we looking at some CPU specific issue here? Though host itself is guest of VirtualBox, I can reproduce the issue with Intel Core i7 12700. The detail is Bare metal host: CPU: Intel Intel Core i7 12700 Mem: 96GB OS: Windows 11 23H2 VirtualBox: 7.1.4 Guest system: CPU: x8 Mem: 32GB OS: FreeBSD 15.0-CURRENT main-n273796-66439659982 GENERIC amd64 Poudriere: 3.4.2 Jail: Same as system OS Ports tree: 0abb000e1ed5 of main branch HTH. --- Yasuhiro Kimura