And ECC memory still isn't standard in PC computers
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
God I wish
I used to be a part of an anticheat dev team and we discovered that this was a common problem back in the Windows XP era.
We added a routine to check the memory addresses used after a crash and notified the user if we suspected hardware failure.
At the time we suspected unstable overclocks because the metrics showed us the computers affected were typically overclocked as well.
The 90% are caused by Fhqwhgads.
Fhqwhgads pushes every bit to the limit.
Figures, sorry.
I really don't remember the last time Firefox crashed on me and I've been using it for many years
I often have to kill it because it refuses to load things on new tabs.
I do use a VPN extension with it, so it could be that, but the result is the same.
Yeah same here. Sometimes I think some people either have no clue how to use a computer or they do it on purpose and then complain.
Technically every that happens on a computer is a bit flip 😏
Firefox kept crashing on me a few days ago. Decided to run MemTest86 and sure enough. Bad RAM.
Ouch, my condolences to your wallet
Time to make a compromise by buying the cheapest €130 8GB stick.
Luckily for me, I was already running 64GB so now I’m down to 32GB. I can try to wait it out. -_- I don’t really need that much anyway, but I’m glad I had it when it was cheap
This is how dev humblebrag sounds like.
Our app is so stable only random hardware events like bitflips can crash it.
LOL, nah, Firefox isn't that stable. If 10% of crashes were caused by bad RAM, it means 90% were still caused by something else.
(My install regularly gets a memory leak that eventually makes my system unusable, BTW. I don't think it's necessarily the fault of Firefox itself -- more likely Javascript running in tabs, maybe interacting with an extension or something, and some of the blame goes to the kernel's poor handling of low memory conditions -- but it's definitely not "dev humblebrag stable" for me.)
10% of all crashes is definitively a brag. Crashes due to faulty hardware/bitflips is rare rare, generally I would expect that percentage to be less than 1% in any complex app
A lot of these crashes were caused by third party security software injecting code into firefox. There was also some malware, and utilities like driver helpers.
I don't have precise numbers, but you may be able to search for it.
I flip my bits looking at porn using FireFox and that shit almost never crashes 🤷♂️
What makes Firefox more susceptible to bitflips than any other software? Wouldn't that mean that 10% of all software crashes are caused by bitflips and it just depends what software you are running when that happens.
I don't think they're arguing that Firefox is more susceptible to bit flips. They're trying to say that their software is "solid" enough that a significant number of the reported crashes are due to faulty hardware, which is essentially out of their control.
If other software used the same methodology, you could probably use the numbers to statistically compare how "solid" the code base is between the two programs. For example, if the other software found that 20% of their crashes were caused by bit flips, you could reasonably assume that the other software is built better because a smaller portion of their crashes is within their control.
This checks out with Linus Torvalds saying most OS crashes across linux AND windows are caused by hardware issues, and also why he uses ECC RAM.