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

Change chromium output error detection. #1519

Merged
merged 2 commits into from
Mar 30, 2021
Merged

Commits on Mar 29, 2021

  1. Change chromium output error detection.

    Starting with chromium-headless-89.0.4389.82-1.el7.x86_64 chrome crashes on
    exit (due to the fortify stack smashing code firing). This appears to happen
    on exit and does not prevent chrome from rendering the svg. This change
    works around the problem by using the presence of valid output as the
    test condition and ignores the chrome exit code.
    jpwhite4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    b7d1bb8 View commit details
    Browse the repository at this point in the history
  2. Doh

    jpwhite4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    bd365e5 View commit details
    Browse the repository at this point in the history