Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- On Host
- gdb -q test
- Reading symbols from /home/yuvraj/screenrecorder/test/test...done.
- (gdb) target remote 192.168.2.15:2345
- Remote debugging using 192.168.2.15:2345
- Reading symbols from /lib/ld-linux.so.3...(no debugging symbols found)...done.
- Loaded symbols for /lib/ld-linux.so.3
- 0x41000880 in ?? ()
- (gdb) continue
- Continuing.
- Cannot access memory at address 0x0
- [New Thread 2350]
- Program received signal SIGSEGV, Segmentation fault.
- [Switching to Thread 2350]
- 0x3aacbfd4 in ?? ()
- (gdb) bt
- #0 0x3aacbfd4 in ?? ()
- Cannot access memory at address 0xff0003da
- #1 0x3aacbfc0 in ?? ()
- Cannot access memory at address 0xff0003da
- Backtrace stopped: previous frame identical to this frame (corrupt stack?)
- On Target
- gdbserver :2345 test
- Process test created; pid = 2349
- Listening on port 2345
- Remote debugging from host 192.168.2.14
- start recroding
- Start to get image
- capture frame creating image SHM
- create image shm
- capture frame to image SHM
- First recording
- yuvi @ add_video_stream
- Open codec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement