Skip to content

execution stop with: double free or corruption (fasttop) #49

@daton89

Description

@daton89

Hi nick,

I try to run the execute with tiffsep and sometimes it works and sometimes I get an error: double free or corruption (fasttop)

const gs = require('ghostscript4js')

;(async function() {

await gs.execute(`-dBATCH -dNOPAUSE -dSAFER -sDEVICE=tiffsep -dFirstPage=1 -dLastPage=1 -r265 -sOutputFile=output.tif input.pdf`)
})()

Unfortunately when this happens the package only shows the error in the console but I'm not able to intercept it in a try-catch.

I'm running Node 8.16.2 on Fedora 31
GPL Ghostscript 9.27 (2019-04-04)
"ghostscript4js": "^3.1.1",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions