Bug 1649674 Comment 14 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Geoff Lankow (:darktrojan) [out for Christmas 🎄 back early Jan] from comment #12)
> This may be unrelated or it may help: I was looking into using the streaming messages through the converter for something yesterday, and I noticed that for every `onDataAvailable` call the `count` value was 0, when surely it should climb with each call. Haven't figured out why yet.

Interesting is beta 94 had a **massive** jump in crashes around the time of your comment on 2021-11-01, as seen below.  But it appears the spike ended with 95.0b1 (build2) released on Nov 3, 3pm at rate unknown (but I'd guess around 50), which increased to rate 100 on Nov 5 - fortunately crash-stats had not yet stopped accepting reports until end of day Nov 9 / [beta 95 was definitely still sending crash reports](https://crash-stats.mozilla.org/signature/?product=Thunderbird&release_channel=beta&signature=OOM%20%7C%20small&date=%3E%3D2021-10-08T16%3A10%3A00.000Z&date=%3C2022-01-08T16%3A10%3A00.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_columns=install_time&_columns=startup_crash&_sort=-date&page=1).  

But is it really fixed, and if not why did this signature go away??  Because I don't see any obvious related October checkins in https://hg.mozilla.org/comm-central/log/tip/mailnews/mime/src/nsStreamConverter.cpp

ver  count  --          installations
92.0	2	2.2%	2
93.0	2	2.2%	2
94.0	80	86.0%	80
95.0	1	1.1%	1

buildid 20211007214915 94.0b1
buildid 20211014184052 94.0b2
buildid 20211103010303 95.0b1 build2 bp-6828984f-009a-45fd-910e-f85da0211105
(In reply to Geoff Lankow (:darktrojan) [out for Christmas 🎄 back early Jan] from comment #12)
> This may be unrelated or it may help: I was looking into using the streaming messages through the converter for something yesterday, and I noticed that for every `onDataAvailable` call the `count` value was 0, when surely it should climb with each call. Haven't figured out why yet.

Interesting is beta 94 had a **massive** jump in crashes around the time of your comment on 2021-11-01, as seen below.  But it appears the spike ended with 95.0b1 (build2) released on Nov 3, 3pm at rate unknown (but I'd guess around 50), which increased to rate 100 on Nov 5 - fortunately crash-stats had not yet stopped accepting reports until end of day Nov 9 / [beta 95 was definitely still sending crash reports](https://crash-stats.mozilla.org/signature/?product=Thunderbird&release_channel=beta&signature=OOM%20%7C%20small&date=%3E%3D2021-10-08T16%3A10%3A00.000Z&date=%3C2022-01-08T16%3A10%3A00.000Z&_columns=date&_columns=product&_columns=version&_columns=build_id&_columns=platform&_columns=reason&_columns=address&_columns=install_time&_columns=startup_crash&_sort=-date&page=1).  

But is it really fixed, and if not why did this signature go away??  Because I don't see any obvious related October checkins in https://hg.mozilla.org/comm-central/log/tip/mailnews/mime/src/nsStreamConverter.cpp

ver  count  --          installations
92.0	2	2.2%	2
93.0	2	2.2%	2
94.0	80	86.0%	80
95.0	1	1.1%	1

buildid 20211007214915 94.0b2 (corrected)
buildid 20211014184052 94.0b3 (corrected)
buildid 20211103010303 95.0b1 build2 bp-6828984f-009a-45fd-910e-f85da0211105

Back to Bug 1649674 Comment 14