what do i do in this position ?

  • nrabulinski@beehaw.org
    link
    fedilink
    arrow-up
    11
    ·
    1 year ago

    That’s not a segfault, that’s a bus error, which also refers to memory, but it’s a different kind of error, typically occurring when you access a misaligned address or some address which cannot possibly be referenced. Probably a problem with one of the pre-built binaries some npm module ships

  • karmiclychee @sh.itjust.works
    link
    fedilink
    arrow-up
    11
    ·
    1 year ago

    rm -rf node_modules early, rm -rf node_modules often. And if that doesn’t work, quit your job and pick up a trade, like plumbing, or joinery.

    • _brian@programming.devOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      fresh new project so no git history .i just copy pasted few configuration files (from my personal boilerplate.) and install all the node modules.i’m guessing some package was missing or something.

  • akash_rawal@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I may have found the person behind a Tomcat server I had to troubleshoot. It would stop running when a different JVM threw an OutOfMemoryException.