Bug 1251312 - user settings generating "uninitialized value" errors
Summary: user settings generating "uninitialized value" errors
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: 4.4
Assignee: Matt Tyson 🤬
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-07 00:29 UTC by Jeff Fearn 🐞
Modified: 2018-12-09 06:29 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-08-11 03:45:57 UTC
Embargoed:


Attachments (Terms of Use)

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 ...


Note You need to log in before you can comment on or make changes to this bug.