Closed
Bug 1214704
Opened 10 years ago
Closed 10 years ago
disable mod_perl preloading
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
4.03 KB,
patch
|
dylan
:
review+
|
Details | Diff | Splinter Review |
recently we've been seeing weird mod_perl issues where it's reporting that methods that absolutely exist can not be found (eg. bug 1209625).
the only change we've made recently which may impact this is bug 979441. let's back that out and see if the problem goes away.
Attachment #8673704 -
Flags: review?(dylan)
Comment 2•10 years ago
|
||
Bugzilla/Auth/Login/APIKey.pm
Bugzilla/Auth/Login/CGI.pm
Bugzilla/Auth/Login/Cookie.pm
Bugzilla/Auth/Verify/DB.pm
Bugzilla/Extension/GitHubAuth/Login.pm
Bugzilla/Extension/GitHubAuth/Verify.pm
Bugzilla/Extension/Persona/Login.pm
Bugzilla/Template/Context.pm
Bugzilla/Template/Plugin/Bugzilla.pm
Bugzilla/Template/Plugin/Hook.pm
Bugzilla/Update.pm
Looking at the mod_perl_preload file with this patch applied, the following modules are loaded with this patch and are not loaded without. So I'd say this fixes a regression.
Bugzilla/User/APIKey.pm
Bugzilla/User/Setting/Lang.pm
Bugzilla/User/Setting/Skin.pm
Bugzilla/User/Setting/Timezone.pm
CGI/Cookie.pm
Cache/Memcached.pm
Cache/Memcached/GetParser.pm
Compress/Zlib.pm
DBD/mysql.pm
DBI/Const/GetInfo/ANSI.pm
DBI/Const/GetInfo/ODBC.pm
DBI/Const/GetInfoType.pm
IO/Uncompress/Adapter/Inflate.pm
IO/Uncompress/Base.pm
IO/Uncompress/Gunzip.pm
IO/Uncompress/RawInflate.pm
Socket6.pm
String/CRC32.pm
Template/Namespace/Constants.pm
Template/Plugin.pm
UNIVERSAL.pm
XML/Parser.pm
XML/Parser/Expat.pm
XML/Twig.pm
Comment 3•10 years ago
|
||
Comment on attachment 8673704 [details] [diff] [review]
1214704_1.patch
Review of attachment 8673704 [details] [diff] [review]:
-----------------------------------------------------------------
r=dylan
If this fixes the problem I'd like to know why...
Attachment #8673704 -
Flags: review?(dylan) → review+
To ssh://gitolite3@git.mozilla.org/webtools/bmo/bugzilla.git
d0acb64..9c79219 master -> master
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•