Skip to content

Instantly share code, notes, and snippets.

@Ingvix
Created March 20, 2018 10:11
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/ef920cd03efa8cc29c1d61f220e30b8d to your computer and use it in GitHub Desktop.
Save Ingvix/ef920cd03efa8cc29c1d61f220e30b8d to your computer and use it in GitHub Desktop.
[nemo@Sailfish minimer]$ EGL_PLATFORM=null gdb test_sf
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_sf...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/test_sf
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".
[New Thread 0x413f0410 (LWP 8105)]
[New Thread 0x41dff410 (LWP 8112)]
Turning off screen
Turning on screen
Program received signal SIGBUS, Bus error.
0x40397a10 in __pthread_cond_broadcast (cond=0x4182000d) at pthread_cond_broadcast.c:40
40 pthread_cond_broadcast.c: No such file or directory.
(gdb) bt full
#0 0x40397a10 in __pthread_cond_broadcast (cond=0x4182000d) at pthread_cond_broadcast.c:40
__oldval = 0
__atg1_result = <optimized out>
__futex = 0x4182000d
pshared = 0
#1 0x40085134 in ?? ()
No symbol table info available.
#2 0x40085134 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