I verified the version in esm-proposed fixes the issue. I used the
following steps to verify it:

Using a Xenial VM with >2GB of memory (that's a requirement of the mysql
server docker we are using):

$ sudo apt install docker.io gdb
$ sudo docker pull mcr.microsoft.com/mssql/server:2019-latest
$ sudo docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=<YourStrong@Passw0rd>" -p 
1433:1433 --name sql1 -h sql1 -d mcr.microsoft.com/mssql/server:2019-latest
$ sudo ps -ef | grep sql # get the pid
$ sudo gdb -p PID
(gdb) generate-core-file ./core

With 4.4.0-210.242 I get a kernel bug.
With 4.4.0-211.243 it either succeeds or oomkiller kicks in if memory is not 
enough.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1921211

Title:
  Taking a memory dump of user mode process on Xenial hosts causes
  bugcheck/kernel panic and core dump

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1921211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to