• clreleasecontex cause segment fault
    I have a simple class which has the member cl::device, cl::context, cl::command_queue. This class is implemented as a singleton. When program finish, its destructor is called. At this time, it causes...
  • segmentation fault with binary shader
    Hi Team, I am trying to use the binary shader. However I am getting segmentation fault. Any pointers to fix it would be helpful. #version 320 es in vec4 position; out vec2 color; void main (void...
  • MALI: eglDestroySurface() causes segmentation fault
    Hi, Some EGL applications in Wayland (using Odroid XU3 Wayland drivers r12p0) crash in eglDestroySurface Example: start totem playing a video (totem <file>), then press the "<" back button to go to...
  • Segmentation fault in mgddaemon v3.4.1 on STLinux distribution
    Hi, I'm trying out Mali Graphics Debugger (v3.4.1.e98bc10b) on a target system having Mali-400 MP GPU, running the STLinux distribution (www.stlinux.com) and Mali r5p1 drivers. The STLinux distribution...
  • Segmentation fault (SIGSEGV) on eglCreateWindowSurface on Firefly RK3288 running Android 4.4.2
    Hi! I'm trying to run opengl-gl2_basic.cpp, a native C++ Android OpenGL ES 2 test. Source here: https://android.googlesource.com/platform/frameworks/native/+/android-4.4.2_r1/opengl/tests/gl2_basic/ My...