-
Notifications
You must be signed in to change notification settings - Fork 3
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
DebugSymbolsTest.debugSymbolsQuarkus fails with latest GraalVM master #154
Comments
Copying from: #102 (comment) The regression was introduced with oracle/graal#6504 and more specifically by oracle/graal@b70c640 It's also worth noting that oracle/graal@00eaa8e makes The above changes result in making the breakpoint appear in a different line (even with |
The regression is due to defaulting to not using Building the native image with This doesn't look like an upstream bug, but we probably want:
|
That seems fine. We'll have to add to the debugtest for the non-quarkus app as well, though.
Like test it as two variations of the debug info tests? Not sure if it's worth it. |
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: Karm#154
New defaults coming in 23.1 (and possibly 23.0?) Closes: #154
Re-opening this until the quarkus fix is in. |
New behaviour backported to 23.0 as well oracle/graal@eefeda1 Relates to Karm#154
New behaviour backported to 23.0 as well oracle/graal@eefeda1 Relates to #154
debugSymbolsSmokeGDB fails with (both with Java 17 and Java 20):
Latest passing run was https://github.com/graalvm/mandrel/actions/runs/4878221407/jobs/8703969691 (4 days ago).
The github image runner in both cases is Image: ubuntu-22.04 Version: 20230426.1 indicating this is not due to a change in the github runners (e.g. gdb version)
The text was updated successfully, but these errors were encountered: