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

Illegal instruction (core dumped) Error #2

Open
abedi-reza opened this issue May 9, 2023 · 5 comments
Open

Illegal instruction (core dumped) Error #2

abedi-reza opened this issue May 9, 2023 · 5 comments

Comments

@abedi-reza
Copy link

i install pdfix-sdk in ubuntu 18.04 and when the run below code get this message:
"Illegal instruction (core dumped) "

from pdfixsdk.Pdfix import *
pdfix = GetPdfix()
doc = pdfix.OpenDoc("test.pdf", "")
print("Number of pages: " + str(doc.GetNumPages()))
doc.close()

@jozefbaranec
Copy link
Contributor

Which line of your code shows the message?

@abedi-reza
Copy link
Author

this line from pdfixsdk.Pdfix import *

@jozefbaranec
Copy link
Contributor

What's the computer architecture? Please put here the output of command
uname -a

@abedi-reza
Copy link
Author

Linux laptop 5.4.0-148-generic #165~18.04.1-Ubuntu SMP Thu Apr 20 01:14:06 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

@abedi-reza
Copy link
Author

Screenshot from 2023-05-10 14-24-41

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