http://bugzilla.spamassassin.org/show_bug.cgi?id=3841

           Summary: Crashes when run multithreaded
           Product: Spamassassin
           Version: 3.0.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Libraries
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


When Mail::SpamAssassin is run multithreaded (with perl 5.8.5/ithreads, each
perl thread having its own Mail::SpamAssassin object) perl will dump core.

Debugging shows that the threads are sharing the anonymous code objects used in
the HTML::Parser constructor.  The threads access the code objects' refcounts
without locking, leading to premature freeing.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to