Closed
Bug 804401
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] uncaught exception: jQuery UI Tabs: Mismatching fragment identifier when clicking tabs in crash report
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: espressive)
References
()
Details
STR:
1. Load http://crash-stats-new-dev.allizom.org/report/index/f3b047cd-6e32-432f-a7a7-424f22121022
2. Click on the tabs, like Modules, Raw Dump, etc.
Actual:
[16:47:24.685] uncaught exception: jQuery UI Tabs: Mismatching fragment identifier.
Comment 1•12 years ago
|
||
Sounds like these need better error checking, a lot of the data is missing in the case of empty/corrupt signatures.
Comment 2•12 years ago
|
||
I get an error about SocReport
http://cl.ly/KOHO
Comment 3•12 years ago
|
||
...filed in https://bugzilla.mozilla.org/show_bug.cgi?id=803364
A dupe?
Comment 4•12 years ago
|
||
(In reply to Peter Bengtsson [:peterbe] from comment #3)
> ...filed in https://bugzilla.mozilla.org/show_bug.cgi?id=803364
> A dupe?
The SocReport issue from comment 2 is bug 803364, but this one is about "uncaught exception: jQuery UI Tabs: Mismatching fragment identifier" clicking on any of the tabs
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sneethling
Assignee | ||
Comment 5•12 years ago
|
||
I get the same as Peter: ReferenceError: SocReport is not defined
Assignee | ||
Comment 6•12 years ago
|
||
http://crash-stats-new-dev.allizom.org/report/index/f3b047cd-6e32-432f-a7a7-424f22121022 Works for me
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(stephen.donner)
Resolution: --- → WORKSFORME
Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #6)
> http://crash-stats-new-dev.allizom.org/report/index/f3b047cd-6e32-432f-a7a7-
> 424f22121022 Works for me
Moving target, apparently: try http://crash-stats-new-dev.allizom.org/report/index/6b4978af-71cf-4b87-b9d6-dcaeb2121023#modules
Status: RESOLVED → REOPENED
Flags: needinfo?(stephen.donner)
Resolution: WORKSFORME → ---
Assignee | ||
Comment 8•12 years ago
|
||
SocReport seems to be the bigger issue here:
I found this:
http://sneethling.pastebin.mozilla.org/1878694
in:
https://github.com/ossreleasefeed/socorro/blob/master/webapp-php/application/views/common/correlation.php
Comment 9•12 years ago
|
||
(In reply to Schalk Neethling [:espressive] from comment #8)
> SocReport seems to be the bigger issue here:
>
> I found this:
>
> http://sneethling.pastebin.mozilla.org/1878694
>
> in:
>
> https://github.com/ossreleasefeed/socorro/blob/master/webapp-php/application/
> views/common/correlation.php
This is bug 803364
Assignee | ||
Comment 10•12 years ago
|
||
This bug depends on 803364. I believe I have resolved the tabs issue but, cannot completely test it as clicking on any tab results in the SocReport error from bug 803364.
Assignee | ||
Updated•12 years ago
|
Status: REOPENED → ASSIGNED
Comment 11•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/13e57fbb54232514ae3bd528d5a7edf564750beb
fixing HTML structure fixes bug 804401
https://github.com/mozilla/socorro-crashstats/commit/97e892c6de18bedc4808ae96ad65b72a259dd5b9
Merge pull request #255 from ossreleasefeed/bug804401-jquery-ui-error
fixing HTML structure fixes bug 804401
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 12•12 years ago
|
||
Verified FIXED; I haven't seen this in my testing, since.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•