Wednesday, December 21, 2005

Avoid being bugged by SIGUSR1 in UML

Inorder to prevent being bugged by the SIGUSR1 in UML (User Mode Linux), set the following two options in gdb

(host gdb) handle SIGSEGV pass nostop noprint

(host gdb) handle SIGUSR1 pass nostop noprint

0 Comments:

Post a Comment

<< Home