Forum Discussion
Quartusexplorer
New Contributor
1 year agoAs getting into trouble of near same issue, thought to use the post as opportunity to ask my question.
We are also using Quartus in docker, and until now, we use it in Jenkins with docker parameter `--network host`, which helps to avoid the munmap_chunk(): invalid pointer error
However, while trying to use Azure DevOps pipeline, for some reason, Microsoft use the --network switch for its own purpose to add a network, that it automatically creating while starting the container.
Which means, its now not possible to use the hack (--network host) in such case.
Does anybody know, and have any idea where to focus for such issue? Does anybody know, how the --network host does help to avoid such error?