h4cc / wkhtmltopdf-amd64

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.
http://wkhtmltopdf.org/
GNU Lesser General Public License v3.0
474 stars 170 forks source link

Status code '139' #4

Closed JRomeoSalazar closed 10 years ago

JRomeoSalazar commented 10 years ago

Hi, I have installed and tried both amd64 and i386 version on a Linux machine. I'm using Symfony 2.3. When I try to generate the pdf document I get this error:

The exit status code '139' says something went wrong:
stderr: "/home/ktsport/app/../bin/wkhtmltopdf-i386: line 7: 31190 Segmentation fault (core dumped) "$BIN_TARGET" "$@"
"
stdout: ""
command: /home/ktsport/app/../bin/wkhtmltopdf-i386 --lowquality '/tmp/knp_snappy53398180a02de1.49102184.html' 'bundles/syliusweb/prueba.pdf'.

The error is the same for amd64. This is my config:

knp_snappy:
    pdf:
        enabled:    true
        binary:     %kernel.root_dir%/../bin/wkhtmltopdf-i386
        options:    []
h4cc commented 10 years ago

Hi. Thanks for your report but i cant help you :( This repository is just a mirror for composer. Check out the official Docs/Support please: http://wkhtmltopdf.org/

JRomeoSalazar commented 10 years ago

Ok, thanks.