Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2025 15:55:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        pkg@FreeBSD.org
Subject:   [Bug 287060] ports-mgmt/pkg-devel: 2.1.9.3 causing "exited on signal 11 (no core dump - other error)" during poudriere-testport in i386 jails
Message-ID:  <bug-287060-32340-gIGPqfY7XB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-287060-32340@https.bugs.freebsd.org/bugzilla/>
References:  <bug-287060-32340@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287060

--- Comment #8 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Baptiste Daroussin from comment #7)

But pkg_add.c in main on github has no use of
open_cache_write() and still uses
fopen("/tmp/pkg_add_cache", "w") :

. . .
                        if (package_building) {
                                FILE * fp;
                                if ((fp = open_cache_read()) != NULL) {
. . .
                        if (package_building && !cache_exist) {
                                FILE *fp = fopen("/tmp/pkg_add_cache", "w");
. . .

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-287060-32340-gIGPqfY7XB>