this post was submitted on 14 Mar 2024
1 points (100.0% liked)

Programmer Humor

22219 readers
1486 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ryannathans@aussie.zone -1 points 1 year ago* (last edited 1 year ago) (1 children)
[–] EinfachUnersetzlich@lemm.ee 0 points 1 year ago (1 children)

If you can make safe Rust segfault you're doing something wrong.

[–] sxan@midwest.social -1 points 1 year ago (1 children)

IME Rust programs crash at about the same rate as other languages. "Rewrite everything in Rust" hasn't made much of a difference for me, so far.

[–] nick@campfyre.nickwebster.dev 1 points 1 year ago

A crash is different to a SEGFAULT. I'd be very surprised to see a safe rust program segfault unless it was actively exploiting a compiler bug.