Click here to Skip to main content
15,887,214 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: Video Tutorial Pin
DanW5228-Jul-22 11:37
professionalDanW5228-Jul-22 11:37 
GeneralRe: Video Tutorial Pin
MikeCO103-Aug-22 2:45
MikeCO103-Aug-22 2:45 
RantWhen C++ attacks Pin
honey the codewitch25-Jul-22 3:13
mvahoney the codewitch25-Jul-22 3:13 
GeneralRe: When C++ attacks Pin
Stylianos Polychroniadis25-Jul-22 4:35
Stylianos Polychroniadis25-Jul-22 4:35 
GeneralRe: When C++ attacks Pin
honey the codewitch25-Jul-22 5:52
mvahoney the codewitch25-Jul-22 5:52 
GeneralRe: When C++ attacks Pin
Matt Bond27-Jul-22 3:13
Matt Bond27-Jul-22 3:13 
GeneralRe: When C++ attacks Pin
honey the codewitch27-Jul-22 3:14
mvahoney the codewitch27-Jul-22 3:14 
GeneralRe: When C++ attacks Pin
trønderen25-Jul-22 7:01
trønderen25-Jul-22 7:01 
One variation of that, experienced by a co-worker of mine: When the program was run, it crashed fatally. When you started the debugger to step line by line, to see how far the execution went before crashing, no problem occurred.

The explanation (of course) turned out to be a wild pointer. This one pointed into code space, so an instruction was overwritten with something crazy. This one happened to be the first instruction for that source line. When you step line-by-line, the debugger replaces every first instruction on a line with a breakpoint instruction. The wild pointer then comes in, overwriting the code. But before the debugger attempts to run that code line, it reinserts the original instruction from the exe file, thereby repairing the damage done by the wild pointer. It took my co-worker some cranial massage to identify this bug.
GeneralRe: When C++ attacks Pin
Greg Utas25-Jul-22 7:13
professionalGreg Utas25-Jul-22 7:13 
GeneralRe: When C++ attacks Pin
jmaida25-Jul-22 15:11
jmaida25-Jul-22 15:11 
GeneralRe: When C++ attacks Pin
David O'Neil25-Jul-22 16:07
professionalDavid O'Neil25-Jul-22 16:07 
GeneralRe: When C++ attacks Pin
honey the codewitch25-Jul-22 16:19
mvahoney the codewitch25-Jul-22 16:19 
GeneralRe: When C++ attacks Pin
David O'Neil25-Jul-22 16:42
professionalDavid O'Neil25-Jul-22 16:42 
JokeWoke up this morning and called my boss to ask if I could come in a little late... PinPopular
Sander Rossel24-Jul-22 23:23
professionalSander Rossel24-Jul-22 23:23 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
den2k8824-Jul-22 23:41
professionalden2k8824-Jul-22 23:41 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Craig Robbins25-Jul-22 0:59
Craig Robbins25-Jul-22 0:59 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
PIEBALDconsult25-Jul-22 5:00
mvePIEBALDconsult25-Jul-22 5:00 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Nelek25-Jul-22 5:37
protectorNelek25-Jul-22 5:37 
JokeRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
trønderen25-Jul-22 6:42
trønderen25-Jul-22 6:42 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Sander Rossel25-Jul-22 21:04
professionalSander Rossel25-Jul-22 21:04 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
den2k8825-Jul-22 21:25
professionalden2k8825-Jul-22 21:25 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Nelek25-Jul-22 22:38
protectorNelek25-Jul-22 22:38 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Slow Eddie25-Jul-22 7:50
professionalSlow Eddie25-Jul-22 7:50 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
Craig Robbins25-Jul-22 8:09
Craig Robbins25-Jul-22 8:09 
GeneralRe: Woke up this morning and called my boss to ask if I could come in a little late... Pin
jeron125-Jul-22 9:16
jeron125-Jul-22 9:16 

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.