You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/10/13 23:57:48 UTC

[Bug 5683] New: Can't use string ("1") as a HASH ref while "strict refs" in use at hit-frequencies line 339

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5683

           Summary: Can't use string ("1") as a HASH ref while "strict refs"
                    in use at hit-frequencies line 339
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Score Generation
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: spamassassin@dostech.ca


This happens occasionally while running "make freqs".  I haven't figured out why
yet.

perl hit-frequencies -c ../rules -x -p -s 1 > freqs
Can't use string ("1") as a HASH ref while "strict refs" in use at
hit-frequencies line 339.
make: *** [freqs] Error 255



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

[Bug 5683] Can't use string ("1") as a HASH ref while "strict refs" in use at hit-frequencies line 339

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5683


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.3.0






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

[Bug 5683] Can't use string ("1") as a HASH ref while "strict refs" in use at hit-frequencies line 339

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5683


spamassassin@dostech.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From spamassassin@dostech.ca  2007-10-13 15:41 -------
This happens if the test name is '_scoreset' which is already skipped at line
208.  The test (_scoreset) is not referenced anywhere else so I'm just going to
delete the test's hash key.  Shout if you think this shouldn't be done!

[dos@cyan masses]$ svn ci hit-frequencies -m "bug 5683: make sure we skip the
_scoreset test hash key everywhere by just deleting it"
Sending        hit-frequencies
Transmitting file data .
Committed revision 584460.



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