Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Nawap13977yOne of my favourite error!
Because it does not throw any line number, and fuck yeah go through the whole code to find it! -
aritzh7537y@Nawap debuggers can stop right where it happened, though. In CLion, for example (which uses gdb) automatically stops where the segfault happened, and lets you see some (others just don't work) variables. Really helpful. Although the easiest, by far, is to use valgrind, or address sanitizer.
Related Rants
-
seraphimsystems16Dear me, We have noticed you uploaded files to a public github with your API keys in plaintext. Please proce...
-
linuxxx17More than half of all support calls and tickets we get are so fucking easily searchable through our own fuckin...
-
uuid4One day: 10000% motivation.... Next day: 0% motivation. *sigh*
Segmentation fault core dumped
rant
wk94