Forum Bugs

CSS Filter with raster-output -> Mercury runtime: caught segmentation violation

Plebej
When I use filters on an image tag in CSS, for example:

filter: contrast(110%);


And try to generate jpegs:

prince --raster-output=export/page_%d.jpeg --raster-dpi=96 index.html


I get:

*** Mercury runtime: caught segmentation violation ***
cause: address not mapped to object
address involved: 0x10
This may have been caused by a stack overflow, due to unbounded recursion.
exiting from signal handler
Segmentation fault: 11


Export as PDF is working fine.
mikeday
Which operating system and version are you running Prince on?
mikeday
It might also be helpful if you could email me (mikeday@yeslogic.com) a sample document that reproduces this problem.