[Bug 11751] chrt Segmentation fault

bugzilla at busybox.net bugzilla at busybox.net
Fri Apr 5 14:37:29 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=11751

--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com> ---
sched_getscheduler(146)                 = 1073741825

It's 0x40000001 = SCHED_RESET_ON_FORK | SCHED_FIFO

"Since Linux 2.6.32, the SCHED_RESET_ON_FORK flag can be ORed in policy when
calling sched_setscheduler()". Not sure why sched_GETscheduler shows the bit,
but it evidently does.

Trying to reference policies[pol].name with that causes SEGV.

Fixed in git.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list