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

addpatch: electron33 33.0.0-1 #4252

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Oct 23, 2024

Changes at riscv-forks/electron:

Update patchset for electron33(chromium 130):
riscv-forks/electron@c7dff70

Packaging changes compared to electron 32:

Use native rollup instead of wasm rollup, to workaround wasm errors like:

RuntimeError: Command '/build/electron33/src/src/third_party/node/linux/node-linux-x64/bin/node /build/electron33/src/src/third_party/node/node_modules/@rollup/wasm-node/dist/bin/rollup /build/electron33/src/src/out/Release/gen/third_pa rty/lit/v3_0/lit.js --format esm --dir /build/electron33/src/src/out/Release/gen/third_party/lit/v3_0/bundled --entryFileNames [name].rollup.js --sourcemap --sourcemapExcludeSources --config ../../third_party/lit/v3_0/rollup.config.mjs'
 failed

/build/electron33/src/src/out/Release/gen/third_party/lit/v3_0/lit.js → gen/third_party/lit/v3_0/bundled... [!] RuntimeError: unreachable
    at null.<anonymous> (wasm://wasm/005abe4a:1:1224394)
    at null.<anonymous> (wasm://wasm/005abe4a:1:1353214)
    at null.<anonymous> (wasm://wasm/005abe4a:1:998801)
    at null.<anonymous> (wasm://wasm/005abe4a:1:95196)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93978)
    at null.<anonymous> (wasm://wasm/005abe4a:1:1037939)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93359)
    at null.<anonymous> (wasm://wasm/005abe4a:1:91561)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93978)
    at null.<anonymous> (wasm://wasm/005abe4a:1:218801)

I am not familiar with wasm debugging. Not sure if it is a v8 bug.

Changes at riscv-forks/electron:

Update patchset for electron33(chromium 130):
riscv-forks/electron@c7dff70

Packaging changes compared to electron 32:

Use native rollup instead of wasm rollup, to workaround wasm errors
like:

RuntimeError: Command '/build/electron33/src/src/third_party/node/linux/node-linux-x64/bin/node /build/electron33/src/src/third_party/node/node_modules/@rollup/wasm-node/dist/bin/rollup /build/electron33/src/src/out/Release/gen/third_pa
rty/lit/v3_0/lit.js --format esm --dir /build/electron33/src/src/out/Release/gen/third_party/lit/v3_0/bundled --entryFileNames [name].rollup.js --sourcemap --sourcemapExcludeSources --config ../../third_party/lit/v3_0/rollup.config.mjs'
 failed

/build/electron33/src/src/out/Release/gen/third_party/lit/v3_0/lit.js → gen/third_party/lit/v3_0/bundled...
[!] RuntimeError: unreachable
    at null.<anonymous> (wasm://wasm/005abe4a:1:1224394)
    at null.<anonymous> (wasm://wasm/005abe4a:1:1353214)
    at null.<anonymous> (wasm://wasm/005abe4a:1:998801)
    at null.<anonymous> (wasm://wasm/005abe4a:1:95196)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93978)
    at null.<anonymous> (wasm://wasm/005abe4a:1:1037939)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93359)
    at null.<anonymous> (wasm://wasm/005abe4a:1:91561)
    at null.<anonymous> (wasm://wasm/005abe4a:1:93978)
    at null.<anonymous> (wasm://wasm/005abe4a:1:218801)

I am not familiar with wasm debugging. Not sure if it is a v8 bug.
@felixonmars felixonmars merged commit ba7bf97 into felixonmars:master Oct 23, 2024
1 check failed
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 this pull request may close these issues.

2 participants