Tag Archives: Fatal signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xc5614e64 in tid 22126 (w.ywmediaplayer),

Fatal signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xc5614e64 in tid 22126 (w.ywmediaplayer),

1、 Overview

Case scenario: an exception occurred when using OpenGLES + EGL + surfaceview to implement texture mapping.

2、 Solution

Reason: in the method of reporting an error location, add return to because this method explicitly specifies that there should be a return value, which is forgotten when writing the result. The sad thing is that the compilation passes and an error is reported.