Skip to content

Instantly share code, notes, and snippets.

@vvuk
Last active March 2, 2016 20:53
Show Gist options
  • Save vvuk/93f3c3bbfd3a77a5714e to your computer and use it in GitHub Desktop.
Save vvuk/93f3c3bbfd3a77a5714e to your computer and use it in GitHub Desktop.
First do counts for the two date ranges
$ node bucket-count.js -o 20150112-20150223-counts.js 2015-01-12:2015-02-23
$ node bucket-count.js -o 20150224-20150331-counts.js 2015-02-24:2015-03-31
Then create the beta-as-release weights. The numbers are mean "We have .13x as many linux users on release channel as we do on beta".
$ node weight.js 20150112-20150223-counts.js beta 20150224-20150331-counts.js release beta-release-weights.json
0.130 Linux
0.212 Mac OS X
1.531 Windows XP, Single Intel GPU
0.690 Windows XP, Single NVIDIA GPU
2.197 Windows XP, Intel + NVIDIA GPU
0.915 Windows XP, Non-Intel/NVIDIA GPU
0.417 Windows Vista, Single Intel GPU
0.259 Windows Vista, Single NVIDIA GPU
0.604 Windows Vista, Intel + NVIDIA GPU
0.319 Windows Vista, Non-Intel/NVIDIA GPU
1.484 Windows 7, Single Intel GPU
0.702 Windows 7, Single NVIDIA GPU
0.785 Windows 7, Intel + NVIDIA GPU
0.798 Windows 7, Non-Intel/NVIDIA GPU
1.164 Windows 8, Single Intel GPU
0.738 Windows 8, Single NVIDIA GPU
0.815 Windows 8, Intel + NVIDIA GPU
0.695 Windows 8, Non-Intel/NVIDIA GPU
1.188 Windows 10, Single Intel GPU
0.717 Windows 10, Single NVIDIA GPU
0.809 Windows 10, Intel + NVIDIA GPU
0.385 Windows 10, Non-Intel/NVIDIA GPU
These are release v36 topcrashes that match one of the buckets from the given timeframe.
$ node topcrash.js -b ./buckets.js -c release -r 36 2015-02-24:2015-03-31
==== Top Crashes ====
1: 244364.00 hang | WaitForMultipleObjectsEx | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
2: 192963.00 OOM | small
3: 167001.00 mozilla::layers::CompositorD3D11::HandleError(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::Failed(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::UpdateRenderTarget()
4: 143738.00 F1398665248_____________________________
5: 74897.00 hang | BaseGetNamedObjectDirectory | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
6: 65244.00 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::net::nsHttpConnectionMgr::Shutdown()
7: 55374.00 js::GCMarker::processMarkStackTop(js::SliceBudget&)
8: 52371.00 XPCWrappedNative::AddRef()
9: 45277.00 EnterBaseline
10: 44403.00 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | nsThread::Shutdown()
11: 39012.00 shutdownhang | _VEC_memset
12: 36981.00 StatsCellCallback<int>
13: 35678.00 moz_abort | pages_commit
14: 35086.00 hang | CleanupPerAppKey
15: 28731.00 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::layers::CompositorParent::ShutDown()
16: 28531.00 hang | ntdll.dll@0x3cc2c
17: 28328.00 nsXBLService::GetBinding(nsIContent*, nsIURI*, bool, nsIPrincipal*, bool*, nsXBLBinding**, nsTArray<nsIURI*>&)
18: 28250.00 XPCWrappedNative::QueryInterface(nsID const&, void**)
19: 28087.00 nsNPAPIPluginInstance::Stop()
20: 25211.00 _cairo_d2d_get_temp_rt
21: 23444.00 OOM | unknown | js::CrashAtUnhandlableOOM(char const*) | js::Nursery::moveToTenured(js::gc::MinorCollectionTracer*, JSObject*)
22: 21276.00 nsINode::GetAsText()
23: 20612.00 hang | ConsoleCopyStringToBuffer
24: 19467.00 js::types::TypeObject::maybeSweep(js::types::AutoClearTypeInferenceStateOnOOM*)
25: 17497.00 mozilla::gfx::UserData::Add(mozilla::gfx::UserDataKey*, void*, void (*)(void*))
These are topcrashes from beta v36 from the period when it was in beta (just before the above). Both the unweighted and beta-as-release weights applied. This also uses verbose output, which includes the last time a crash happened, its UUID, and the top bucket counts.
$ node topcrash.js -b ./buckets.js -w beta-as-release.json -c beta -r 36 -v 2015-01-12:2015-02-32
==== Top Crashes (unweighted) ====
1: 151097.00 OOM | small
last crash at: May 20, 2015, link: https://crash-stats.mozilla.com/report/index/e2c0c362-0cd4-432d-8e37-5a0c22150120
top buckets:
1: 75193 Windows 7, Single Intel GPU
2: 25053 Windows 8, Single Intel GPU
3: 14895 Windows 7, Non-Intel/NVIDIA GPU
4: 13254 Windows 7, Single NVIDIA GPU
5: 6623 Windows 8, Intel + NVIDIA GPU
2: 68374.00 mozilla::layers::CompositorD3D11::HandleError(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::Failed(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::UpdateRenderTarget()
last crash at: Mar 2, 2015, link: https://crash-stats.mozilla.com/report/index/52e5c80e-8607-4056-96fa-05b432150130
top buckets:
1: 29372 Windows 8, Single Intel GPU
2: 14841 Windows 7, Single Intel GPU
3: 7334 Windows 8, Intel + NVIDIA GPU
4: 6157 Windows 7, Single NVIDIA GPU
5: 6017 Windows 7, Non-Intel/NVIDIA GPU
3: 30279.00 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::net::nsHttpConnectionMgr::Shutdown()
last crash at: Dec 14, 2015, link: https://crash-stats.mozilla.com/report/index/5098c172-a083-4216-b416-5b2032150216
top buckets:
1: 9167 Windows 7, Single Intel GPU
2: 6597 Windows 8, Single Intel GPU
3: 4864 Windows XP, Single Intel GPU
4: 2530 Windows 7, Non-Intel/NVIDIA GPU
5: 1546 Windows 8, Non-Intel/NVIDIA GPU
4: 28366.00 js::GCMarker::processMarkStackTop(js::SliceBudget&)
last crash at: Oct 25, 2015, link: https://crash-stats.mozilla.com/report/index/79c8aa9c-1ce6-4539-92b4-217c62150208
top buckets:
1: 10993 Windows 7, Single Intel GPU
2: 5123 Windows XP, Single Intel GPU
3: 2959 Windows 7, Non-Intel/NVIDIA GPU
4: 2659 Windows 7, Single NVIDIA GPU
5: 2397 Windows XP, Non-Intel/NVIDIA GPU
5: 27145.00 D2DDeviceContextBase<ID2D1DeviceContext1, ID2D1DeviceContext1, null_type>::FillRectangle(D2D_RECT_F const*, ID2D1Brush*)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/edf07e0c-c48a-42da-bbd9-9d0f22150223
top buckets:
1: 19427 Windows 8, Single Intel GPU
2: 6519 Windows 8, Intel + NVIDIA GPU
3: 682 Windows 8, Non-Intel/NVIDIA GPU
4: 517 Windows 8, Single NVIDIA GPU
6: 24146.00 F1398665248_____________________________
last crash at: Feb 27, 2015, link: https://crash-stats.mozilla.com/report/index/f8c51ed4-4467-4412-b58c-08ea12150220
top buckets:
1: 9004 Windows 7, Single Intel GPU
2: 5463 Windows 8, Single Intel GPU
3: 2916 Windows 7, Non-Intel/NVIDIA GPU
4: 2254 Windows 7, Single NVIDIA GPU
5: 2004 Windows 8, Non-Intel/NVIDIA GPU
7: 23932.00 hang | WaitForMultipleObjectsEx | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/0cef6d3e-3071-4479-8cc6-205202150223
top buckets:
1: 12197 Windows 7, Single Intel GPU
2: 4848 Windows 7, Non-Intel/NVIDIA GPU
3: 3948 Windows 7, Single NVIDIA GPU
4: 1401 Windows 7, Intel + NVIDIA GPU
5: 744 Windows Vista, Single Intel GPU
8: 23746.00 RtlpWaitOnCriticalSection | RtlpDeCommitFreeBlock | `anonymous namespace''::owned_critical_section::enter()
last crash at: Feb 25, 2015, link: https://crash-stats.mozilla.com/report/index/e4fdd31e-0d28-4b8b-b5b5-7883e2150223
top buckets:
1: 11389 Windows 7, Single Intel GPU
2: 7487 Windows 7, Non-Intel/NVIDIA GPU
3: 3908 Windows 7, Single NVIDIA GPU
4: 962 Windows 7, Intel + NVIDIA GPU
9: 18333.00 EnterBaseline
last crash at: Apr 15, 2015, link: https://crash-stats.mozilla.com/report/index/48314189-5376-433d-a0c2-ccc4f2150215
top buckets:
1: 5327 Windows 7, Single Intel GPU
2: 4085 Windows 7, Non-Intel/NVIDIA GPU
3: 2462 Windows XP, Single Intel GPU
4: 1825 Windows XP, Non-Intel/NVIDIA GPU
5: 1618 Windows 7, Single NVIDIA GPU
10: 18302.00 mozilla::layers::RotatedContentBuffer::BeginPaint(mozilla::layers::PaintedLayer*, unsigned int)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/a1455fbb-859b-44fd-8e2b-b6e712150223
top buckets:
1: 8334 Windows 7, Single Intel GPU
2: 4088 Windows 7, Single NVIDIA GPU
3: 2599 Windows 8, Single Intel GPU
4: 2570 Windows 7, Non-Intel/NVIDIA GPU
5: 335 Windows 7, Intel + NVIDIA GPU
11: 16292.00 mozilla::`anonymous namespace''::RunWatchdog(void*)
last crash at: Dec 20, 2015, link: https://crash-stats.mozilla.com/report/index/2c2f7c69-c906-4c80-abb2-834352150120
top buckets:
1: 5334 Windows 7, Single Intel GPU
2: 2525 Windows 8, Single Intel GPU
3: 1885 Windows 7, Non-Intel/NVIDIA GPU
4: 1452 Windows 7, Single NVIDIA GPU
5: 1360 Windows XP, Single Intel GPU
12: 16261.00 mozilla::SourceBufferDecoder::WasTrimmed()
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/7024ec5b-6842-4348-baba-b50b92150223
top buckets:
1: 7328 Windows 7, Single Intel GPU
2: 3247 Windows 7, Non-Intel/NVIDIA GPU
3: 2040 Windows 8, Single Intel GPU
4: 1821 Windows 7, Single NVIDIA GPU
5: 564 Windows 8, Non-Intel/NVIDIA GPU
13: 14346.00 OOM | unknown | js::CrashAtUnhandlableOOM(char const*) | js::Nursery::moveToTenured(js::gc::MinorCollectionTracer*, JSObject*)
last crash at: May 20, 2015, link: https://crash-stats.mozilla.com/report/index/8dd2fefe-161b-4bb4-87d5-24eb12150120
top buckets:
1: 6808 Windows 7, Single Intel GPU
2: 1896 Windows 7, Non-Intel/NVIDIA GPU
3: 1541 Windows 8, Single Intel GPU
4: 1228 Windows 7, Single NVIDIA GPU
5: 719 Windows XP, Single Intel GPU
14: 13743.00 XPCWrappedNative::QueryInterface(nsID const&, void**)
last crash at: Feb 25, 2015, link: https://crash-stats.mozilla.com/report/index/6c9985fc-0278-4c57-bbe2-84a422150220
top buckets:
1: 6034 Windows 7, Single Intel GPU
2: 1877 Windows 7, Non-Intel/NVIDIA GPU
3: 1456 Windows 7, Single NVIDIA GPU
4: 1175 Windows XP, Single Intel GPU
5: 823 Windows 8, Single Intel GPU
15: 13095.00 shutdownhang | _VEC_memset
last crash at: Jul 2, 2015, link: https://crash-stats.mozilla.com/report/index/25298c7c-6903-4cfa-9231-29a602150220
top buckets:
1: 5782 Windows 7, Single Intel GPU
2: 1779 Windows XP, Single Intel GPU
3: 1610 Windows 7, Non-Intel/NVIDIA GPU
4: 1015 Windows 7, Single NVIDIA GPU
5: 826 Windows XP, Non-Intel/NVIDIA GPU
16: 12755.00 mozalloc_abort(char const* const) | NS_DebugBreak | nsDebugImpl::Abort(char const*, int)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/57bfb126-7628-453a-b08e-ad0e42150223
top buckets:
1: 4472 Windows 7, Single Intel GPU
2: 1565 Windows 8, Single Intel GPU
3: 1524 Windows XP, Single Intel GPU
4: 1456 Windows 7, Non-Intel/NVIDIA GPU
5: 1199 Windows 7, Single NVIDIA GPU
17: 12730.00 DrawingContext::FillGeometry(ID2D1Geometry*, ID2D1Brush*, ID2D1Brush*)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/a68aaa0b-8b55-42a8-8e98-6fe292150223
top buckets:
1: 5858 Windows 7, Single Intel GPU
2: 4142 Windows 8, Single Intel GPU
3: 1358 Windows 8, Intel + NVIDIA GPU
4: 625 Windows 7, Intel + NVIDIA GPU
5: 308 Windows 7, Single NVIDIA GPU
18: 12614.00 OOM | large | mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | stagefright::MPEG4Source::start(stagefright::MetaData*)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/feee4a73-2353-4872-8809-3cf962150223
top buckets:
1: 5887 Windows 7, Single Intel GPU
2: 2021 Windows 7, Non-Intel/NVIDIA GPU
3: 1739 Windows 7, Single NVIDIA GPU
4: 953 Windows 8, Single Intel GPU
5: 733 Windows 8, Non-Intel/NVIDIA GPU
19: 12603.00 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | nsThread::Shutdown()
last crash at: Feb 28, 2015, link: https://crash-stats.mozilla.com/report/index/fb5afe8a-d67e-493e-9cb7-24ab32150222
top buckets:
1: 4510 Windows 7, Single Intel GPU
2: 1651 Windows 7, Non-Intel/NVIDIA GPU
3: 1260 Windows 7, Single NVIDIA GPU
4: 1251 Windows 8, Single Intel GPU
5: 1033 Windows XP, Single Intel GPU
20: 12485.00 DrawingContext::FillRectangle(D2D_RECT_F const*, ID2D1Brush*)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/d471c8e5-ca96-49e5-8d34-32f302150223
top buckets:
1: 8875 Windows 7, Single Intel GPU
2: 1583 Windows 7, Single NVIDIA GPU
3: 1056 Windows 7, Intel + NVIDIA GPU
4: 971 Windows 7, Non-Intel/NVIDIA GPU
21: 12462.00 _wassert
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/95ce5518-66bc-4f3b-a046-8a5092150223
top buckets:
1: 5642 Windows 7, Single Intel GPU
2: 2450 Windows 7, Non-Intel/NVIDIA GPU
3: 1618 Windows 7, Single NVIDIA GPU
4: 1001 Windows 8, Single Intel GPU
5: 499 Windows 8, Non-Intel/NVIDIA GPU
22: 12414.00 hang | BaseGetNamedObjectDirectory | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
last crash at: Mar 5, 2015, link: https://crash-stats.mozilla.com/report/index/aafaf8ce-9195-48b2-ae27-5da2f2150222
top buckets:
1: 8247 Windows 7, Single Intel GPU
2: 2127 Windows 7, Non-Intel/NVIDIA GPU
3: 1893 Windows 7, Single NVIDIA GPU
4: 147 Windows 7, Intel + NVIDIA GPU
23: 12382.00 ig4icd32.dll@0x2095ed
last crash at: Feb 27, 2015, link: https://crash-stats.mozilla.com/report/index/8424fc64-d278-4dac-8a38-1faf72150223
top buckets:
1: 12302 Windows 7, Single Intel GPU
2: 39 Windows 8, Single Intel GPU
3: 38 Windows Vista, Single Intel GPU
4: 3 Windows 7, Intel + NVIDIA GPU
24: 11925.00 moz_abort | pages_commit
last crash at: Feb 27, 2015, link: https://crash-stats.mozilla.com/report/index/3d851485-076b-40cd-9936-8414c2150220
top buckets:
1: 3736 Windows 7, Single Intel GPU
2: 1617 Windows 8, Single Intel GPU
3: 1446 Windows XP, Single Intel GPU
4: 1277 Windows 7, Non-Intel/NVIDIA GPU
5: 961 Windows 7, Single NVIDIA GPU
25: 11604.00 OOM | large | mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>::EnsureCapacity(unsigned int, unsigned int) | nsTArray_Impl<unsigned char, nsTArra...
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/5b3c3a47-eb6b-450c-9599-f34ef2150223
top buckets:
1: 5108 Windows 7, Single Intel GPU
2: 1740 Windows 7, Non-Intel/NVIDIA GPU
3: 1498 Windows 7, Single NVIDIA GPU
4: 1385 Windows 8, Single Intel GPU
5: 537 Windows 8, Non-Intel/NVIDIA GPU
==== Top Crashes (weighted) ====
1: 139489.45 OOM | small
last crash at: May 20, 2015, link: https://crash-stats.mozilla.com/report/index/e2c0c362-0cd4-432d-8e37-5a0c22150120
top buckets:
1: 50676 Windows 7, Single Intel GPU
2: 21517 Windows 8, Single Intel GPU
3: 18892 Windows 7, Single NVIDIA GPU
4: 18662 Windows 7, Non-Intel/NVIDIA GPU
5: 8126 Windows 8, Intel + NVIDIA GPU
2: 67565.64 mozilla::layers::CompositorD3D11::HandleError(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::Failed(long, mozilla::layers::CompositorD3D11::Severity) | mozilla::layers::CompositorD3D11::UpdateRenderTarget()
last crash at: Mar 2, 2015, link: https://crash-stats.mozilla.com/report/index/52e5c80e-8607-4056-96fa-05b432150130
top buckets:
1: 25227 Windows 8, Single Intel GPU
2: 10002 Windows 7, Single Intel GPU
3: 8998 Windows 8, Intel + NVIDIA GPU
4: 8776 Windows 7, Single NVIDIA GPU
5: 7539 Windows 7, Non-Intel/NVIDIA GPU
3: 28101.51 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | mozilla::net::nsHttpConnectionMgr::Shutdown()
last crash at: Dec 14, 2015, link: https://crash-stats.mozilla.com/report/index/5098c172-a083-4216-b416-5b2032150216
top buckets:
1: 6178 Windows 7, Single Intel GPU
2: 5666 Windows 8, Single Intel GPU
3: 3177 Windows XP, Single Intel GPU
4: 3169 Windows 7, Non-Intel/NVIDIA GPU
5: 2223 Windows 8, Non-Intel/NVIDIA GPU
4: 26771.07 js::GCMarker::processMarkStackTop(js::SliceBudget&)
last crash at: Oct 25, 2015, link: https://crash-stats.mozilla.com/report/index/79c8aa9c-1ce6-4539-92b4-217c62150208
top buckets:
1: 7408 Windows 7, Single Intel GPU
2: 3790 Windows 7, Single NVIDIA GPU
3: 3707 Windows 7, Non-Intel/NVIDIA GPU
4: 3346 Windows XP, Single Intel GPU
5: 2619 Windows XP, Non-Intel/NVIDIA GPU
5: 26365.85 D2DDeviceContextBase<ID2D1DeviceContext1, ID2D1DeviceContext1, null_type>::FillRectangle(D2D_RECT_F const*, ID2D1Brush*)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/edf07e0c-c48a-42da-bbd9-9d0f22150223
top buckets:
1: 16685 Windows 8, Single Intel GPU
2: 7998 Windows 8, Intel + NVIDIA GPU
3: 980 Windows 8, Non-Intel/NVIDIA GPU
4: 700 Windows 8, Single NVIDIA GPU
(+ 1) 6: 26178.25 hang | WaitForMultipleObjectsEx | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/0cef6d3e-3071-4479-8cc6-205202150223
top buckets:
1: 8220 Windows 7, Single Intel GPU
2: 6074 Windows 7, Non-Intel/NVIDIA GPU
3: 5627 Windows 7, Single NVIDIA GPU
4: 1785 Windows 7, Intel + NVIDIA GPU
5: 1782 Windows Vista, Single Intel GPU
(- 1) 7: 24560.81 F1398665248_____________________________
last crash at: Feb 27, 2015, link: https://crash-stats.mozilla.com/report/index/f8c51ed4-4467-4412-b58c-08ea12150220
top buckets:
1: 6068 Windows 7, Single Intel GPU
2: 4692 Windows 8, Single Intel GPU
3: 3653 Windows 7, Non-Intel/NVIDIA GPU
4: 3212 Windows 7, Single NVIDIA GPU
5: 2882 Windows 8, Non-Intel/NVIDIA GPU
8: 23853.24 RtlpWaitOnCriticalSection | RtlpDeCommitFreeBlock | `anonymous namespace''::owned_critical_section::enter()
last crash at: Feb 25, 2015, link: https://crash-stats.mozilla.com/report/index/e4fdd31e-0d28-4b8b-b5b5-7883e2150223
top buckets:
1: 9380 Windows 7, Non-Intel/NVIDIA GPU
2: 7675 Windows 7, Single Intel GPU
3: 5570 Windows 7, Single NVIDIA GPU
4: 1226 Windows 7, Intel + NVIDIA GPU
9: 19668.63 EnterBaseline
last crash at: Apr 15, 2015, link: https://crash-stats.mozilla.com/report/index/48314189-5376-433d-a0c2-ccc4f2150215
top buckets:
1: 5118 Windows 7, Non-Intel/NVIDIA GPU
2: 3590 Windows 7, Single Intel GPU
3: 2306 Windows 7, Single NVIDIA GPU
4: 1994 Windows XP, Non-Intel/NVIDIA GPU
5: 1608 Windows XP, Single Intel GPU
10: 18371.07 mozilla::layers::RotatedContentBuffer::BeginPaint(mozilla::layers::PaintedLayer*, unsigned int)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/a1455fbb-859b-44fd-8e2b-b6e712150223
top buckets:
1: 5826 Windows 7, Single NVIDIA GPU
2: 5616 Windows 7, Single Intel GPU
3: 3220 Windows 7, Non-Intel/NVIDIA GPU
4: 2232 Windows 8, Single Intel GPU
5: 721 Windows Vista, Single NVIDIA GPU
11: 16697.93 mozilla::`anonymous namespace''::RunWatchdog(void*)
last crash at: Dec 20, 2015, link: https://crash-stats.mozilla.com/report/index/2c2f7c69-c906-4c80-abb2-834352150120
top buckets:
1: 3594 Windows 7, Single Intel GPU
2: 2361 Windows 7, Non-Intel/NVIDIA GPU
3: 2168 Windows 8, Single Intel GPU
4: 2069 Windows 7, Single NVIDIA GPU
5: 1114 Windows 8, Non-Intel/NVIDIA GPU
12: 16416.73 mozilla::SourceBufferDecoder::WasTrimmed()
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/7024ec5b-6842-4348-baba-b50b92150223
top buckets:
1: 4938 Windows 7, Single Intel GPU
2: 4068 Windows 7, Non-Intel/NVIDIA GPU
3: 2595 Windows 7, Single NVIDIA GPU
4: 1752 Windows 8, Single Intel GPU
5: 811 Windows 8, Non-Intel/NVIDIA GPU
(+ 6) 13: 13625.13 shutdownhang | WaitForSingleObjectEx | WaitForSingleObject | PR_Wait | nsThread::ProcessNextEvent(bool, bool*) | NS_ProcessNextEvent(nsIThread*, bool) | nsThread::Shutdown()
last crash at: Feb 28, 2015, link: https://crash-stats.mozilla.com/report/index/fb5afe8a-d67e-493e-9cb7-24ab32150222
top buckets:
1: 3039 Windows 7, Single Intel GPU
2: 2068 Windows 7, Non-Intel/NVIDIA GPU
3: 1795 Windows 7, Single NVIDIA GPU
4: 1074 Windows 8, Single Intel GPU
5: 833 Windows Vista, Single NVIDIA GPU
(- 1) 14: 13545.88 OOM | unknown | js::CrashAtUnhandlableOOM(char const*) | js::Nursery::moveToTenured(js::gc::MinorCollectionTracer*, JSObject*)
last crash at: May 20, 2015, link: https://crash-stats.mozilla.com/report/index/8dd2fefe-161b-4bb4-87d5-24eb12150120
top buckets:
1: 4588 Windows 7, Single Intel GPU
2: 2375 Windows 7, Non-Intel/NVIDIA GPU
3: 1750 Windows 7, Single NVIDIA GPU
4: 1323 Windows 8, Single Intel GPU
5: 615 Windows 7, Intel + NVIDIA GPU
(- 1) 15: 13484.09 XPCWrappedNative::QueryInterface(nsID const&, void**)
last crash at: Feb 25, 2015, link: https://crash-stats.mozilla.com/report/index/6c9985fc-0278-4c57-bbe2-84a422150220
top buckets:
1: 4066 Windows 7, Single Intel GPU
2: 2351 Windows 7, Non-Intel/NVIDIA GPU
3: 2075 Windows 7, Single NVIDIA GPU
4: 767 Windows XP, Single Intel GPU
5: 760 Windows XP, Non-Intel/NVIDIA GPU
(- 1) 16: 12812.02 shutdownhang | _VEC_memset
last crash at: Jul 2, 2015, link: https://crash-stats.mozilla.com/report/index/25298c7c-6903-4cfa-9231-29a602150220
top buckets:
1: 3896 Windows 7, Single Intel GPU
2: 2017 Windows 7, Non-Intel/NVIDIA GPU
3: 1446 Windows 7, Single NVIDIA GPU
4: 1161 Windows XP, Single Intel GPU
5: 902 Windows XP, Non-Intel/NVIDIA GPU
(+ 4) 17: 12795.19 _wassert
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/95ce5518-66bc-4f3b-a046-8a5092150223
top buckets:
1: 3802 Windows 7, Single Intel GPU
2: 3069 Windows 7, Non-Intel/NVIDIA GPU
3: 2306 Windows 7, Single NVIDIA GPU
4: 859 Windows 8, Single Intel GPU
5: 717 Windows 8, Non-Intel/NVIDIA GPU
(- 2) 18: 12779.35 mozalloc_abort(char const* const) | NS_DebugBreak | nsDebugImpl::Abort(char const*, int)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/57bfb126-7628-453a-b08e-ad0e42150223
top buckets:
1: 3013 Windows 7, Single Intel GPU
2: 1824 Windows 7, Non-Intel/NVIDIA GPU
3: 1709 Windows 7, Single NVIDIA GPU
4: 1344 Windows 8, Single Intel GPU
5: 995 Windows XP, Single Intel GPU
(- 1) 19: 12607.26 OOM | large | mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | stagefright::MPEG4Source::start(stagefright::MetaData*)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/feee4a73-2353-4872-8809-3cf962150223
top buckets:
1: 3967 Windows 7, Single Intel GPU
2: 2532 Windows 7, Non-Intel/NVIDIA GPU
3: 2478 Windows 7, Single NVIDIA GPU
4: 1054 Windows 8, Non-Intel/NVIDIA GPU
5: 818 Windows 8, Single Intel GPU
(+ 7) 20: 12528.78 _invalid_parameter_noinfo
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/55136081-6eb9-476a-8fc9-7c04d2150223
top buckets:
1: 12163 Windows 7, Non-Intel/NVIDIA GPU
2: 343 Windows 8, Non-Intel/NVIDIA GPU
3: 9 Windows 7, Single Intel GPU
4: 7 Windows XP, Non-Intel/NVIDIA GPU
5: 1 Windows XP, Single Intel GPU
(+ 3) 21: 12134.71 moz_abort | pages_commit
last crash at: Feb 27, 2015, link: https://crash-stats.mozilla.com/report/index/3d851485-076b-40cd-9936-8414c2150220
top buckets:
1: 2517 Windows 7, Single Intel GPU
2: 1600 Windows 7, Non-Intel/NVIDIA GPU
3: 1388 Windows 8, Single Intel GPU
4: 1369 Windows 7, Single NVIDIA GPU
5: 944 Windows XP, Single Intel GPU
(+ 3) 22: 11469.23 OOM | large | mozalloc_abort(char const* const) | mozalloc_handle_oom(unsigned int) | moz_xmalloc | nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyWithMemutils>::EnsureCapacity(unsigned int, unsigned int) | nsTArray_Impl<unsigned char, nsTArra...
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/5b3c3a47-eb6b-450c-9599-f34ef2150223
top buckets:
1: 3442 Windows 7, Single Intel GPU
2: 2180 Windows 7, Non-Intel/NVIDIA GPU
3: 2135 Windows 7, Single NVIDIA GPU
4: 1189 Windows 8, Single Intel GPU
5: 772 Windows 8, Non-Intel/NVIDIA GPU
(- 1) 23: 11108.81 hang | BaseGetNamedObjectDirectory | RealMsgWaitForMultipleObjectsEx | MsgWaitForMultipleObjects | F_1152915508___________________________________
last crash at: Mar 5, 2015, link: https://crash-stats.mozilla.com/report/index/aafaf8ce-9195-48b2-ae27-5da2f2150222
top buckets:
1: 5558 Windows 7, Single Intel GPU
2: 2698 Windows 7, Single NVIDIA GPU
3: 2665 Windows 7, Non-Intel/NVIDIA GPU
4: 187 Windows 7, Intel + NVIDIA GPU
(- 7) 24: 10994.95 DrawingContext::FillGeometry(ID2D1Geometry*, ID2D1Brush*, ID2D1Brush*)
last crash at: Feb 24, 2015, link: https://crash-stats.mozilla.com/report/index/a68aaa0b-8b55-42a8-8e98-6fe292150223
top buckets:
1: 3948 Windows 7, Single Intel GPU
2: 3557 Windows 8, Single Intel GPU
3: 1666 Windows 8, Intel + NVIDIA GPU
4: 796 Windows 7, Intel + NVIDIA GPU
5: 439 Windows 7, Single NVIDIA GPU
(- 5) 25: 10800.44 DrawingContext::FillRectangle(D2D_RECT_F const*, ID2D1Brush*)
last crash at: Feb 23, 2015, link: https://crash-stats.mozilla.com/report/index/d471c8e5-ca96-49e5-8d34-32f302150223
top buckets:
1: 5981 Windows 7, Single Intel GPU
2: 2256 Windows 7, Single NVIDIA GPU
3: 1346 Windows 7, Intel + NVIDIA GPU
4: 1216 Windows 7, Non-Intel/NVIDIA GPU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment