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

Printing causes process to crash #19664

Closed
abentele opened this issue Aug 7, 2019 · 1 comment
Closed

Printing causes process to crash #19664

abentele opened this issue Aug 7, 2019 · 1 comment

Comments

@abentele
Copy link

abentele commented Aug 7, 2019

Issue Details

  • Electron 5.0.5 - 6.0.1 (see list below)
  • macOS 10.14.6

Similar to issues #15188/#15143 (which are already closed/merged).

Expected Behavior

Basic printing (Browser API window.print()) works.

Actual Behavior

Application process crashes when printing.

To Reproduce

Electron Fiddle repro here (same as for issue #15188):
https://gist.github.com/bf55ecc157b5e4d4a69a0a07e0ac0610

To reproduce:

  • open the Fiddle with Electron Fiddle (version 0.9.0), select the Electron version and start the app with "Run"
  • click on the main page; the print dialog is opened
  • in the print dialog, click "Print"

Reproducible (versions), related to the Fiddle and to my private real-world application:

  • Electron 4.2.6 => not reproducible with Fiddle / not reproducible with my real-world app
  • Electron 4.2.9 => not reproducible with Fiddle / not reproducible with my real-world app
  • Electron 5.0.0 => not reproducible with Fiddle / reproducible with my real-world app
  • Electron 5.0.4 => not reproducible with Fiddle / reproducible with my real-world app
  • Electron 5.0.5 => reproducible with Fiddle
  • Electron 5.0.6 => reproducible with Fiddle
  • Electron 5.0.7 => reproducible with Fiddle
  • Electron 5.0.8 => reproducible with Fiddle
  • Electron 5.0.9 => reproducible with Fiddle
  • Electron 6.0.0 => reproducible with Fiddle
  • Electron 6.0.1 => reproducible with Fiddle / reproducible with my real-world app
  • Electron 7.0.0-beta.1 => not reproducible with Fiddle

macOS crash report (crash of Electron 6.0.1):
crash-report.txt

@codebytere
Copy link
Member

codebytere commented Aug 7, 2019

This will be fixed in the next release of 6/5, once this PR is backported.

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

No branches or pull requests

2 participants