doresome
doresome
Hi, I was just searching for a solution to this very problem and found your question, and a little bit later the answer here. https://answers.sap.com/questions/13286419/ase-16-signal-11-stack-trace-snapvalidate-kba-3018.html In your docker RUN script...
A successful start will have these messages at the bottom of the log ``` sudo docker exec syb bash -c ":; cd /opt/sybase/ASE-16_0/install/; tail -5 MYSYBASE.log" 00:0002:00000:00002:2023/09/30 15:31:31.24 server Master...
The only change I had to make was add line 20 as below ``` $ sudo docker exec syb bash -c ":; cd /opt/sybase/ASE-16_0/install/; cat -n RUN_MYSYBASE | tail -5"...
Sorry don't know how to user docker-compose but I've seen someone else do it and know it's possible. I can use bash and sudo docker to do this (as the...