• 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...
  • Mali Graphics Debugger : mgddaemon error
    When i try to run mgddaemon i get this error, root@vbox86p:/ # mgddaemon                                                 Segmentation fault 139 can anyone tell me how to solve it , thnx
  • Trying to setup Mali Graphics Debugger on armhf, mgddaemon crashes
    When running hardfloat mgddaemon executable in a Raspberry Pi, I get "Illegal instruction". Info: pi@rpi1:~ $ dpkg --print-architecture armhf pi@rpi1:~ $ cat /proc/cpuinfo processor : 0 model name...
  • 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...
  • 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...