Comment 3 for bug 733403

Revision history for this message
Alexandros Frantzis (afrantzis) wrote :

In my case with:
uname -r: 2.6.31.14.20-efikamx
libegl1-imx: 1.0.3-20110310
libgles2-imx: 1.0.3-20110310
xserver-xorg-video-imx: 1.0.0-20110228

The tfp example doesn't show anything on the cube when it is run normally and crashes when run with --no-egl-image.

With the 20110312 experimental packages, the tfp example crashes when it is run normally and shows some corrupted visuals on the faces with --no-egl-image.

The backtrace for the crash is:

Program received signal SIGSEGV, Segmentation fault.
0x2afd324c in free () from /lib/libc.so.6
(gdb) bt
#0 0x2afd324c in free () from /lib/libc.so.6
#1 0x2b0925f6 in os_free () from /usr/lib/libkgsl.so.1.0
#2 0x2aae44a4 in eglDestroyImageKHR () from /usr/lib/libEGL.so.1.4
#3 0x00009e14 in app_reshape (data=0x7ecbd4ec) at texture_from_pixmap_glesv2.c:308
#4 0x0000a724 in app_run (data=0x7ecbd4ec) at texture_from_pixmap_glesv2.c:565
#5 0x0000ae64 in main (argc=1, argv=0x7ecbd754) at texture_from_pixmap_glesv2.c:78