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

testjna_gradle fails with: double free or corruption #4980

Open
markus2330 opened this issue Jul 14, 2023 · 3 comments
Open

testjna_gradle fails with: double free or corruption #4980

markus2330 opened this issue Jul 14, 2023 · 3 comments

Comments

@markus2330
Copy link
Contributor

On master Jenkins builds now fail with:

35/293 Test  #35: testjna_gradle ................................***Failed    3.31 sec

double free or corruption (out)


FAILURE: Build failed with an exception.


* What went wrong:

Execution failed for task ':libelektra:test'.

> Process 'Gradle Test Executor 1' finished with non-zero exit value 134

  This problem might be caused by incorrect test process configuration.

  Please refer to the test execution section in the User Manual at https://docs.gradle.org/8.0.2/userguide/java_testing.html#sec:test_execution


* Try:

> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.


* Exception is:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':libelektra:test'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:149)
	at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:282)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:147)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:135)
	at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
	...
	at org.gradle.internal.dispatch.AsyncDispatch$1.run(AsyncDispatch.java:71)
	at org.gradle.internal.concurrent.InterruptibleRunnable.run(InterruptibleRunnable.java:42)
	at org.gradle.internal.operations.CurrentBuildOperationPreservingRunnable.run(CurrentBuildOperationPreservingRunnable.java:42)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49)

* Get more help at https://help.gradle.org/

BUILD FAILED in 3s

https://build.libelektra.org/blue/organizations/jenkins/libelektra/detail/master/1080/pipeline

@markus2330
Copy link
Contributor Author

@tucek any idea? It cannot be related to #4972, can it?

@tucek
Copy link
Contributor

tucek commented Jul 22, 2023

@tucek any idea? It cannot be related to #4972, can it?

Since #4972 only contains documentation, i cannot see any relevance...

@markus2330
Copy link
Contributor Author

So maybe a Java upgrade?

@tucek tucek self-assigned this Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants