Closed
Bug 653313
Opened 14 years ago
Closed 14 years ago
Several Validator stack traces
Categories
(addons.mozilla.org Graveyard :: Admin/Editor Tools, defect)
addons.mozilla.org Graveyard
Admin/Editor Tools
Tracking
(Not tracked)
RESOLVED
FIXED
Q2 2011
People
(Reporter: kmag, Assigned: kumar)
Details
Attachments
(3 files)
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110419 Firefox/6.0a1
Build Identifier:
I'm attaching three sets of stack traces from three different add-ons. The review pages are linked (I can attach the XPIs if that helps). I'm seeing these in the HEAD of Matt's repo. Kumar asked that I file a bug for the first two, the others came up later (I've seen the stack overflow a few times in the past, too).
Reproducible: Always
| Reporter | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
To the best of my knowledge, I've fixed all of these in the most recent version(s) of the validator. They were mostly fixed in the big push after the first round of changes to fix the functional tests.
Could you attach an XPI for the very last trace? I don't think I've seen that one before.
| Reporter | ||
Comment 3•14 years ago
|
||
Comment 4•14 years ago
|
||
Awesome. That last bug is definitely new. I patched it and included it in the pull for the latest JS stuff. Could you also attach the first XPI as well?
I've already fixed the int/startswith bug, the recursion bug, the 'math' bug, and now the 'NoneType' bug. I figure that I'd better be safe than sorry with that bug at the beginning.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Assignee: nobody → mbasta
| Assignee | ||
Comment 5•14 years ago
|
||
Thanks Kris. It looks like the first two will be fixed soon with a merge but could you attach those XPIs so we can create regression tests?
| Reporter | ||
Comment 6•14 years ago
|
||
Other two failing XPIs.
Comment 7•14 years ago
|
||
These look like they're all fixed up in the most recent commits. Kumar, do you want me to keep this open so you can create regression tests?
| Assignee | ||
Comment 8•14 years ago
|
||
yeah, good idea
Updated•14 years ago
|
Assignee: mbasta → kumar.mcmillan
Target Milestone: --- → Q2 2011
| Assignee | ||
Comment 9•14 years ago
|
||
Fixing this because it works! We are sort of backlogged on regression/functional tests but that will be remedied soon.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 10•14 years ago
|
||
I'm running Diggy fairly regularly now, too, so having general regression tests for outright tracebacks is a lot less important.
| Assignee | ||
Comment 11•14 years ago
|
||
(In reply to comment #10)
> I'm running Diggy fairly regularly now, too, so having general regression
> tests for outright tracebacks is a lot less important.
The regression tests are to prevent breakage when the code gets refactored in ways that the unit tests don't catch.
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•