Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created March 28, 2015 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/a927cb39677e4e50515a to your computer and use it in GitHub Desktop.
Save Nokius/a927cb39677e4e50515a to your computer and use it in GitHub Desktop.
sh-3.2# EGL_PLATFORM=hwcomposer gdb ./test_hwcomposer
GNU gdb (GDB) Mer (7.5.1+git3)
Copyright (C) 2012 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 "armv7hl-meego-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/nemo/test_hwcomposer...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/nemo/test_hwcomposer
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
width: 1080 height: 1920
[New Thread 0xb4fad420 (LWP 18471)]
OpenGL ES 3.0 V@53.0 AU@ (CL@3776187)
[New Thread 0xb3fe0420 (LWP 18472)]
[Thread 0xb3fe0420 (LWP 18472) exited]
^C
Program received signal SIGINT, Interrupt.
0xb6c00520 in ?? (Cannot access memory at address 0xf2
)
(gdb) bt full
#0 0xb6c00520 in ?? ()
No symbol table info available.
#1 0xb6c0cdb6 in ?? ()
No symbol table info available.
#2 0xb6c0cdb6 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment