|
|
|
|
|
by bvinc
2108 days ago
|
|
> As a C programmer I would say they are my favorite class of bugs, because they are so easy to fix, I know what you're trying to say, because at least 95% of segmentation faults are easy to fix, but I take issue with this. The hardest bug that I've ever fixed was a segmentation fault! You've obviously never experienced random crashes where the best idea anyone has is to bisect code changes in production and see when the crashes stop. And you've obviously never experienced random crashes on customer machines where you've tested the crashing function for weeks, poured over crash dumps and ran the exact same function with the exact same data and could never reproduce it. |
|