Closed
Bug 759784
Opened 13 years ago
Closed 13 years ago
Top crasher reports are not showing all the associated bugs
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
16
People
(Reporter: nhirata, Assigned: lonnen)
References
Details
Attachments
(1 file)
14.98 KB,
image/png
|
Details |
1. go to https://crash-stats.mozilla.com/topcrasher/byversion/FennecAndroid/14.0b3/7
2. look at mozilla::hal::NotifyScreenOrientationChange (should be #19) and the associated bugs
Expected: bugs associated are listed
Actual: bugs associated are not listed
Note: if you click on the link then go to the bug tab you will see the associated bug numbers
Comment 1•13 years ago
|
||
Dupe of bug 759341?
![]() |
||
Comment 2•13 years ago
|
||
(In reply to Scoobidiver from comment #1)
> Dupe of bug 759341?
How should it be? There's no / in the signature, and this is about bug numbers showing in the topcrashers list, not about being able to view a page.
Interestingly, in an advanced query, we correctly show those bug numbers.
Comment 3•13 years ago
|
||
(In reply to Robert Kaiser (:kairo@mozilla.com) from comment #2)
> (In reply to Scoobidiver from comment #1)
> > Dupe of bug 759341?
> How should it be? There's no / in the signature, and this is about bug
> numbers showing in the topcrashers list, not about being able to view a page.
The first crash signature containing / is #18 top crasher, so almost all crashes after it including bug 740329 don't have a related bug because the cronjob failed.
![]() |
||
Comment 4•13 years ago
|
||
(In reply to Scoobidiver from comment #3)
> The first crash signature containing / is #18 top crasher, so almost all
> crashes after it including bug 740329 don't have a related bug because the
> cronjob failed.
It's not the cronjob that failed, but you might be right in an XHR or mware request being what failed there.
Updated•13 years ago
|
Severity: normal → major
Target Milestone: --- → 13
Updated•13 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 5•13 years ago
|
||
Right now, as I check this, bugs 757025, 740329 are listed in the bugzilla tab for that signature, and shown on topcrasher row for it.
KaiRo pointed out that there are others on that page (libflashplayer.so@0x50ccd4, currently 36 and nsNPAPIPluginInstance::TimerWithID, currently 37) with the descibed problem.
Assignee | ||
Updated•13 years ago
|
Assignee: peterbe → chris.lonnen
Assignee | ||
Comment 6•13 years ago
|
||
Kicking out to 14.
This is difficult to reproduce locally or on crash-stats-dev, as neither have Bugzilla information.
So far I can only reproduce it on FennecAndroid. All examples I have found involve signatures with a double colon ("::") substring.
Target Milestone: 13 → 14
Assignee | ||
Comment 7•13 years ago
|
||
The TCBS query to the middleware triggers a SQL search with 23 signatures, instead of the expected 300. After some investigation, it looks like 40+ signatures are arriving with the post data, but only 23 are being returned by the external_common.parse_arguments() function.
Assignee | ||
Comment 8•13 years ago
|
||
This is being caused by a slash in the POST data, specifically the signature: `java.util.concurrent.RejectedExecutionException: pool=1/1, queue=0 at java.util.`
Comment 9•13 years ago
|
||
(In reply to Chris Lonnen :lonnen from comment #8)
> This is being caused by a slash in the POST data
I though bug 759341 was supposed to fix that.
Comment 10•13 years ago
|
||
(In reply to Scoobidiver from comment #9)
> (In reply to Chris Lonnen :lonnen from comment #8)
> > This is being caused by a slash in the POST data
> I though bug 759341 was supposed to fix that.
No, those are totally different problems: bug 759341 was due to Apache not accepting encoded slashes in URLs. Here the problem is caused by an internal function splitting a string on slashes, and we introduced non-encoded and unexpected slashes in that string.
Assignee | ||
Comment 11•13 years ago
|
||
Won't get to this before today's freeze. Kicking to 15.
Target Milestone: 14 → 15
Assignee | ||
Comment 12•13 years ago
|
||
bug fixed, but tests are broken. will land for next week.
Target Milestone: 15 → 16
Assignee | ||
Comment 13•13 years ago
|
||
My last patch was not viable. Some of the code paths it modified are reused in too many places to do this without adding complexity. Needs a new approach.
Target Milestone: 16 → 17
Assignee | ||
Updated•13 years ago
|
Target Milestone: 17 → 18
Assignee | ||
Comment 14•13 years ago
|
||
This was fixed by adrian's solution for bug 774777. To verify, find a signature with a slash that has a bug associated with it. I've attached a screen cap from staging where I found one on FennecAndroid 14.
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Target Milestone: 18 → 16
You need to log in
before you can comment on or make changes to this bug.
Description
•