Re: locating default signal handler for SIGSEGV

Valdis.Kletnieks_at_vt.edu
Date: 12/08/03

  • Next message: Roland Postle: "Re: locating default signal handler for SIGSEGV"
    To: Devrat Mittal <u02113@cs.unipune.ernet.in>
    Date: Mon, 08 Dec 2003 15:04:20 -0500
    
    
    

    On Mon, 08 Dec 2003 17:51:32 +0530, Devrat Mittal <u02113@cs.unipune.ernet.in> said:
    > hi ppl,
    > Can anyone tell me how can I locate the signal handler for SIGSEGV,

    The "default" signal handling is often provided by the kernel. That's why you can't
    find it in the binary.

    
    



  • Next message: Roland Postle: "Re: locating default signal handler for SIGSEGV"

    Relevant Pages

    • Re: signal race
      ... when the kernel choses to run it. ... Running a signal handler instead of just returning from ... needs to be informed of (eg creation of a new open file descriptor) ... at least once and is now busy with switching back to the process ...
      (comp.unix.programmer)
    • PThreads, signals, futex and SMP
      ... I am one of the developer of kaffe, a GPL implementation of the Java ... currently running 2.6.8.1 Mandrake Kernel. ... The signal handler calls sigwait to stop the ... static int futex_wait ...
      (Linux-Kernel)
    • Re: Non-executable stack
      ... >> To unsubscribe, send any mail to ... The kernel places code on the user stack, ... to call a signal handler, call it and cleanup anything that needs to be ...
      (FreeBSD-Security)
    • Re: Reentrancy
      ... With synchronous signal handling, like on Windows, only functions ... that call user-defined callbacks have to be designed for re-entrancy. ... you'd better avoid calling asctime from inside a signal handler ... environment with asynchronous signal handling, ...
      (microsoft.public.vc.language)
    • Re: signal race
      ... when the kernel choses to run it. ... Running a signal handler instead of just returning from ... needs to be informed of (eg creation of a new open file descriptor) ... can SIGCHLD force the execution of a signal handler ...
      (comp.unix.programmer)