h4cc/wkhtmltopdf-amd64

Status code '139'

Closed this issue · 2 comments

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

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/

Ok, thanks.