You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed result or behaviour:
When the FileLock is initialized and and the flock fails with a different errno than EWOULDBLOCK the application sefaults.
Expected result or behaviour:
No segfault.
Conditions where it occurred / Performed steps:
Remove EWOULDBLOCK from the ignored errors to enter the if branch with the faulty code and run the hoofs_moduletests
The text was updated successfully, but these errors were encountered:
Required information
Operating system:
all
Compiler version:
all
Observed result or behaviour:
When the FileLock is initialized and and the
flock
fails with a different errno thanEWOULDBLOCK
the application sefaults.Expected result or behaviour:
No segfault.
Conditions where it occurred / Performed steps:
Remove
EWOULDBLOCK
from the ignored errors to enter the if branch with the faulty code and run the hoofs_moduletestsThe text was updated successfully, but these errors were encountered: