Debugging kdcs and signals
    Danilo Almeida 
    dalmeida at MIT.EDU
       
    Sat Sep 10 16:37:08 EDT 2011
    
    
  
Sam,
On Sat, 2011-09-10 at 15:30 -0400, Sam Hartman wrote:
> With the verfto merge, I find that when I'm debugging the KDC, I tend to
> get interrupted by signals a lot more than I used to.
I don't know what signals libverto uses, but here is something I use in my
.gdbinit to help avoid getting interrupted by real-time signals used in a
DCE RPC implementation:
# Ignore RT signal used by DCE RPC.
handle SIG39 nostop
- Danilo
    
    
More information about the krbdev
mailing list