Could Intel fix this crash with Docker?
Quartus in docker will crash without the following workaround in the Dockerfile:
RUN apt-get -y --no-install-recommends install libtcmalloc-minimal4
ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc_minimal.so.4
This is with Quartus 19.3.
This is the last crash-workaround in Dockerfiles for Quartus.
When Googling, I've found that this crash appears to have been around from at least 2011. Although the workaround seems to be quite robust, it would be great to have it cleaned up!
Googling, we find that this workaround is widely deployed in the wild:
http://fabionotes.blogspot.com/2019/02/quartus-181-on-ubuntu-1810.html
https://forums.intel.com/s/question/0D50P00003yyTbKSAU/quartus-prime-lite-edition-171-not-running-in-docker-linux?language=en_US
https://github.com/OPAE/opae-sdk/issues/1095
https://github.com/kazimuth/r-fpga-challenge/blob/master/docker/quartus-lite.rocker
https://www.scribd.com/presentation/235343425/OpenFlow-Controllers-Comparison