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

Dependency Graph Walk leads to StackOverflowError #26502

Closed
michalvavrik opened this issue Jul 1, 2022 · 2 comments · Fixed by #26511
Closed

Dependency Graph Walk leads to StackOverflowError #26502

michalvavrik opened this issue Jul 1, 2022 · 2 comments · Fixed by #26511
Labels
kind/bug Something isn't working
Milestone

Comments

@michalvavrik
Copy link
Contributor

michalvavrik commented Jul 1, 2022

Describe the bug

Our ConsumerPactTest throws java.lang.StackOverflowError. I tracked this issue down to the #26411.

Expected behavior

No stack issues.

Actual behavior

No response

How to Reproduce?

Reproducer:

Steps to reproduce the behavior:

  1. git clone https://github.com/quarkus-qe/quarkus-test-suite
  2. cd quarkus-test-suite/test-tooling/pact
  3. mvn clean verify

Output of uname -a or ver

Linux fedora 5.18.5-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun 16 14:51:11 UTC 2022 x86_64 x86_64 x86_64 GNU/Lin

Output of java -version

openjdk version "17.0.3" 2022-04-19 OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06) OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06, mixed mode, sharing)

GraalVM version (if different from Java)

No response

Quarkus version or git rev

999-SNAPSHOT; HEAD d94c5a1d0a55787a2349cbb103a1f42771d23c0a

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)

Additional information

No response

@michalvavrik michalvavrik added the kind/bug Something isn't working label Jul 1, 2022
@michalvavrik
Copy link
Contributor Author

cc @aloubyansky

@aloubyansky
Copy link
Member

@michalvavrik thanks for reporting the issue. We also caught it in #8593 (comment)

@quarkus-bot quarkus-bot bot added this to the 2.11 - main milestone Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants