Hello All,
I am getting frequent 'Segmentation Faults' while invoking eglCreateContext() and these errors are not consistent - sometimes the invocation succeeds and other times the system crashes....
Type: Posts; User: shivakumar
Hello All,
I am getting frequent 'Segmentation Faults' while invoking eglCreateContext() and these errors are not consistent - sometimes the invocation succeeds and other times the system crashes....
Thanks Thokra for the quick reply. I checked the EGL specs and it turns out that 0x3000 is a success code.
Hello All,
I am getting a Segmentation Fault frequently (not consistent) whenever eglCreateContext() is called.
I tried checking the status of the last command execution, just before invoking...