Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Reading symbols from /build/mjpg-streamer/mjpg_streamer...(no debugging symbols found)...done.
  2. (gdb) target remote 192.168.1.56:2345
  3. Remote debugging using 192.168.1.56:2345
  4. Reading symbols from /lib/ld-linux.so.3...(no debugging symbols found)...done.
  5. Loaded symbols for /lib/ld-linux.so.3
  6. 0x400c67c0 in ?? () from /lib/ld-linux.so.3
  7. (gdb) continue
  8. Continuing.
  9. Cannot access memory at address 0x0
  10. [New Thread 1871]
  11.  
  12. Program received signal SIGPIPE, Broken pipe.
  13. [Switching to Thread 1871]
  14. 0x40214e44 in write () from /lib/arm-linux-gnueabi/libpthread.so.0
  15. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement