• Roland McGrath's avatar
    [PATCH] Invalid BUG_ONs in signal.c · 63bd6144
    Roland McGrath authored
    Oh, duh.  The race is obvious.  Sorry for the confusion there.
    
    The BUG_ON's were useful for debugging, since they trigger on a lot of
    errors, but they _also_ trigger on some unlikely (but valid) races.
    
    So just remove them - just fall through to the regular exit code after
    core-dumping (which does everything right).
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    63bd6144
signal.c 66.8 KB