Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.4
-
None
-
None
Description
In certain cases, de-serialization of a defective fontcache file can fail with a java.lang.ClassCastException (see attached partial stacktrace).
The exception should be caught inside FontCache.loadFrom() and the defective cache file discarded, as with the two other exceptions that are already being handled appropriately (ClassNotFoundException and IOException).