Date: Sun, 25 May 2025 14:40:10 +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-hTk9JwlPgM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <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 Mark Millard <marklmi26-fbsd@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marklmi26-fbsd@yahoo.com --- Comment #4 from Mark Millard <marklmi26-fbsd@yahoo.com> --- FYI: Related comment in code was not updated: the type is no longer intmax_t. As stands the code with the out of date comment is: /* intmax_t because the value can be negative */ #define vec_rforeach(list, __i) \ for (ssize_t __i = ((ssize_t)(list).len) -1 ; __i >= 0; __i--) -- 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-hTk9JwlPgM>
