Forum Discussion
Altera_Forum
Honored Contributor
8 years agoQuartus Prime Lite Edition 17.1 not running in Docker (Linux)
I can install the Software inside docker. But when i start the application, i get this error: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> abc@xrdp_server:/opt/altera_lite/quartus/bin$ ./q...
- 7 years ago
I have followed the solution of https://forums.intel.com/s/question/0D50P00003yyTA4SAM/quartus-failed-to-run-inside-docker-linux?language=en_US
Installed the package libtcmalloc-minimal4:
apt-get install libtcmalloc-minimal4Pre-load the corresponding library:
export LD_PRELOAD=/usr/lib/libtcmalloc_minimal.so.4Now quartus seems to run smoothly 👍
TFisc4
New Contributor
7 years agoHello,
I have the same issue with quartus 17.0, 17.1 & 18.0
In my case it does not run on docker but on a virtual machine.
I have run valgrind (log file attached) on it and get a lot of "Invalid free() / delete / delete[] / realloc()" error messages, and apparently all from the flexlm.
I do not how if you managed to fix, I did not, and the altera support is not supportive.
regards,
--
Thierry