-
Notifications
You must be signed in to change notification settings - Fork 764
Description
We have a dev server with 2017-CU13-ubuntu version on Ubuntu 22.04. in this week whe got this problem:
`docker logs a33b27cdd2c4
This program has encountered a fatal error and cannot continue running.
The following diagnostic information is available:
Reason: 0x00000003
Message: mappedBase == address
Stacktrace: 00005d1dd98abd55 00005d1dd98ac975 00005d1dd98ac580
00005d1dd9862c36
Process: 8 - sqlservr
Thread: 78 (application thread 0x1108)
Instance Id: 6cdd07ec-aed8-4438-84a5-c18121c34d1b
Crash Id: 8e80c01b-cf02-456b-bd03-6adc766c78f6
Build stamp: 7d599fe53e35b5a1b0c8a5e4185d8b7334e01a8c5fa77540415502a85f37ef27
`
When I runned on my Windows Docker Desktop the docker runned ok...
I tried to run this command on both machines:
docker run -e 'ACCEPT_EULA=Y' -e 'MSSQL_SA_PASSWORD=Password' -p 1400:1433 -d mcr.microsoft.com/mssql/server:2017-CU13-ubuntu
but, this occur only on versions < CU13, in the CU14 version work for us, but for any reason when I tried to run this version, and atach the databases in this versions, we get problems after restart VM because the container get errors to start too.