FATAL 56: uncaught error - PANIC 56: uncaught error (calling abort)
Lucas-C opened this issue · 1 comments
Lucas-C commented
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.