• antirez's avatar
    Don't use an alternative stack for SIGSEGV & co. · 3ada43e7
    antirez authored
    This commit reverts most of c5757662, in
    order to use back main stack for signal handling.
    
    The main reason is that otherwise it is completely pointless that we do
    a lot of efforts to print the stack trace on crash, and the content of
    the stack and registers as well. Using an alternate stack broken this
    feature completely.
    3ada43e7
redis.c 91.9 KB