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

Tests crash when building on macos 10.15 catalina, other things don't work #104

Open
taxilian opened this issue Mar 30, 2020 · 2 comments
Open

Comments

@taxilian
Copy link

I was super stoked when I found this project -- it's exactly what I need -- but unfortunately I'm having a lot of trouble getting it working. So far my PDFs generated from node are empty no matter what I do with them and the tests cause a segfault.

With more testing I discovered that at least one of the crashes is due to using a dynamic cast which fails and then calling a method on it (on null) but even when I "fixed" that (added a check) I couldn't get it to work. I couldn't even get a basic test with painter to produce anything on the PDF, it was all just white.

Any suggestions?

@corymickelson
Copy link
Owner

Mac has historically been problematic, can you provide me the compiler your using and version (gcc, clang), the version of podofo and all libraries(openssl, tiff, png, jpeg, etc...) and what version of node your using.

@taxilian
Copy link
Author

I've unfortunately ended up moving to a different library as this one was not reliable for me, but I was just using node 10.17 and whatever 10.15 comes with for the other libraries. I don't have the configuration set up anymore :-/

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