EMGD-Community / intel-binaries-linux

Binaries and source code published by Intel®
https://thopiekar.eu:5443/EMGD
Other
37 stars 11 forks source link

glapi: Missing file? #21

Closed thopiekar closed 9 years ago

thopiekar commented 10 years ago
LANG=C gdb glmark2-es2
GNU gdb (GDB) 7.6.1-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/glmark2-es2...(no debugging symbols found)...done.
(gdb) run 
Starting program: /usr/bin/glmark2-es2 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0xb7e309b6 in glDeleteFramebuffers ()
    at glapi/glapi_x86.S:1017
1017    glapi/glapi_x86.S: No such file or directory.
(gdb) bt
#0  0xb7e309b6 in glDeleteFramebuffers ()
    at glapi/glapi_x86.S:1017
#1  0x0811d58e in ?? ()
#2  0x0811e0b0 in ?? ()
#3  0x0804d163 in ?? ()
#4  0xb7b17905 in __libc_start_main ()
   from /lib/i386-linux-gnu/libc.so.6
#5  0x0804ebd1 in ?? ()

$ gdb glmemperf 
GNU gdb (GDB) 7.6.1-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/glmemperf...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/glmemperf 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
GLMemPerf v0.13 - OpenGL ES 2.0 memory performance benchmark
Copyright (C) 2010 Nokia Corporation. GLMemPerf comes with ABSOLUTELY
NO WARRANTY; This is free software, and you are welcome to redistribute
it under certain conditions.

b
Program received signal SIGSEGV, Segmentation fault.
0xb7e73b86 in glGetString () at glapi/glapi_x86.S:674
674 glapi/glapi_x86.S: Datei oder Verzeichnis nicht gefunden.