During monkey run, some random application is failing to create context. Reason for this is, particular file is giving "Operation not permitted" errno from egl side. How to fix EPERM errno, incase if file directory value is either 0 and -ENODEV.
During monkey run, some random application is failing to create context. Reason for this is, particular file is giving "Operation not permitted" errno from egl side. How to fix EPERM errno, incase if file directory value is either 0 and -ENODEV.
Share Improve this question asked Mar 17 at 9:30 ReyRey 4762 silver badges19 bronze badges1 Answer
Reset to default -1If the directory value is 0
, it may be an indicator of a corrupted or non-existent directory. Try to recreate the directory, or if it's pointing to a special device, ensure that the device is correctly initialized.
Ensure the directory is mounted by:
mount | grep /path/to/directory