Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
daton89 opened this issue Feb 9, 2020 · 1 comment
Closed

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

daton89 opened this issue Feb 9, 2020 · 1 comment

Comments

@daton89
Copy link

daton89 commented Feb 9, 2020

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",

@NickNaso NickNaso mentioned this issue Feb 24, 2020
3 tasks
@NickNaso
Copy link
Owner

Hi everybody,
I'm closing the issue because the release 3.2.0 should solve the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants