Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel bug check #479

Closed
sirio3mil opened this issue Jul 23, 2019 · 2 comments
Closed

Kernel bug check #479

sirio3mil opened this issue Jul 23, 2019 · 2 comments

Comments

@sirio3mil
Copy link

Hi,

I'm trying to create images for SQL Server 2019 in Linux and get errors for CTP2.5, CTP3.0, CTP3.1 (didn't test earlier versions) in Ubuntu and CentOS 7. Looks like its related with some kernel update.

CentOS Linux 7 (Core)

mssql        | This is an evaluation version.  There are [152] days left in the evaluation period.
mssql        | This program has encountered a fatal error and cannot continue running at Tue Jul 23 16:51:41 2019
mssql        | The following diagnostic information is available:
mssql        |
mssql        |        Reason: 0x00000006
mssql        |       Message: Kernel bug check
mssql        |       Address: 0x6c248190
mssql        |    Parameters: 0x10861f670
mssql        |    Stack Trace:
mssql        |                000000006c3344ce
mssql        |                000000006c2481eb
mssql        |                000000006c2344f6
mssql        |                000000006c243622
mssql        |                000000006c3327fc
mssql        |                000000006c331019
mssql        |                000000006c375331
mssql        |         Process: 8 - sqlservr
mssql        |          Thread: 12 (application thread 0x4)
mssql        |     Instance Id: 41abde4b-eb87-48ad-9c2c-dffdfaaec5ad
mssql        |        Crash Id: 303b26e9-8df4-485c-a15b-745145710dd8
mssql        |     Build stamp: 9402752354822f54eb16a94b377ee55f78785d4d1f62ba7ee0471387dc383e6e
mssql        |    Distribution: CentOS Linux 7 (Core)
mssql        |      Processors: 4
mssql        |    Total Memory: 9140695040 bytes
mssql        |       Timestamp: Tue Jul 23 16:51:41 2019
mssql        |      last_errno: 2
mssql        | last_errno_text: No such file or directory
mssql        |
mssql        | CentOS Linux 7 (Core)
mssql        | Capturing core dump and information to /var/opt/mssql/log...
mssql        | dmesg: read kernel buffer failed: Operation not permitted
mssql        | No journal files were found.
mssql        | No journal files were found.
mssql        | Tue Jul 23 16:51:41 UTC 2019 Capturing program information
mssql        | Tue Jul 23 16:51:41 UTC 2019 Attempting to capture a dump with paldumper
mssql        | WARNING: Capture attempt failure detected
mssql        | Attempting to capture a filtered dump with paldumper
mssql        | WARNING: Attempt to capture dump failed.  Reference /var/opt/mssql/log/core.sqlservr.8.temp/log/paldumper-debug.log for details
mssql        | Tue Jul 23 16:51:41 UTC 2019 Attempting to capture a dump with gdb
mssql        | Tue Jul 23 16:51:41 UTC 2019 Captured a dump with gdb
mssql        | Tue Jul 23 16:51:41 UTC 2019 Capturing program binaries
mssql        | Tue Jul 23 16:51:41 UTC 2019 Compressing the dump files
mssql exited with code 1

Docker file here

Ubuntu 16.04.6 LTS

mssql        |        Reason: 0x00000006
mssql        |       Message: Kernel bug check
mssql        |       Address: 0x6b447230
mssql        |    Parameters: 0x10861f670
mssql        |    Stack Trace:
mssql        |                000000006b532e92
mssql        |                000000006b44728b
mssql        |                000000006b434126
mssql        |                000000006b442cb2
mssql        |                000000006b5311c0
mssql        |                000000006b52fb49
mssql        |                000000006b573371
mssql        |       Process: 9 - sqlservr
mssql        |        Thread: 13 (application thread 0x4)
mssql        |   Instance Id: 41abde4b-eb87-48ad-9c2c-dffdfaaec5ad
mssql        |      Crash Id: 82481af4-4a47-4393-b8bb-14a14f7ca207
mssql        |   Build stamp: 984757c469d769a599d85f3bb55e164251e5bf1219328f5a9ae0c50c5c82278a
mssql        |  Distribution: Ubuntu 16.04.6 LTS
mssql        |    Processors: 4
mssql        |  Total Memory: 9140695040 bytes
mssql        |     Timestamp: Tue Jul 23 16:54:15 2019
mssql        |
mssql        | Ubuntu 16.04.6 LTS
mssql        | Capturing core dump and information to /var/opt/mssql/log...

Dockerfile official

Docker compose

mssql:
        image: mcr.microsoft.com/mssql/server:2019-CTP2.5
        container_name: "mssql"
        volumes:
            - ./data/mssql:/var/opt/mssql
        ports:
            - 1433:1433
        environment:
          - ACCEPT_EULA=Y
          - MSSQL_SA_PASSWORD=**************
          - MSSQL_PID=Developer
          - MSSQL_AGENT_ENABLED=true

Docker Engine 18.09.2
Windows 10 build 18941

SQL Server 2017 images works ok

@sirio3mil
Copy link
Author

@sirio3mil
Copy link
Author

Closed as its duplicated in other referenced issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant