Hi. I'm trying to debug ros with gdb (according to GvG's tutorial) and I have a problem. After I attach gdb, reactos boots into desktop and then freezes with endless sigservs. Mouse cursor is not moving. Any ideas?
(gdb) target remote localhost:567 Remote debugging using localhost:567 0x800a8297 in ?? ()
(gdb) continue Continuing.
*** Now ros boots into desktop. ***
Program received signal SIGSEGV, Segmentation fault. 0x0040aa12 in ?? ()
(gdb) continue Continuing. Can't send signals to this remote system. SIGSEGV not sent.
Program received signal SIGSEGV, Segmentation fault. 0x0040aa12 in ?? ()
(gdb) continue Continuing. Can't send signals to this remote system. SIGSEGV not sent.
Program received signal SIGSEGV, Segmentation fault. 0x0040aa12 in ?? ()
......