tests/net/ieee802154/l2 uses semaphore before initialization #3753
Labels
area: Networking
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Milestone
Reported by Andrew Boie:
I found this when testing some experimental code to show that kernel objects have been properly initialized.
In this particular test, the "driver_lock" semaphore gets initialized in the initialize_test_environment() function.
However, a network stack thread is attempting to give this semaphore before initialization can take place:
(Imported from Jira ZEP-2319)
The text was updated successfully, but these errors were encountered: