-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Error "SIGSEGV (Address boundary error)" in docker with prisma #8519
Comments
Ditto seeing this issue; although i'm not running in docker.. i'm seeing it in dev on Ubuntu LTS. Are you sure this is related to Prisma? |
This is likely related to this issue #7864 Temporary solution for me is to use Bun v1.0.18 |
I think this should have also been fixed by #8995 |
Also seeing this with
There is no official documentation for Bun in GitLab; I use this modules:
stage: .pre
image: oven/bun:1.0
script: bun install --frozen-lockfile
cache:
- key:
files:
- bun.lockb
policy: pull-push
paths:
- node_modules/ |
Tested this as well, but still the same, even if its now a different package (mayybe 'cause Bun does this in parallel):
|
Tested with latest image again and concurrent=1 as well as with alpine... still shows SIGSEGV or SIGKILL. |
What version of Bun is running?
version 1.0.26+7492b3a20 and lower
What platform is your computer?
Linux 6.7.0-0-MANJARO x86_64 unknown. alpine in docker
What steps can reproduce the bug?
I tried to package hono and prisma in docker.
Nothing succeeded
https://github.com/Alexandrsv/hono-vk-template/tree/brocken-bun
Without Docker on a local system, it works
What is the expected behavior?
The application must run the hono server
What do you see instead?
An error occurs when running docker-compose
SIGSEGV (Address boundary error)
Additional information
The text was updated successfully, but these errors were encountered: