nrabulinski@beehaw.orgtoProgramming Horror@programming.dev•my react frontend crashed with Segmentation faults
14·
1 year agoThat’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
Are we calling 1.8.9 old now?