[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
Date: Sun, 25 May 2025 14:40:10 UTC
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.