• @[email protected]
    link
    fedilink
    2828 days ago

    Not a word of a lie, I saw a “segmentation fault” error in JavaScript.

    Can’t remember how we resolved it, but it did blow my mind.

    • @[email protected]
      link
      fedilink
      1028 days ago

      Technically any language runtime can end in a segmentation fault.

      For some languages, in principle this shouldn’t be possible, but the runtimes can have bugs and/or you are calling libraries that do some native code at some point.