Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Segmentation Fault on blockquotes tag if css specified #41

Open
optyler opened this issue Oct 9, 2018 · 0 comments
Open

Segmentation Fault on blockquotes tag if css specified #41

optyler opened this issue Oct 9, 2018 · 0 comments

Comments

@optyler
Copy link

optyler commented Oct 9, 2018

@optyler commented on Fri Oct 05 2018

Hi,

we just found a segmentation error while converting a local html which contains a blockquote tag AND with a quotes css property defined on it.

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <title>Test</title>
    <style>
      blockquote {
        quotes: none;
      }
    </style>
 </head>

 <body>
   <blockquote>tests</blockquote>
 </body>
<html>
wkhtmltopdf --log-level info index.html index.pdf
Loading pages (1/6)
Erreur de segmentation=========>                             ] 50%

If I remove the quotes: none; property, the conversion works fine.

$> wkhtmltopdf --version
wkhtmltopdf 0.12.5 (with patched qt)

$> cat /etc/*releas*
PRETTY_NAME="Debian GNU/Linux 9 (stretch)"
NAME="Debian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=debian
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant