https://issues.apache.org/bugzilla/show_bug.cgi?id=48475

           Summary: Escher properties initialization lockup on
                    multi-threaded start
           Product: POI
           Version: 3.7-dev
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: PatchAvailable
          Severity: normal
          Priority: P2
         Component: HWPF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=24786)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24786)
patch to protect EscherProperties initialization, against trunk 2010-01-02

When multiple Word 97 documents hit our multi-threaded system the initial load
of EscherProperties can cause a lockup. The attached patch protects the
initialization phase of this class. Since it is loading a static HashMap it
needs this protection to get loaded safely.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to