Closed
Bug 849024
Opened 12 years ago
Closed 12 years ago
Adding a comment to a bug causes an internal error
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: hoosteeno, Assigned: dkl)
Details
Attachments
(2 files, 1 obsolete file)
23.23 KB,
image/png
|
Details | |
919 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #848218 +++
I'm attaching a screenshot of an internal error ("Can't call method "login" on an undefined value") I'm receiving from Bugzilla when trying to add a comment to a bug. This hasn't happened on any other bugs I've updated today, so there must be something about this particular circumstance.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=836535
Prior comment before this attempt: Comment 1, included a needsinfo (from anyone)
Attempted comment: Some text plus a needsinfo (from someone in particular, input into "other" box)
Comment 1•12 years ago
|
||
Are you using Persona to log in?
Assignee | ||
Comment 2•12 years ago
|
||
Confirmed a bug. Patch coming.
Assignee | ||
Comment 3•12 years ago
|
||
Reporter | ||
Comment 4•12 years ago
|
||
Re: comment 1, I'm pretty sure I used Persona to login. It was days ago; can't recall exactly.
not a regression, just a bug which wasn't encountered/reported until just after the upgrade :)
No longer blocks: bmo_4_2_regressions
Component: General → Extensions: Needinfo
OS: Mac OS X → All
Hardware: x86 → All
Version: Development/Staging → Production
Comment on attachment 722520 [details] [diff] [review]
Patch to fix error when checking for matching needinfo requestees (v1)
if you have a needinfo directed at you, and you make a comment and request needinfo from anyone, you get:
Use of uninitialized value in string eq at ./extensions/Needinfo/Extension.pm line 115.
also, this patch contains trailing whitespace.
Attachment #722520 -
Flags: review?(glob) → review-
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #722520 -
Attachment is obsolete: true
Attachment #722869 -
Flags: review?(glob)
Comment on attachment 722869 [details] [diff] [review]
Patch to fix error when checking for matching needinfo requestees (v2)
r=glob
Attachment #722869 -
Flags: review?(glob) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified extensions/Needinfo/Extension.pm
Committed revision 8649.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Component: Extensions: Needinfo → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•