Date: Tue, 12 Nov 2019 20:32:34 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 241927] kernel crash in kern_cpuset_setdomain(CPU_LEVEL_CPUSET, CPU_WHICH_PID, -1, ...) Message-ID: <bug-241927-227-KB17uDzq1y@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-241927-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241927 Mark Johnston <markj@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston <markj@FreeBSD.org> --- Are you by any chance able to test on 12.1? We had fixed a bug in cpuset_setdomain() which is likely the one you ran into. If not, can you please provide a standalone reproducible? I'm not able to crash -current with #include <sys/param.h> #include <sys/cpuset.h> #include <sys/domainset.h> #include <string.h> int main(int argc, char **argv) { domainset_t ds; memset(&ds, 0, sizeof(ds)); cpuset_setdomain(CPU_LEVEL_CPUSET, CPU_WHICH_PID, -1, sizeof(ds), &ds, DOMAINSET_POLICY_ROUNDROBIN); return (0); } -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241927-227-KB17uDzq1y>
