Click here to Skip to main content
15,888,116 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: Twenty Years of Trying to Sabotage My Own Job Pin
maze38-Mar-23 4:57
professionalmaze38-Mar-23 4:57 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
Drew Rankin8-Mar-23 10:25
professionalDrew Rankin8-Mar-23 10:25 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
Roger Wright8-Mar-23 11:02
professionalRoger Wright8-Mar-23 11:02 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
Paras Parmar7-Mar-23 22:21
professionalParas Parmar7-Mar-23 22:21 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
agolddog8-Mar-23 6:40
agolddog8-Mar-23 6:40 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
Gerry Schmitz8-Mar-23 6:44
mveGerry Schmitz8-Mar-23 6:44 
GeneralRe: Twenty Years of Trying to Sabotage My Own Job Pin
Drew Rankin8-Mar-23 11:17
professionalDrew Rankin8-Mar-23 11:17 
PraiseToday I did the impossible. Pin
honey the codewitch7-Mar-23 6:39
mvahoney the codewitch7-Mar-23 6:39 
My SVG code was failing where an if() was testing true when there's no way it should have been. Within the 2nd line of the routine.

Attempts to put debug spew, or otherwise in any way change the binary size of that routine would cause my device to enter a boot loop after flashing the firmware.

Hooking up a JTAG debugger didn't help either. Weirdly it did not fail in the same place in the code, but blew up a few lines later and crashed the debugger.

4 slightly different codebases on 3 different platforms calling this code and 3 were failing. One was working. The one that was working really shouldn't have.

The other 3 were failing as above.

Today I found the problem.

My stack was too heavy. There was just too much data on it, so I moved everything to the heap and presto.

I fixed this completely blind.
To err is human. Fortune favors the monsters.

GeneralRe: Today I did the impossible. Pin
MarkTJohnson7-Mar-23 6:53
professionalMarkTJohnson7-Mar-23 6:53 
GeneralRe: Today I did the impossible. PinPopular
jeron17-Mar-23 7:49
jeron17-Mar-23 7:49 
GeneralRe: Today I did the impossible. Pin
obermd8-Mar-23 3:25
obermd8-Mar-23 3:25 
GeneralRe: Today I did the impossible. Pin
jeron18-Mar-23 3:56
jeron18-Mar-23 3:56 
JokeRe: Today I did the impossible. Pin
Daniel Pfeffer7-Mar-23 7:53
professionalDaniel Pfeffer7-Mar-23 7:53 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 10:30
jochance7-Mar-23 10:30 
GeneralRe: Today I did the impossible. Pin
honey the codewitch7-Mar-23 10:32
mvahoney the codewitch7-Mar-23 10:32 
GeneralRe: Today I did the impossible. Pin
pkfox7-Mar-23 11:00
professionalpkfox7-Mar-23 11:00 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 18:51
jochance7-Mar-23 18:51 
GeneralRe: Today I did the impossible. Pin
englebart7-Mar-23 13:56
professionalenglebart7-Mar-23 13:56 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 17:25
jochance7-Mar-23 17:25 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 19:53
SortaCore7-Mar-23 19:53 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:33
jochance7-Mar-23 20:33 
GeneralRe: Today I did the impossible. Pin
SortaCore7-Mar-23 20:39
SortaCore7-Mar-23 20:39 
GeneralRe: Today I did the impossible. Pin
jochance7-Mar-23 20:48
jochance7-Mar-23 20:48 
GeneralRe: Today I did the impossible. Pin
Jonas Hammarberg8-Mar-23 2:59
professionalJonas Hammarberg8-Mar-23 2:59 
GeneralRe: Today I did the impossible. Pin
jochance8-Mar-23 8:48
jochance8-Mar-23 8:48 

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.