Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. On Host
  2.  
  3. gdb -q test
  4. Reading symbols from /home/yuvraj/screenrecorder/test/test...done.
  5. (gdb) target remote 192.168.2.15:2345
  6. Remote debugging using 192.168.2.15:2345
  7. Reading symbols from /lib/ld-linux.so.3...(no debugging symbols found)...done.
  8. Loaded symbols for /lib/ld-linux.so.3
  9. 0x41000880 in ?? ()
  10. (gdb) continue
  11. Continuing.
  12. Cannot access memory at address 0x0
  13. [New Thread 2350]
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. [Switching to Thread 2350]
  17. 0x3aacbfd4 in ?? ()
  18. (gdb) bt
  19. #0 0x3aacbfd4 in ?? ()
  20. Cannot access memory at address 0xff0003da
  21. #1 0x3aacbfc0 in ?? ()
  22. Cannot access memory at address 0xff0003da
  23. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  24.  
  25.  
  26.  
  27. On Target
  28.  
  29. gdbserver :2345 test
  30. Process test created; pid = 2349
  31. Listening on port 2345
  32. Remote debugging from host 192.168.2.14
  33. start recroding
  34. Start to get image
  35. capture frame creating image SHM
  36. create image shm
  37. capture frame to image SHM
  38. First recording
  39. yuvi @ add_video_stream
  40. Open codec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement