Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tycho-4.0.x] Fix stack overflow when workspace config folder contains bnd.bnd file #4710

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

eclipse-tycho-bot
Copy link

Backport

This will backport the following commits from main to tycho-4.0.x:

Questions ?

Please refer to the Backport tool documentation

Currently if one places a bnd.bnd file in the config folder of the
workspace (what seems to be somehow supported) then this is detected as
a project and it tries to find a parent for that what results in the
config folder to be considered as a parent and so on leading to stack
overflow.

This now detects the situation and throws an exception with a message
indicating the cause of the problem.

(cherry picked from commit 836452b)
Copy link

Test Results

  606 files  ±0    606 suites  ±0   4h 39m 13s ⏱️ + 34m 49s
  424 tests ±0    417 ✅  - 1   6 💤 ±0  0 ❌ ±0  1 🔥 +1 
1 272 runs  ±0  1 252 ✅  - 1  19 💤 ±0  0 ❌ ±0  1 🔥 +1 

For more details on these errors, see this check.

Results for commit ff8cd4b. ± Comparison against base commit 20d1c24.

@laeubi laeubi disabled auto-merge February 12, 2025 09:23
@laeubi laeubi merged commit 11b3f65 into tycho-4.0.x Feb 12, 2025
12 of 15 checks passed
@akurtakov akurtakov deleted the backport/tycho-4.0.x/pr-4707 branch February 12, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants