Skip to content

Instantly share code, notes, and snippets.

@awrelll
Created November 18, 2015 08:09
Show Gist options
  • Save awrelll/8aaed13f2c9615eff418 to your computer and use it in GitHub Desktop.
Save awrelll/8aaed13f2c9615eff418 to your computer and use it in GitHub Desktop.
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ethminer...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/ethminer
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0x00007fffebdeee5b in ?? () from /usr/lib/libamdocl64.so
(gdb) bt
#0 0x00007fffebdeee5b in ?? () from /usr/lib/libamdocl64.so
#1 0x00007fffebe3d4c0 in ?? () from /usr/lib/libamdocl64.so
#2 0x00007fffebe789f9 in ?? () from /usr/lib/libamdocl64.so
#3 0x00007fffebe78a4f in ?? () from /usr/lib/libamdocl64.so
#4 0x00007fffebe79545 in ?? () from /usr/lib/libamdocl64.so
#5 0x00007fffebda55f6 in ?? () from /usr/lib/libamdocl64.so
#6 0x00007fffebda76c8 in ?? () from /usr/lib/libamdocl64.so
#7 0x00007fffebda7866 in ?? () from /usr/lib/libamdocl64.so
#8 0x00007fffebd67fd0 in ?? () from /usr/lib/libamdocl64.so
#9 0x00007fffebd81c77 in ?? () from /usr/lib/libamdocl64.so
#10 0x00007fffebd51713 in clIcdGetPlatformIDsKHR () from /usr/lib/libamdocl64.so
#11 0x00007ffff59ab331 in ?? () from /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
#12 0x00007ffff7de95ba in call_init (l=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7fffffffe578, env=env@entry=0x7fffffffe588) at dl-init.c:72
#13 0x00007ffff7de96cb in call_init (env=<optimized out>, argv=<optimized out>, argc=<optimized out>, l=<optimized out>) at dl-init.c:30
#14 _dl_init (main_map=0x7ffff7ffe188, argc=1, argv=0x7fffffffe578, env=0x7fffffffe588) at dl-init.c:120
#15 0x00007ffff7dd9d0a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#16 0x0000000000000001 in ?? ()
#17 0x00007fffffffe7b0 in ?? ()
#18 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment