• 2 Posts
  • 43 Comments
Joined 6 months ago
cake
Cake day: December 24th, 2023

help-circle
  • I had an issue where a client reported a crash on login. The exception and stack trace reported were very generic and lent no clues to the cause. I tried debugging but could not reproduce. I eventually figured out that the crash only happened for release (non-debug) builds that were obfuscated. I couldn’t find the troublesome code, so I figured out which release introduced the issue, then which commit, then went change by change until I was able to find the cause. It turned out to be a log message in a location that was completely unrelated to login. That exact log message was fine a few lines up. Other code worked fine in that location. For some unknown reason, having that log message in that specific location caused a crash in a completely different area of code.


  • I can’t remember what the exact issue was that was produced by those steps. I want to say it was some sort of visual bug where parts of the page wouldn’t load. I do know that it only happened if you toggled Bluetooth within seconds of flipping the pages so many times. I honestly have no idea why the user decided to change pages so many times. You could take a little bit of time changing the pages, so maybe they kept viewing a page and backed out only to want to view the page again?


  • User reported bugs can be wild. I had one where the user was tapping a button repeatedly so fast that the UI was not keeping up with the code and would no longer sync certain values properly. I’m talking like tap the button 15 times in a second. Another issue involved flipping back and forth between the same page like 10 times then turn the device Bluetooth off and immediately back on.











  • What do you use the servers for, if you don’t mind me asking? I’ve been considering setting something basic up for some additional file storage or local media streaming and am always curious what others use their setups for.

    I used to work IT for a while and we had one guy who would pick up all our old hardware from clients. A lot of it was still functioning well, but the clients got new tech and wanted us to just wipe the drives and get rid of it. The guy would sort through it, keep some of the stuff that was functioning either for himself or to sell and would strip the rest for materials.