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

bitwarden/mssql:2024.3.0 fails to start on Ubuntu 20.04 LTS #3959

Open
1 task done
vat78 opened this issue Apr 6, 2024 · 2 comments
Open
1 task done

bitwarden/mssql:2024.3.0 fails to start on Ubuntu 20.04 LTS #3959

vat78 opened this issue Apr 6, 2024 · 2 comments
Labels

Comments

@vat78
Copy link

vat78 commented Apr 6, 2024

Steps To Reproduce

  1. Update previous version of bitwarden installation using ./bitwarden.sh update
  2. Start bitwarden

Expected Result

All docker containers are up and running

Actual Result

bitwarden-mssql goes to retries
The only available error is:

This program has encountered a fatal error and cannot continue running at Sun Mar 31 07:45:42 2024
The following diagnostic information is available:

         Reason: 0x00000001
         Signal: SIGABRT - Aborted (6)
          Stack:
                 IP               Function
                 ---------------- --------------------------------------
                 000055618e3b48c1 std::__1::bad_function_call::~bad_function_call()+0x97191
                 000055618e3b4286 std::__1::bad_function_call::~bad_function_call()+0x96b56
                 000055618e3b380f std::__1::bad_function_call::~bad_function_call()+0x960df
                 00007fccafe9d520 __sigaction+0x50
                 00007fccafef19fc pthread_kill+0x12c
                 00007fccafe9d476 raise+0x16
                 00007fccafe837f3 abort+0xd3
                 000055618e34c09b std::__1::bad_function_call::~bad_function_call()+0x2e96b
                 000055618e3c1e6a std::__1::bad_function_call::~bad_function_call()+0xa473a
        Process: 44 - sqlservr
         Thread: 136 (application thread 0x188)
    Instance Id: d73ba732-8e4a-4005-9340-94523a584563
       Crash Id: 661b97fb-d467-43e5-aa1c-a2ae30ba5a32
    Build stamp: 898b74d73fbeb62236e2913211d39e505e9938e9a34516cd97cb9371b443f7a8
   Distribution: Ubuntu 22.04.4 LTS
     Processors: 2
   Total Memory: 4294967296 bytes
      Timestamp: Sun Mar 31 07:45:42 2024
     Last errno: 2
Last errno text: No such file or directory

Screenshots or Videos

No response

Additional Context

Switching to bitwarden/mssql:2024.2.0 has resolved the problem

Build Version

2023.3.0

Environment

Self-Hosted

Environment Details

  • Operating system: Ubuntu 20.04 LTS

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@vat78 vat78 added the bug label Apr 6, 2024
@Krychaz
Copy link
Member

Krychaz commented Apr 8, 2024

Hello there,

Looks like this could be a memory related problem. First of all can you please confirm you ran both of these commands?

./bitwarden.sh updateself
./bitwarden.sh update

@vat78 vat78 changed the title bitwarden/mssql:2024.3.0 fais to start on Ubuntu 20.04 LTS bitwarden/mssql:2024.3.0 fails to start on Ubuntu 20.04 LTS Apr 8, 2024
@vat78
Copy link
Author

vat78 commented Apr 8, 2024

Hello there,

Looks like this could be a memory related problem. First of all can you please confirm you ran both of these commands?

./bitwarden.sh updateself ./bitwarden.sh update

yes, sure
It might be because of memory in theory. I use VM with 4GB only
But error says about some file or directory. Unfortunately I was not able to find more details.
I saw a discussion on Reddit (link). That's why my only idea is that there is something wrong with MS SQL

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

No branches or pull requests

2 participants