Skip to content

Instantly share code, notes, and snippets.

@Ingvix
Created March 16, 2018 12:37
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 Ingvix/4c1688c91a37679c82e90adf63492130 to your computer and use it in GitHub Desktop.
Save Ingvix/4c1688c91a37679c82e90adf63492130 to your computer and use it in GitHub Desktop.
[nemo@Sailfish minimer]$ QT_QPA_NO_FRAMEBUFFER_FIRST=1 EGL_PLATFORM=hwcomposer gdb test_hwcomposer
GNU gdb (GDB) Mer (7.6.2+git2)
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 "armv7hl-meego-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/test_hwcomposer...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/test_hwcomposer
Missing separate debuginfo for /usr/lib/libwayland-client.so.0
Try: zypper install -C "debuginfo(build-id)=fa4e2de3e292d7faea1cd07be25f346a6c10f8db"
Missing separate debuginfo for /usr/lib/libwayland-server.so.0
Try: zypper install -C "debuginfo(build-id)=5870c6a10daff7c5cfa3d0702a91336a501a7640"
Missing separate debuginfo for /usr/lib/libstdc++.so.6
Try: zypper install -C "debuginfo(build-id)=8150765797650e566eff7b5fe0adf8857744daae"
Missing separate debuginfo for /lib/libgcc_s.so.1
Try: zypper install -C "debuginfo(build-id)=8c67ca955aceccdb9761a89b80b74df40dc0833a"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".
Missing separate debuginfo for /usr/lib/libffi.so.6
Try: zypper install -C "debuginfo(build-id)=fcfad718f0e2a72f1721ee70eb3159b69be41acc"
[New Thread 0x40eed400 (LWP 2434)]
[New Thread 0x40f4ab40 (LWP 2435)]
[New Thread 0x4176a400 (LWP 2436)]
width: 800 height: 1280
[New Thread 0x423a4400 (LWP 2437)]
OpenGL ES 2.0 (OpenGL ES 2.0 14.01003)
[New Thread 0x42da7400 (LWP 2439)]
Program received signal SIGSEGV, Segmentation fault.
0x406b81e2 in ?? ()
(gdb) bt full
#0 0x406b81e2 in ?? ()
No symbol table info available.
#1 0x406b8f92 in ?? ()
No symbol table info available.
#2 0x406b8f92 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment