Open anyLetters opened 2 months ago
Is this running in Docker?
@anyLetters can you paste the package.json?
Hello @anyLetters. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro
will be closed if they have no activity within 3 days.
How can we reproduce the crash?
No response
Relevant log output
Stack Trace (bun.report)
Bun v1.1.26 (
0a37423
) on linux x86_64_baseline [InstallCommand]Segmentation fault at address 0x00000068
??
install.zig:1629
:src.install.install.NewPackageInstall
install.zig:12463
:src.install.install.PackageManager.PackageInstaller.installPackageWithNameAndResolution__anon_86686
install.zig:11998
:src.install.install.PackageManager.PackageInstaller.installEnqueuedPackagesAfterExtraction__anon_86688
install.zig:6705
:src.install.install.PackageManager.runTasks__anon_69686
install.zig:13230
:src.install.install.PackageManager.sleepUntil__anon_69689
install.zig:13266
:src.install.install.PackageManager.installPackages__anon_69682
install.zig:14007
:src.install.install.PackageManager.installWithManager__anon_69672
install.zig:11506
:src.cli.install_command.InstallCommand.exec
cli.zig:1549
:src.cli.Cli.start