Bug 561568 - Eclipse IDE ends-up in a StackOverflow exception when building projects with circular references
Summary: Eclipse IDE ends-up in a StackOverflow exception when building projects with ...
Status: CLOSED DUPLICATE of bug 579138
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build-managed (show other bugs)
Version: 9.9.0   Edit
Hardware: PC All
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2020-03-30 01:14 EDT by Adrian Oltean CLA
Modified: 2022-03-08 10:42 EST (History)
3 users (show)

See Also:


Attachments
Linked projects (299.40 KB, application/x-zip-compressed)
2020-03-30 01:14 EDT, Adrian Oltean CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Oltean CLA 2020-03-30 01:14:00 EDT
Created attachment 282267 [details]
Linked projects

The patch associated with ticket 546407 introduces a serious problem - a stack overflow. Problem can be reproduced with Eclipse IDE for C/C++ 2019-12/2020-03. 

Attached zip contains some 'hello world' projects that reference each other in a complex hierarchy. Once any project is attempted to be built, the IDE ends-up in a StackOverflowError. 

To reproduce the problem, import the attached projects inside IDE 2020-03 running on a Linux host and then build any of them.
Comment 1 Jonah Graham CLA 2022-03-08 10:42:32 EST
Turns out that this has been filed again, but I have more details in the newer bug so marking this one as the duplicate.

*** This bug has been marked as a duplicate of bug 579138 ***