MSSQL Linux - RETAIL ASSERT: Expression=(NT_SUCCESS(status)) File=drtl.cpp Line=5326

0

I have problem with MSSQL Server installed on linux, core logs growing up quickly and i see some crash logs, db works fine - i can make queries but sometimes application cannot open connection. How to fix that? Its related with my distro? I use "Linux Mint 18.3"

crash.json:

  {
        "reason": "0x00000004",
        "processName": "sqlservr",
        "pid": "17895",
        "instanceId": "2ae9114e-8eca-453e-a5c2-bbeb6251cd6c",
        "crashId": "24fbd029-e331-4707-9aaf-f847858c98b3",
        "threadState": "0x00007f0e2d2916e8",
        "threadId": "17899",
        "libosThreadId": "0x4",
        "buildStamp": "61b979cc9f8723080867e1f890ff5650b3b0dae804f3da8ece065f41216bd0bb",
        "message": "RETAIL ASSERT: Expression=(NT_SUCCESS(status)) File=drtl.cpp Line=5326",
        "stackTrace": [
            "file://package4/windows/system32/sqlpal.dll+0x000000000033D157",
            "file://package4/windows/system32/sqlpal.dll+0x000000000033C8AB",
            "file://package4/windows/system32/sqlpal.dll+0x0000000000206DBA",
            "file://package4/windows/system32/sqlpal.dll+0x000000000033C19F",
            "file://package4/windows/system32/sqlpal.dll+0x000000000033844A",
            "file://package4/windows/system32/sqlpal.dll+0x000000000037D4E1"
        ],
        "last_errno": "2",
        "last_errno_text": "Nie ma takiego pliku ani katalogu",
        "distribution": "Linux Mint 18.3",
        "processors": "4",
        "total_memory": "16723791872",
        "timestamp": "Thu Apr  9 09:50:38 2020"


   }

also i don't see any suggestions in error.log

sql-server
linux
database
sql-server-2017
asked on Stack Overflow Apr 9, 2020 by elomelo • edited Apr 9, 2020 by Larnu

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0