Linked by snydeq on Wed 5th Aug 2009 19:11 UTC
Thread beginning with comment 377332
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Show stopper yes...
by Tuishimi on Wed 5th Aug 2009 22:23
in reply to "RE[3]: Show stopper yes..."
RE[4]: Show stopper yes...
by Tuishimi on Wed 5th Aug 2009 22:26
in reply to "RE[3]: Show stopper yes..."
Allow me to elaborate... two "showstopper" bugs I have fixed that caused OS crashes where simple initialization issues. Shared memory variables were initialized, then cleared (accidentally) but another section of code, then referenced.
In these two cases it literally came down to moving two lines of code and documenting that certain things need to happen in a certain order.
RE[5]: Show stopper yes...
by Tuishimi on Wed 5th Aug 2009 22:26
in reply to "RE[4]: Show stopper yes..."






Member since:
2008-08-19
Only "sometimes"? In my experience, a quick fix made under time pressure will almost inevitably introduce at least one new bug...