View Single Post
Old 03-15-2022, 11:32 AM   #427
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
FYI, a "stack overflow error" could come on a 32 bit machine (or even a 64 bit machine) since the java stack size limit is settable on the java command line. Also very poor code in the epub could result in a near-infinite loop in some recursive search routine quite easily, and that would eat up almost any size java stack.

If you run a simple Sigil Well-Formed check on the epub before running the epubcheck plugin does it report any problems?
KevinH is offline   Reply With Quote