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

Disable PrintAnalysisCallTree by default #460

Closed
gsmet opened this issue Jan 10, 2019 · 1 comment
Closed

Disable PrintAnalysisCallTree by default #460

gsmet opened this issue Jan 10, 2019 · 1 comment
Labels
kind/enhancement New feature or request
Milestone

Comments

@gsmet
Copy link
Member

gsmet commented Jan 10, 2019

When you have a native image build error, you end up with a useless NPE because we enable PrintAnalysisCallTree and GraalVM does not handle this case well.

We should disable it by default and make it an opt-in as it makes debugging native image issues complicated (obviously, if you know the trick, it's not complicated but it's not exactly obvious).

GraalVM issues:

@stuartwdouglas
Copy link
Member

Note that once this is fixed in Graal we should turn this back on again.

@cescoffier cescoffier added this to the 0.6.0 milestone Jan 16, 2019
maxandersen added a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
maxandersen added a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants