• lobut@lemmy.ca
    link
    fedilink
    arrow-up
    28
    ·
    18 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.

    • jj4211@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      17 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.