Closed
Bug 893238
Opened 12 years ago
Closed 12 years ago
Signature graphs are missing
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
VERIFIED
FIXED
55
People
(Reporter: stephend, Assigned: peterbe)
References
()
Details
(Keywords: regression)
Attachments
(6 files)
The graph isn't displaying for signature reports.
STR:
1. Load Top Changers (https://crash-stats.mozilla.com/topchangers/products/Firefox)
2. Click on a signature/top frame
3. Now click on "Graph"
Actual Results:
No graph appears at all; no JS errors, either, that I can see.
Reporter | ||
Comment 1•12 years ago
|
||
<div id="buildid-graph"></div> - so it's totally missing, which explains why there aren't any JS errors, I guess.
Comment 2•12 years ago
|
||
Having a look, but struggling to figure out how the data is getting from the middleware to that graph object.
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Comment 3•12 years ago
|
||
PR https://github.com/mozilla/socorro/pull/1345 fixes this issue!
Assignee | ||
Comment 4•12 years ago
|
||
After talking to Selena, we decided I'll give it a try.
Assignee: sdeckelmann → peterbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•12 years ago
|
||
New PR: https://github.com/mozilla/socorro/pull/1354 r?
Comment 6•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7d673b954fbc5405046e812271c09fc2ff53dba0
fixes bug 893238 - signature graphs loading, r=AdrianGaudebert
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → 55
Comment 7•12 years ago
|
||
Reopening:
* The graphs are appearing yet I haven't been able to find one that is populated with data in it. Example, https://crash-stats.allizom.org/report/list?product=Firefox&range_value=7&range_unit=days&date=2013-07-29&signature=js%3A%3Aion%3A%3ABailoutIonToBaseline%28JSContext%2A%2C+js%3A%3Aion%3A%3AIonActivation%2A%2C+js%3A%3Aion%3A%3AIonBailoutIterator%26%2C+bool%2C+js%3A%3Aion%3A%3ABaselineBailoutInfo%2A%2A%29&version=Firefox%3A23.0b8#graph.
* The graph area isn't responsive to resizing of the browser window. Note on all but the largest monitors this could be a problem.
Updated•12 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•12 years ago
|
||
Topmost crash on stage.
Assignee | ||
Comment 9•12 years ago
|
||
Loads a graph just fine :)
Comment 10•12 years ago
|
||
Thanks peterbe .. can you shed light on the 2nd question?
Assignee | ||
Comment 11•12 years ago
|
||
I don't know why but the graph appears to have some sort of hardcode width thing set to 1200.
https://github.com/mozilla/socorro/blob/master/webapp-django/crashstats/crashstats/static/crashstats/js/socorro/report_list_graph.js#L39
Either way, it's not my fault :)
And it's not part of the graph not appearing. It would require a followup bug.
Comment 12•12 years ago
|
||
bumping to resolved per comment 9
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Comment 13•12 years ago
|
||
QA verified on stage - thank you peterbe for digging deeper. I'll file a separate bug for the re-sizing issues. I hadn't realized this was something that we hardcoded.
Status: RESOLVED → VERIFIED
Comment 15•12 years ago
|
||
Are we sure this is fixed?
I cannot confirm this from this page: https://crash-stats.mozilla.com/report/list?product=Firefox&range_value=7&range_unit=days&date=2013-08-20&signature=js%3A%3AWorkerThreadState%3A%3AfinishParseTaskForScript%28JSScript*%29&version=Firefox%3A26.0a1#graph
Comment 16•12 years ago
|
||
(In reply to Shuhao Wu [:Pwnna] from comment #15)
> Are we sure this is fixed?
>
> I cannot confirm this from this page:
> https://crash-stats.mozilla.com/report/
> list?product=Firefox&range_value=7&range_unit=days&date=2013-08-
> 20&signature=js%3A%3AWorkerThreadState%3A%3AfinishParseTaskForScript%28JSScri
> pt*%29&version=Firefox%3A26.0a1#graph
Yes -- problem is backfill and configuration, fixing in https://bugzilla.mozilla.org/show_bug.cgi?id=907341
Comment 17•12 years ago
|
||
Reopening - this appears to have regressed. Signature graphs are missing from all crash signatures.
Assignee | ||
Comment 18•12 years ago
|
||
I think that when https://bugzilla.mozilla.org/show_bug.cgi?id=758054#c5 landed it also fixed this.
Assignee | ||
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 19•11 years ago
|
||
Verified FIXED on https://crash-stats.mozilla.com/report/list?product=Firefox&range_value=14&range_unit=days&signature=js%3A%3AGCMarker%3A%3AprocessMarkStackTop%28js%3A%3ASliceBudget%26%29&version=Firefox:33.0a1&version=Firefox:32.0a2&version=Firefox:31.0b&version=Firefox:30.0#tab-graph and others -- sorry for the epic delay :-\
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 20•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•