admin管理员组

文章数量:1387323

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 badges
Add a comment  | 

1 Answer 1

Reset to default -1

If 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

本文标签: automationAbort message 39Failed to create contexterrorEGLNOTINITIALIZED39Stack Overflow