question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

There is increasing interest in GraalVM. We should document its usage and pitfalls.

One pitfall found in #3288 is that segfaults happen with --static.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:40 (31 by maintainers)

github_iconTop GitHub Comments

1reaction
jameswardcommented, Apr 24, 2020

With blaze-client it seemed to just hang, but it might have been the GraalVM DNS issues with scatch. With async-http-client I had a hard time getting the right GraalVM config due to shaded libs. I tried the jetty-client but can’t remember what happened. Thanks for all your support!

1reaction
apple-corpscommented, Apr 16, 2020

The DNS exceptions were resolved for me on #3288 and https://github.com/gradinac/musl-bundle-example/pull/1. I used muslc . The solution on pull 1 was taken from advice on https://github.com/oracle/graal/issues/1919#issuecomment-589085506

I don’t believe I had issues logging. Will follow up with some example repo and maybe we can discuss muslc vs glibc + muslc approach…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Documentation - GraalVM
GraalVM is a high-performance JDK distribution written for Java and other JVM languages, along with support for JavaScript, Ruby, Python, and several other ......
Read more >
Oracle GraalVM Enterprise Edition - Get Started
Oracle GraalVM Enterprise Edition is a high-performance JDK distribution that provides significant improvements in application performance and efficiency.
Read more >
oracle/graal: GraalVM: Run Programs Faster Anywhere - GitHub
Additional documentation including developer instructions for individual components can be found in corresponding docs/ sub-directories. The documentation for ...
Read more >
GraalVM Native Image Support - Spring
Generated source files can be found in target/spring-aot/main/sources when using Maven and build/generated/aotSources with Gradle. 1.2.2. Hint ...
Read more >
Building a Native Executable - Quarkus
Building a native executable requires using a distribution of GraalVM. ... In addition to the regular files, the build also produces ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found