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

Error: Segmentation fault: 11 #6684

Closed
sandervspl opened this issue Oct 24, 2023 · 1 comment
Closed

Error: Segmentation fault: 11 #6684

sandervspl opened this issue Oct 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sandervspl
Copy link

sandervspl commented Oct 24, 2023

What version of Bun is running?

1.0.7+b0393fba6200d8573f3433fb0af258a0e33ac157

What platform is your computer?

Darwin 22.4.0 arm64 arm

What steps can reproduce the bug?

  1. bun init
  2. Add this to package.json
"trustedDependencies": ["sharp"]
  1. Run bun add @xenova/transformers
  2. Add this to index.ts
import { pipeline } from "@xenova/transformers";

const generateEmbedding = await pipeline("feature-extraction");
  1. Run bun index.ts

What is the expected behavior?

It should run without a segmentation fault

What do you see instead?

Error output:

Segmentation fault: 11

Additional information

No response

@sandervspl sandervspl added the bug Something isn't working label Oct 24, 2023
@Jarred-Sumner
Copy link
Collaborator

This is a duplicate of #4619

@Jarred-Sumner Jarred-Sumner closed this as not planned Won't fix, can't repro, duplicate, stale Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants