stefano/pyduktape

FATAL 56: uncaught error - PANIC 56: uncaught error (calling abort)

Lucas-C opened this issue · 1 comments

Hello.

I'm using this great library on a Python project named Undying Dusk

The project consists of some Python code that generates a large PDF file.
Its GitHub Actions build pipeline currently fails with this error:

FATAL 56: uncaught error
PANIC 56: uncaught error (calling abort)

After reading this article, I suspect that this error message comes from PyDuktape. However, so far I don't quite understand what causes this failure.

I have opened #9 to try to help debug this issue, and I'll post update of my findings here.

In the end my issue was an excsessive memory usage.

I think pyduktape must have failed to malloc some memory block, which raised this error.

PR #9 did not improve things much, it only transformed the error in a segfault.

Hence I'm now closing it & this issue.