Invalid thread indexes out of userspace generation #43618
Labels
area: Userspace
Userspace
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
This was discovered during the merge and quick revert of #43547 but it actually seems to be a bug in the userspace build generators. You can see it by applying this to HEAD (as of commit 9fe466f) and then building tests/kernel/semaphore/semaphore on x86_64:
It then fails on the very first test case with:
This despite the fact that that test case isn't a 1cpu case, so that thread array never actually gets touched. Note that the index ("-1") is invalid. Something about the extra thread is triggering some kind of generation failure in gen_kobject_list.py it seems.
The text was updated successfully, but these errors were encountered: