Click here to Skip to main content
15,884,472 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle 656 Pin
Sander Rossel5-Apr-23 21:18
professionalSander Rossel5-Apr-23 21:18 
GeneralRe: Wordle 656 Pin
FreedMalloc6-Apr-23 5:11
FreedMalloc6-Apr-23 5:11 
GeneralRe: Wordle 656 4/6 Pin
den2k885-Apr-23 21:46
professionalden2k885-Apr-23 21:46 
GeneralRe: Wordle 656 (5/6) Pin
musefan6-Apr-23 3:56
musefan6-Apr-23 3:56 
GeneralRe: Wordle 656 Pin
Cp-Coder6-Apr-23 5:47
Cp-Coder6-Apr-23 5:47 
GeneralRe: Wordle 656 6/6 Pin
jmaida6-Apr-23 6:19
jmaida6-Apr-23 6:19 
Generalworldle 439 Pin
jmaida5-Apr-23 12:02
jmaida5-Apr-23 12:02 
GeneralStrolling off the edge Pin
honey the codewitch5-Apr-23 4:53
mvahoney the codewitch5-Apr-23 4:53 
My last three major problems in my code involved buffer overruns.

These are fun on the ESP32 or other platforms without memory protection because you don't crash when the Bad Thing(TM) happens. You crash in the aftermath as a consequence, by for example, trying to execute an illegal instruction because your data overwrote your code.

Because of that, even *if* your stack dump isn't corrupt you still won't get much in the way of a hint as to where the actual error is.

The bottom line is you get to debug it blind.

I solved the last three times this happened, and it's making me a better troubleshooter. Damn it's difficult though.
To err is human. Fortune favors the monsters.

GeneralRe: Strolling off the edge Pin
Richard MacCutchan5-Apr-23 5:03
mveRichard MacCutchan5-Apr-23 5:03 
GeneralRe: Strolling off the edge Pin
raddevus5-Apr-23 5:23
mvaraddevus5-Apr-23 5:23 
GeneralRe: Strolling off the edge Pin
Richard MacCutchan5-Apr-23 5:27
mveRichard MacCutchan5-Apr-23 5:27 
GeneralRe: Strolling off the edge Pin
glennPattonWork35-Apr-23 6:09
professionalglennPattonWork35-Apr-23 6:09 
GeneralRe: Strolling off the edge Pin
  Forogar  5-Apr-23 8:28
professional  Forogar  5-Apr-23 8:28 
JokeRe: Strolling off the edge Pin
Julian Ragan5-Apr-23 9:03
Julian Ragan5-Apr-23 9:03 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 11:19
mvahoney the codewitch5-Apr-23 11:19 
GeneralRe: Strolling off the edge Pin
jschell5-Apr-23 6:39
jschell5-Apr-23 6:39 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 6:41
mvahoney the codewitch5-Apr-23 6:41 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 15:03
mvahoney the codewitch5-Apr-23 15:03 
GeneralRe: Strolling off the edge Pin
jschell6-Apr-23 5:14
jschell6-Apr-23 5:14 
GeneralRe: Strolling off the edge Pin
honey the codewitch6-Apr-23 10:04
mvahoney the codewitch6-Apr-23 10:04 
GeneralRe: Strolling off the edge Pin
jschell7-Apr-23 9:10
jschell7-Apr-23 9:10 
GeneralRe: Strolling off the edge Pin
jmaida5-Apr-23 10:32
jmaida5-Apr-23 10:32 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 10:37
mvahoney the codewitch5-Apr-23 10:37 
JokeRe: Strolling off the edge Pin
FreedMalloc5-Apr-23 10:57
FreedMalloc5-Apr-23 10:57 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 11:09
mvahoney the codewitch5-Apr-23 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.