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

[Bug]: Bus error occurs when using Rspack v0.7.2 #6775

Closed
shiqimei opened this issue Jun 12, 2024 · 4 comments · Fixed by #6783
Closed

[Bug]: Bus error occurs when using Rspack v0.7.2 #6775

shiqimei opened this issue Jun 12, 2024 · 4 comments · Fixed by #6783
Labels
bug Something isn't working need reproduction

Comments

@shiqimei
Copy link

Version

Progress: resolved 1, reused 1, downloaded 0, added 1, done

  System:
    OS: macOS 14.5
    CPU: (8) x64 Apple M1
    Memory: 203.43 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Browsers:
    Chrome: 125.0.6422.142
    Safari: 17.5
  npmPackages:
    @rsbuild/core: 0.7.4 => 0.7.4
    @rsbuild/plugin-image-compress: 0.7.4 => 0.7.4
    @rsbuild/plugin-lightningcss: 0.7.4 => 0.7.4
    @rsbuild/plugin-react: 0.7.4 => 0.7.4
    @rsbuild/plugin-sass: 0.7.4 => 0.7.4

Details

app@1.0.0 dev packages/app
rsbuild dev

Rsbuild v0.7.5

start Compiling...
[1] 83988 bus error pnpm dev
I pnpm i
@curie/react is linked to packages/app/node_modules from packages/storybook
 WARN  2 deprecated subdependencies found: glob@7.2.3, inflight@1.0.6
Packages: +11 -11
+++++++++++-----------
Downloading registry.npmjs.org/@rspack/binding-darwin-x64/0.7.1: 19.19 MB/19.19 MB, done
Progress: resolved 1100, reused 1010, downloaded 10, added 11, done

devDependencies:

  • @rsbuild/core 0.7.5
  • @rsbuild/core 0.7.4 (0.7.5 is available)
  • @rsbuild/plugin-image-compress 0.7.5
  • @rsbuild/plugin-image-compress 0.7.4 (0.7.5 is available)
  • @rsbuild/plugin-lightningcss 0.7.5
  • @rsbuild/plugin-lightningcss 0.7.4 (0.7.5 is available)
  • @rsbuild/plugin-react 0.7.5
  • @rsbuild/plugin-react 0.7.4 (0.7.5 is available)
  • @rsbuild/plugin-sass 0.7.5
  • @rsbuild/plugin-sass 0.7.4 (0.7.5 is available)

Done in 13.2s
I pnpm dev

app@1.0.0 dev packages/app
rsbuild dev

Rsbuild v0.7.4

start Compiling...
ready Client compiled in 3.19 s

Reproduce link

n/a

Reproduce Steps

0.7.4 is ok, please reproduce it using a arm mac.

@chenjiahan chenjiahan transferred this issue from web-infra-dev/rsbuild Jun 12, 2024
@chenjiahan chenjiahan added bug Something isn't working need reproduction labels Jun 12, 2024
Copy link
Contributor

Hello @shiqimei, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction will be closed if no activities in 14 days.

@chenjiahan
Copy link
Member

This might be a bug of Rspack, can you try this:

RUST_MIN_STACK=4194304 rsbuild dev
RUST_MIN_STACK=4194304 rsbuild build

@chenjiahan chenjiahan changed the title [Bug]: Bus error - 0.7.5 is a breaking change [Bug]: Bus error occurs when using Rspack v0.7.2 Jun 12, 2024
@chenjiahan
Copy link
Member

Rsbuild v0.7.6 has been released, and reverted @rspack/core to v0.7.1.

We will further investigate the root cause of the problem in @rspack/core.

@h-a-n-a h-a-n-a linked a pull request Jun 13, 2024 that will close this issue
2 tasks
@h-a-n-a h-a-n-a closed this as completed Jun 13, 2024
@h-a-n-a
Copy link
Collaborator

h-a-n-a commented Jun 13, 2024

If you found out this is not fixed in the next version, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need reproduction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants