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

"--single-process" not working #8173

Open
ssnangua opened this issue Mar 13, 2024 · 1 comment
Open

"--single-process" not working #8173

ssnangua opened this issue Mar 13, 2024 · 1 comment

Comments

@ssnangua
Copy link

It seems that the stable and works fine version is v0.70.1,
the v0.71.0 version sometimes works and sometimes crashes,
the newer versions always crash.

OS: Windows 10

package.json

{
  "name": "test",
  "version": "0.0.1",
  "main": "index.html",
  "chromium-args": "--single-process"
}

index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>test</title>
  </head>
  <body>
    <h1>test</h1>
  </body>
</html>
@ayushmanchhabra
Copy link
Contributor

ayushmanchhabra commented Mar 17, 2024

It works for me on v0.85.0. Can you come up with a repro which crashes everytime?

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

No branches or pull requests

2 participants