GNU gdb (GDB) 7.5
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 "i686-pc-mingw32".
For bug reporting instructions, please see:
<
http://www.gnu.org/software/gdb/bugs/>.
This binary was built by Equation Solution <
http://www.Equation.com>.
(gdb) target exec vlc
(gdb) run
Starting program: C:\vlc\vlc.exe
[New Thread 2924.0xd90]
[New Thread 2924.0x14c8]
[New Thread 2924.0x16ec]
[New Thread 2924.0x1790]
[New Thread 2924.0xc34]
[New Thread 2924.0x1568]
[New Thread 2924.0x474]
[New Thread 2924.0x1334]
[New Thread 2924.0x1344]
[New Thread 2924.0x6a4]
[New Thread 2924.0x6b4]
[New Thread 2924.0x1158]
[New Thread 2924.0x15c8]
[New Thread 2924.0x888]
[New Thread 2924.0xf10]
[New Thread 2924.0x5fc]
[New Thread 2924.0x13cc]
[New Thread 2924.0x1180]
[New Thread 2924.0x41c]
[New Thread 2924.0x16b4]
[New Thread 2924.0x10f8]
[New Thread 2924.0xdc8]
[New Thread 2924.0x1590]
[New Thread 2924.0x1194]
[New Thread 2924.0x1084]
[New Thread 2924.0x154c]
[New Thread 2924.0x668]
[New Thread 2924.0xb88]
[New Thread 2924.0x17c8]
[New Thread 2924.0x8b4]
[New Thread 2924.0x157c]
[New Thread 2924.0x1684]
[New Thread 2924.0x1730]
[New Thread 2924.0x9d4]
[New Thread 2924.0x384]
[New Thread 2924.0x17d4]
[New Thread 2924.0x1328]
[New Thread 2924.0x7a0]
[New Thread 2924.0xfec]
[New Thread 2924.0x15a8]
[New Thread 2924.0xe30]
[New Thread 2924.0x7e8]
[New Thread 2924.0x1734]
[New Thread 2924.0x158c]
[New Thread 2924.0x10bc]
[New Thread 2924.0x174]
[New Thread 2924.0x1610]
[New Thread 2924.0x17b8]
[New Thread 2924.0x14a4]
[New Thread 2924.0x15ac]
[New Thread 2924.0xb64]
[New Thread 2924.0xdd8]
[New Thread 2924.0x1624]
[New Thread 2924.0x14a0]
[New Thread 2924.0xe60]
[New Thread 2924.0x988]
[New Thread 2924.0x184]
[New Thread 2924.0x1604]
[New Thread 2924.0xe64]
[New Thread 2924.0x2c0]
[New Thread 2924.0x100c]
[New Thread 2924.0xac8]
[New Thread 2924.0xca4]
warning: Critical error detected c0000374
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 2924.0xf10]
0x77cde696 in ntdll!KiRaiseUserExceptionDispatcher ()
from C:\Windows\system32\ntdll.dll
(gdb) bt
#0 0x77cde696 in ntdll!KiRaiseUserExceptionDispatcher ()
from C:\Windows\system32\ntdll.dll
#1 0x7e74aae6 in ?? ()
#2 0x0e059040 in ?? ()
#3 0x77cdf5c9 in ntdll!LdrAddRefDll () from C:\Windows\system32\ntdll.dll
#4 0xc0000374 in ?? ()
#5 0x77d14268 in ntdll!_itow () from C:\Windows\system32\ntdll.dll
#6 0x0960fa50 in ?? ()
#7 0x77cdf6a9 in ntdll!LdrAddRefDll () from C:\Windows\system32\ntdll.dll
#8 0x00000002 in ?? ()
#9 0x7e74aaba in ?? ()
#10 0x0e059040 in ?? ()
#11 0x77c9af3e in ntdll!AlpcMaxAllowedMessageLength ()
from C:\Windows\system32\ntdll.dll
#12 0x0000000c in ?? ()
#13 0x00030000 in ?? ()
#14 0x77c43cee in ntdll!RtlCreateAcl () from C:\Windows\system32\ntdll.dll
#15 0x000002d0 in ?? ()
#16 0x000002e8 in ?? ()
#17 0x000300c4 in ?? ()
#18 0x77ce0d8b in ntdll!TpCheckTerminateWorker ()
from C:\Windows\system32\ntdll.dll
#19 0x00030000 in ?? ()
#20 0x77c9ae7e in ntdll!AlpcMaxAllowedMessageLength ()
from C:\Windows\system32\ntdll.dll
#21 0x00030000 in ?? ()
#22 0x77c43cee in ntdll!RtlCreateAcl () from C:\Windows\system32\ntdll.dll
#23 0x000002d0 in ?? ()
#24 0x00000000 in ?? ()
(gdb) Quit (expect signal SIGINT when the program is resumed)
(gdb)