Click here to Skip to main content
15,890,438 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: What is a bug? Pin
Dominic Burford5-May-16 9:28
professionalDominic Burford5-May-16 9:28 
GeneralRe: What is a bug? Pin
Nish Nishant5-May-16 9:35
sitebuilderNish Nishant5-May-16 9:35 
GeneralRe: What is a bug? Pin
Dominic Burford5-May-16 10:34
professionalDominic Burford5-May-16 10:34 
GeneralRe: What is a bug? Pin
SeattleC++6-May-16 10:30
SeattleC++6-May-16 10:30 
GeneralRe: What is a bug? Pin
Nish Nishant5-May-16 8:56
sitebuilderNish Nishant5-May-16 8:56 
GeneralRe: What is a bug? Pin
raddevus5-May-16 9:18
mvaraddevus5-May-16 9:18 
GeneralRe: What is a bug? Pin
Nish Nishant5-May-16 9:36
sitebuilderNish Nishant5-May-16 9:36 
GeneralRe: What is a bug? Pin
Member 107319446-May-16 9:08
Member 107319446-May-16 9:08 
I had the misfortune to work with a software development suite, back in my early years (around 1992-93) - where there was a bug in the compiler.

We never exactly figured out the bug - but it manifested itself in a strange way. Basically, the error would only occur at run-time, but the error that was thrown made no sense for the line of code it was thrown at. If you then ran the code with the integrated debugging turned on, and stepped through the code to that line, it would pass just fine, and work as intended.

If - after you exited the debugger - you then executed the code again, no error would be thrown. Only if you modified the code afterward and executed it again, would an error be generated (this time, on a different line, again unrelated to the error being thrown).

We had to track that bug in our bug tracking system, but we never found out what was causing the bug in the compiler. We knew that the object code, though, that the debugger created (likely including the debugging symbols and other cruft needed to make stepping through the code, monitoring variables, establishing breakpoints, etc) worked fine, so as a part of our process at the time, we just included a comment detailing this info at the top of the code, so that we would remember to run a debug on it before shipping it out.

Multiple phone calls and snail-mail letters (the internet wasn't a commercial thing back then) to the vendor of the system went completely unanswered, unfortunately. I ended up leaving the company a year or so later.
GeneralRe: What is a bug? Pin
raddevus6-May-16 9:20
mvaraddevus6-May-16 9:20 
GeneralRe: What is a bug? Pin
Kenneth Haugland5-May-16 9:38
mvaKenneth Haugland5-May-16 9:38 
GeneralRe: What is a bug? Pin
CDP18025-May-16 9:49
CDP18025-May-16 9:49 
PraiseRe: What is a bug? Pin
Slacker0075-May-16 10:05
professionalSlacker0075-May-16 10:05 
GeneralMessage Removed Pin
5-May-16 8:58
professionalN_tro_P5-May-16 8:58 
GeneralRe: What is a bug? Pin
Kevin Marois5-May-16 11:05
professionalKevin Marois5-May-16 11:05 
GeneralRe: What is a bug? Pin
Mark_Wallace5-May-16 9:04
Mark_Wallace5-May-16 9:04 
GeneralRe: What is a bug? Pin
Mandeep85-May-16 9:11
Mandeep85-May-16 9:11 
GeneralRe: What is a bug? Pin
Mark_Wallace5-May-16 9:22
Mark_Wallace5-May-16 9:22 
GeneralRe: What is a bug? Pin
den2k885-May-16 9:14
professionalden2k885-May-16 9:14 
GeneralRe: What is a bug? Pin
Slacker0075-May-16 9:46
professionalSlacker0075-May-16 9:46 
GeneralRe: What is a bug? Pin
David Crow5-May-16 9:18
David Crow5-May-16 9:18 
GeneralRe: What is a bug? Pin
Dominic Burford5-May-16 9:26
professionalDominic Burford5-May-16 9:26 
GeneralRe: What is a bug? Pin
Richard Deeming5-May-16 9:42
mveRichard Deeming5-May-16 9:42 
JokeRe: What is a bug? Pin
Kornfeld Eliyahu Peter5-May-16 9:43
professionalKornfeld Eliyahu Peter5-May-16 9:43 
GeneralRe: What is a bug? Pin
Slacker0075-May-16 9:48
professionalSlacker0075-May-16 9:48 
GeneralRe: What is a bug? Pin
dandy725-May-16 10:19
dandy725-May-16 10:19 

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.