You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please re-test on latest master. This module is internally using the lxml package, and there was a big memory corruption bug due to #454 . It could easily cause this behaviour.
If latest master has not already fixed it, can you please retry the task after adding this:
- name: Download le jar
maven_artifact:
group_id: fr.xxx.xxx.xxx.xxx
artifact_id: xxxx
extension: jar
repository_url: "{{ artifactory_url }}/xxx-maven-{{ stages_or_releases }}"
dest: /appli/projects/sat/xxxxxxx-{{ stages_or_releases }}.jar
validate_certs: false
version: "{{ version_number }}"
become_user: spring
become: true
vars:
mitogen_task_isolation: fork
Notice the vars: at the bottom. And please let me know if mitogen_task_isolation: fork avoids the problem. It is not a real fix, it only hides some problems.
When using a step of maven artifact there is a infinite loop on 0.2.3 and a clean crash on master
And the stacktrace is
The text was updated successfully, but these errors were encountered: