Bug 1251312

Summary: user settings generating "uninitialized value" errors
Product: [Community] Bugzilla Reporter: Jeff Fearn 🐞 <jfearn>
Component: WebServiceAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED WORKSFORME QA Contact: tools-bugs <tools-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4CC: jmcdonal, mtahir, mtyson, qgong
Target Milestone: 4.4   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-08-11 03:45:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Fearn 🐞 2015-08-07 00:29:24 UTC
Description of problem:
When running the stress test  the User setting are generating "uninitialized value" errors 

Version-Release number of selected component (if applicable):
Pg

How reproducible:
Easy

Steps to Reproduce:
1. run stress test
2. monitor error_log


Actual results:
Use of uninitialized value in string eq at /var/www/html/bugzilla/Bugzilla/Template.pm line 421.
Use of uninitialized value $skin in concatenation (.) or string at /var/www/html/bugzilla/Bugzilla/Template.pm line 464.


Expected results:
No "uninitialized value" errors

Comment 1 Matt Tyson 🤬 2015-08-10 02:49:19 UTC
(In reply to Jeff Fearn from comment #0)
> Use of uninitialized value $skin in concatenation (.) or string at
> /var/www/html/bugzilla/Bugzilla/Template.pm line 464.
> 

Is there any reliable way to reproduce this? From reading the code bugzilla will populate the $skin value from the site default if the user hasn't overridden it.

I can't replicate it in my testing.

Comment 2 Jeff Fearn 🐞 2015-08-10 03:07:40 UTC
If you put in some logging we can put it on -06 and run the stress test, which is where I saw it.

Comment 3 Jeff Fearn 🐞 2015-08-11 03:45:57 UTC
After cleaning out the logs and running the stress test this no longer presents ...