You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Mon Jun 07 10:01:22.937160 2021] [proxy_fcgi:error] [pid 8371] [client XXX.XXX.XXX.XXX:58482] AH01071: Got error 'ne 1319.\nUse of uninitialized value $mode in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1319.\nUse of uninitialized value $mode in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1319.\nUse of uninitialized value $mode in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1319.\n'
[Mon Jun 07 10:01:46.411917 2021] [proxy_fcgi:error] [pid 8371] [client XXX.XXX.XXX.XXX:58590] AH01071:
Got error '31.\nUse of uninitialized value $format in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1531.\nUse of uninitialized value $format in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1531.\nUse of uninitialized value $format in string eq at /usr/share/sympa/lib/Sympa/WWW/SOAP.pm line 1531.\n'
[Mon Jun 07 10:42:26.133854 2021] [proxy_fcgi:error] [pid 11355] [client XXX.XXX.XXX.XXX:60061] AH01071: Got error 'Use of uninitialized value in string ne at /usr/share/sympa/lib/Sympa/Spindle/AuthorizeRequest.pm line 118.\n', referer: https://lists.cam.ac.uk/sympa/create_list_request
[Mon Jun 07 10:45:26.665123 2021] [proxy_fcgi:error] [pid 11355] [client XXX.XXX.XXX.XXX:60077] AH01071: Got error 'match (m//) at /usr/share/sympa/lib/Sympa/Config.pm line 503.\nUse of uninitialized value in string eq at /usr/share/sympa/lib/Sympa/Config.pm line 584.\nUse of uninitialized value in pattern match (m//) at /usr/share/sympa/lib/Sympa/Config.pm line 533.\nUse of uninitialized value in pattern match (m//) at /usr/share/sympa/lib/Sympa/Config.pm line 533.\n', referer: https://lists.cam.ac.uk/sympa
Version
6.2.62
Installation method
My own RPM, derived from official source RPM for RHEL 7
Expected behavior
Apache error_log should be empty
Actual behavior
Apache error logs contains assorted "uninitialized value" noise.
Quite a lot of noise in the two SOAP.pm cases:
Additional information
I attach a patch which just adds defined($foo) to each of the tests. It is possible that you would prefer a pull request instead.
undefined.patch.txt
Obviously not very important in the grand scheme of things, but it would be nice to get this fixed when 6.2.64 is released
The text was updated successfully, but these errors were encountered: