I use GNU debugger (gdb 6.3) in debugging my app. My app seems to crush on a normal run ( not in debugger but compiled in debug mode) and i have no idea whats going on. So i run it my debugger without putting any break points and everytime I came to the point where i suspected i have a "pointer on the loose" my debugger will sent me a message of

In ntdll!DbgUiConnectToDbg () (ntdll.dll)
please enlightened me of what this message all about this might lead me to my bug?

baray98