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

Prisma 5.0.0 crashes at startup on bun latest release/canary #3647

Open
Mw3y opened this issue Jul 16, 2023 · 0 comments
Open

Prisma 5.0.0 crashes at startup on bun latest release/canary #3647

Mw3y opened this issue Jul 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working crash An issue that could cause a crash needs repro Needs an example to reproduce

Comments

@Mw3y
Copy link

Mw3y commented Jul 16, 2023

What version of Bun is running?

0.6.15

What platform is your computer?

Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 unknown

What steps can reproduce the bug?

  1. Create a new prisma client
  2. Query some data

What is the expected behavior?

The prisma client shouldn't crash at startup.

What do you see instead?

Starting a postgresql pool with 17 connections.
{ target: 'quaint::pooled' }
prisma.query
{
    query: 'BEGIN',
    params: '[]',
    duration: 0,
    target: 'quaint::connector::metrics' 
}
error: script "start" exited with code 11 (SIGSEGV)

Additional information

Prisma doesn't crash at startup every time. It happens around 1 time out of 4.

@Mw3y Mw3y added the bug Something isn't working label Jul 16, 2023
@robobun robobun added the crash An issue that could cause a crash label Jul 17, 2023
@paperdave paperdave added this to the 1.0 milestone Sep 3, 2023
@Electroid Electroid removed this from the 1.0 milestone Sep 3, 2023
@cirospaciari cirospaciari self-assigned this Sep 4, 2023
@Electroid Electroid removed the 1dotoh label Sep 8, 2023
@nektro nektro added the needs repro Needs an example to reproduce label Oct 22, 2024
@oven-sh oven-sh deleted a comment from github-actions bot Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash needs repro Needs an example to reproduce
Projects
None yet
Development

No branches or pull requests

6 participants