Date: Sun, 10 Sep 2017 17:55:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 222202] Error when creating new thread via thr_new and trying set it priority to RTP_PRIO_IDLE Message-ID: <bug-222202-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222202 Bug ID: 222202 Summary: Error when creating new thread via thr_new and trying set it priority to RTP_PRIO_IDLE Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: cat_shtaer@rambler.ru In file sys/kern/kern_thr.c in function thread_create when cheking parametr= rtp for it validity, value RTP_PRIO_IDLE processed like incorrect and function return EINVAL. As i see it, this is a bug. Because it is possible setup any other sheduler priority, except RTP_PRIO_ITHD (what is logicaly). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222202-8>