• fmixolydian@programming.devOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    7 days ago

    actually, in the production version i check if the sigsegv handler already got triggered at the start of the handler (to avoid a nested sigsegv) and just exit without any fancy error printing if that happened

    i left it out of this meme bc it would’ve cluttered up the code snippet.