this post was submitted on 04 Sep 2023
53 points (100.0% liked)

Programming Horror

22 readers
1 users here now

Welcome to Programming Horror!

This is a place to share strange or terrible code you come across.

For more general memes about programming there's also Programmer Humor.

Looking for mods. If youre interested in moderating the community feel free to dm @Ategon@programming.dev

Rules

Credits

founded 1 year ago
MODERATORS
 

what do i do in this position ?

top 3 comments
sorted by: hot top controversial new old
[–] nrabulinski 16 points 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

[–] pe1uca@lemmy.pe1uca.dev 5 points 1 year ago

I had this issue with sveltekit trying the host option of vite running with bun.
The solution was to re-do the lock files.
You have to delete them and the node_modules folder.
Then you can npm install.

[–] Thyrian@ttrpg.network 1 points 1 year ago

Reprogram in vanilla js html and css - > No dev server. No problem.