Thread: Java error
View Single Post
Old 07-22-2025, 05:38 PM   #2
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
Yes a java stack overflow failures often happen when you use a 32 bit java virtual machine and do not grow the default stack size. There are two solutions:

Using Doitsu's epubcheck plugin you can grow the stack by setting options in his preferences.

Or simply upgrade to use a 64 bit java virtual machine.

I recommend the latter if your machine supports 64 bit.
KevinH is offline   Reply With Quote