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]: Crash in AppendExtraCommandLineSwitches when clicking a link on Linux #33315

Closed
3 tasks done
indutny-signal opened this issue Mar 16, 2022 · 3 comments
Closed
3 tasks done

Comments

@indutny-signal
Copy link
Contributor

Preflight Checklist

Electron Version

17-x-y

What operating system are you using?

Ubuntu

Operating System Version

Ubuntu 20.04

What arch are you using?

x64

Last Known Working Electron version

No response

Expected Behavior

No crashes

Actual Behavior

Our users report that their app crashed when they clicked on a link in the BrowserWindow. Here are the crash reporter dumps: https://gist.github.com/indutny-signal/b42dd2e19b959a85aa1e545cc140df6e

Testcase Gist URL

No response

Additional Information

Unfortunately, we do not have a repro for this and it seems to happen very rarely.

@codebytere
Copy link
Member

@indutny-signal I believe it's CHECKing here:

if (!base::PathService::Get(content::CHILD_PROCESS_EXE, &child_path)) {
CHECK(false) << "Unable to get child process binary name.";
}

We might want to consider a softer way to handle that 🤔

cc @nornagon who added this in #27804 - maybe we should LOG(ERROR) instead of CHECKing?

@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment (for example, "bump"), and we'll keep it open. If you have any new additional information—in particular, if this is still reproducible in the latest version of Electron or in the beta—please include it with your comment!

@github-actions github-actions bot added the stale label Oct 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Nov 5, 2022

This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue on a supported version of Electron please open a new issue and include instructions for reproducing the issue.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 5, 2022
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