Certain files cause crashes of our application due to an unhandled error.
When trying to process a document using the Viewer this error message is seen linuxgroupdocscrash.PNG (8.5 KB)
Many images cause this issue if they are processed to be larger than the byte size given. Very few documents of the test set used are larger than the requested size limit until processed within the viewer.View() method.
We are using the most up to date version of the Viewer package.
The error cannot be caught within our own code, it instantly aborts the running process with a segmentation fault.
I’ve attached one of the files that causes this issue.
crashingFile.pdf (111.3 KB)
This is experienced on Ubuntu systems 20.04 and 18.04.