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

Segmentation fault with swc & vitest in github action ubuntu-latest when using version 6.0.7 #137

Closed
hugoblanc opened this issue Oct 8, 2023 · 0 comments · Fixed by #139

Comments

@hugoblanc
Copy link

I'm running all my test fine locally and code is running fine on production with version 6.0.7.

But executing test in CI with github action:

  • Node 16
  • actions/setup-node@v2
  • ubuntu-latest
  • swc => vitest

When I npm install winston-loki last version, test a automatically borken in CI (even I I dont't use the package)

Segmentation fault (core dumped)
Error: Process completed with exit code [13](/pull/22/checks#step:6:14)9.

CI is working fine with versoin 6.0.6

after some investigation I was suspecting snappy version 7.1.* (working with 7.2.0)

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

Successfully merging a pull request may close this issue.

1 participant