Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.0.4
-
Fix Version/s: 5.0.5
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
-
Salesforce Case Reference:
-
Workaround Description:none
Description
The PDF in question contains an annotation initialization ordering that is causing the LazyObjectLoader to lock when initializing the first annotation on page three.
I can see why the lock is occurring but I can't figure out why is doesn't show up in QA as this is not an uncommon code path.
I can see why the lock is occurring but I can't figure out why is doesn't show up in QA as this is not an uncommon code path.
I have a fix for the problem which differs the class initialization until after the Annotation object is returned from the parser.