Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gdb --args tvheadend
- GNU gdb (GDB) 7.4.1-debian
- 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 "arm-linux-gnueabihf".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /usr/bin/tvheadend...(no debugging symbols found)...done.
- (gdb) run
- Starting program: /usr/bin/tvheadend
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
- Program received signal SIGILL, Illegal instruction.
- 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
- (gdb) run
- The program being debugged has been started already.
- Start it from the beginning? (y or n) y
- Starting program: /usr/bin/tvheadend
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
- Program received signal SIGILL, Illegal instruction.
- 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement