Closed Bug 881623 Opened 12 years ago Closed 11 years ago

Build Architecture Info ended by | None in Crash Report

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: scoobidiver, Assigned: lars)

Details

Build Architecture Info is always ended by | None in Crash Report. See https://crash-stats-django.allizom.org/report/index/1fcdec5e-8fc7-404a-8622-babda2130605
Blocks: 749359
Hmm from a quick look not sure where this is coming form - could it be the mware?
That value comes straight from the processed crash, and the middleware doesn't do anything on it before sending it back. I suspect there is a problem in the processor, or in breakpad.
(In reply to Adrian Gaudebert [:adrian] from comment #2) > I suspect there is a problem in the processor, or in breakpad. There's no issue in crash stats. See bp-1a3ab5b0-0a96-4e8a-98d3-3dd752130612.
No longer blocks: 749359
(In reply to Scoobidiver from comment #3) > (In reply to Adrian Gaudebert [:adrian] from comment #2) > > I suspect there is a problem in the processor, or in breakpad. > There's no issue in crash stats. See bp-1a3ab5b0-0a96-4e8a-98d3-3dd752130612. https://crash-stats-django.mozilla.org/report/index/1a3ab5b0-0a96-4e8a-98d3-3dd752130612 looks pretty much the same as the PHP version for this.
Blocks: 749359
(In reply to Robert Kaiser (:kairo@mozilla.com) [away until early June] from comment #4) > https://crash-stats-django.mozilla.org/report/index/1a3ab5b0-0a96-4e8a-98d3- > 3dd752130612 looks pretty much the same as the PHP version for this. Sorry, I'm wrong, it's broken on django production as well.
OK this is definitely a processor bug - I looked in the processed JSON for the uuid in question and see: "cpu_info": "GenuineIntel family 6 model 42 stepping 7 | None", Unblocking Django app. lars would you mind taking a look?
No longer blocks: 749359
Flags: needinfo?(lars)
Summary: [socorro-crashstats] Build Architecture Info ended by | None in Crash Report → Build Architecture Info ended by | None in Crash Report
Interesting, if this is a processor thing, why does the PHP UI not show the " | None" then?
(In reply to Robert Kaiser (:kairo@mozilla.com) [away until early June] from comment #7) > if this is a processor thing I think an old version of processor software is running. See also bug 881720.
The processor for the production installation is the same for both UIs (crash-stats.mozilla.com and crash-stats-django.mozilla.org), just like the rest of the backend.
this is, indeed, a bug in Processor2012. It is corrected in https://github.com/mozilla/socorro/pull/1298
Flags: needinfo?(lars)
Commit pushed to master at https://github.com/mozilla/socorro https://github.com/mozilla/socorro/commit/779d91c109b04317e82f479dbb6d9a370eecfffc Merge pull request #1298 from twobraids/build-arch-info Fixes Bug 881623 - Fixed bad call in getting number of CPUs from MDSW
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 52
Assignee: nobody → lars
Socorro 52 should have landed yesterday.
(In reply to Scoobidiver from comment #12) > Socorro 52 should have landed yesterday. No, it was delayed as 51 only was released this week.
You need to log in before you can comment on or make changes to this bug.