C:\VideoRecorder\GStreamer>gdb gst-launch-1.0 GNU gdb (GDB) 7.9 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-w64-mingw32". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". This binary was built by Equation Solution ... Reading symbols from gst-launch-1.0...done. (gdb) run -e udpsrc address="192.168.1.101" port=5018 caps="audio/x-raw,format=S16LE,rate=8000,channels=1" ! fakesink dump=TRUE Starting program: C:\gstreamer\1.0\x86\bin\gst-launch-1.0.exe -e udpsrc address="192.168.1.101" port=5018 caps="audio/x-raw,format=S16LE,rate=8000,channels=1" ! fakesink dump=TRUE [New Thread 8840.0x37f8] warning: `C:\Windows\SYSTEM32\ntdll.dll': Shared library architecture i386:x86-64 is not compatible with target architec ture i386. warning: `C:\Windows\SYSTEM32\wow64.dll': Shared library architecture i386:x86-64 is not compatible with target architec ture i386. warning: `C:\Windows\SYSTEM32\wow64win.dll': Shared library architecture i386:x86-64 is not compatible with target archi tecture i386. warning: `C:\Windows\SYSTEM32\wow64cpu.dll': Shared library architecture i386:x86-64 is not compatible with target architecture i386. warning: Could not load shared library symbols for WOW64_IMAGE_SECTION. Do you need "set solib-search-path" or "set sysroot"? warning: Could not load shared library symbols for WOW64_IMAGE_SECTION. Do you need "set solib-search-path" or "set sysroot"? warning: Could not load shared library symbols for NOT_AN_IMAGE. Do you need "set solib-search-path" or "set sysroot"? warning: Could not load shared library symbols for NOT_AN_IMAGE. Do you need "set solib-search-path" or "set sysroot"? [New Thread 8840.0x2840] [New Thread 8840.0x2118] Setting pipeline to PAUSED ... [New Thread 8840.0x3460] Pipeline is live and does not need PREROLL ... [Thread 8840.0x2118 exited with code 0] [Thread 8840.0x2840 exited with code 0] [New Thread 8840.0x3304] Program received signal SIGINT, Interrupt. [Switching to Thread 8840.0x3304] 0x008bdf68 in ?? () (gdb) (gdb) thread apply all backtrace Thread 5 (Thread 8840.0x3304): #0 0x008bdf68 in ?? () Backtrace stopped: Cannot access memory at address 0x5 Thread 4 (Thread 8840.0x3460): #0 0x0000002b in ?? () #1 0x28fab000 in ?? () #2 0x78f3f000 in ?? () #3 0x00000003 in ?? () #4 0x00000100 in ?? () #5 0x00000c00 in ?? () #6 0x00000001 in ?? () #7 0x0a296000 in ?? () #8 0x00006776 in ?? () #9 0x00000000 in ?? () Thread 1 (Thread 8840.0x37f8): #0 0x0008ec08 in ?? () #1 0x00000000 in ?? () (gdb)