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
-
You're debugging it so it hid itself from showing what it really did when you were not watching.
Guys, it's alive!! -
Race condition? If you're building it from source try building with debug and no optimization and see if it works. Optimizing compilers can get a bit eager sometimes (trigger optimizations assuming undefined behaviour won't happen, etc.), somebody might've forgotten to mark something volatile (if it's C/C++).
-
I wrote a program once which wouldn't run without a System.out.println("initialized"); right after it had initialized everything and was about to run the main program loop.
Related Rants
*launch software*
> goes tits up with no info
*restart machine, launch software*
> still goes tits up
*su to the user it runs as and run it manually because fuck you shitstaind*
> still goes tits up
*launch with debug logs enabled*
> suddenly works
What is this black magic?!
rant
much ai
it's getting sentient!