• Wang Yuan's avatar
    Fix data race in bugReportStart (#7700) · 6b4ae919
    Wang Yuan authored
    The previous fix using _Atomic was insufficient, since we check and set it in
    different places.
    
    The implications of this bug are just that a portion of the bug report will be shown
    twice, in the race case of two concurrent crashes.
    6b4ae919
debug.c 68.3 KB