Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341786 - Launching debug configuration shows "there are build errors" window incorrectly
Summary: Launching debug configuration shows "there are build errors" window incorrectly
Status: RESOLVED INVALID
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Ken Ryall CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 10:20 EDT by Tomas Martinec CLA
Modified: 2011-04-04 11:18 EDT (History)
3 users (show)

See Also:


Attachments
Place of the bug (815 bytes, patch)
2011-04-04 10:24 EDT, Tomas Martinec CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Martinec CLA 2011-04-04 10:20:18 EDT
Build Identifier: I20110127-2034

Once the buildFailed variable in class AbstractCLaunchDelegate2 is set to true, it is never set to false.

Reproducible: Couldn't Reproduce

Steps to Reproduce:
Unable to reproduce buildFailed = true line in a short time.
Comment 1 Tomas Martinec CLA 2011-04-04 10:24:45 EDT
Created attachment 192462 [details]
Place of the bug
Comment 2 James Blackburn CLA 2011-04-04 10:59:58 EDT
(In reply to comment #0)
> Reproducible: Couldn't Reproduce
> 
> Steps to Reproduce:
> Unable to reproduce buildFailed = true line in a short time.

We don't generally change code unless there's a reproducible issue (or an obvious bug...).  

Please re-open if you can produce an issue.
Comment 3 Tomas Martinec CLA 2011-04-04 11:18:47 EDT
Once I produced the issue - that is the reason, why I found buildFailed, which was always set to true. After restarting eclipse I was not able to reproduce it any more and now I am not willing to give it more time. I guess, that the "buildFailed = true" line is needed to be done in order to reproduce the described behavior. I will leave reopening this to your choice.