Closed
Bug 633244
Opened 15 years ago
Closed 2 years ago
crashes [@ \N ] spiking on 4.0bX beginning around jan16 and jan23 (null crash)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 711568
People
(Reporter: chofmann, Unassigned)
Details
Attachments
(1 file)
|
21.05 KB,
text/plain
|
Details |
prior to jan 16 \N crash volume was running about 500 crashes per day on the latest 4.0 beta.
after it bumped to around 1000-1100, then took another bump to around 1700+ on jan23
lately its running at 3300+
need to try and tease out whats behind this increase. I'll attach more detailed volume breakdown from the begin of the year, and across all beta version shortly.
| Reporter | ||
Comment 1•15 years ago
|
||
Updated•15 years ago
|
OS: Mac OS X → All
Comment 2•15 years ago
|
||
Can you tell how many of these are flash related? I saw a number of stack overflow flash related crashes. stack overflows typically crash the crash reporter.
| Reporter | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Can you tell how many of these are flash related? I saw a number of stack
> overflow flash related crashes. stack overflows typically crash the crash
> reporter.
hard to tell exactly but one way to get at that would be to look at crashes that indicate they happened in the plugin process. these two queries suggest plugin process \N crashe are a small pct. of overall \N crashes.
plugin process
awk -F\t '$1 ~ /\\N/ && $8 ~ /4.0b/ && $25 ~ /plugin/ {print FILENAME,$1,$8}' 20110208* | sort | uniq -c | sort -nr | more
25 20110208-crashdata.csv \N 4.0b10
9 20110208-crashdata.csv \N 4.0b7
2 20110208-crashdata.csv \N 4.0b9pre
2 20110208-crashdata.csv \N 4.0b8
2 20110208-crashdata.csv \N 4.0b7pre
2 20110208-crashdata.csv \N 4.0b6
2 20110208-crashdata.csv \N 4.0b5
1 20110208-crashdata.csv \N 4.0b9
1 20110208-crashdata.csv \N 4.0b3
1 20110208-crashdata.csv \N 4.0b12pre
1 20110208-crashdata.csv \N 4.0b11
plguin & firefox process
% awk -F\t '$1 ~ /\\N/ && $8 ~ /4.0b/ {print FILENAME,$1,$8}' 20110208* | sort | uniq -c | sort -nr | more
2679 20110208-crashdata.csv \N 4.0b10
210 20110208-crashdata.csv \N 4.0b11
134 20110208-crashdata.csv \N 4.0b9
120 20110208-crashdata.csv \N 4.0b12pre
57 20110208-crashdata.csv \N 4.0b7
48 20110208-crashdata.csv \N 4.0b9pre
28 20110208-crashdata.csv \N 4.0b8
27 20110208-crashdata.csv \N 4.0b6
20 20110208-crashdata.csv \N 4.0b11pre
18 20110208-crashdata.csv \N 4.0b5
18 20110208-crashdata.csv \N 4.0b3
11 20110208-crashdata.csv \N 4.0b1
8 20110208-crashdata.csv \N 4.0b4
5 20110208-crashdata.csv \N 4.0b10pre
2 20110208-crashdata.csv \N 4.0b7pre
1 20110208-crashdata.csv \N 4.0b2
Comment 4•14 years ago
|
||
should this simply roll into Bug 711568 ?
Summary: crashes [@ \N ] spiking on 4.0bX beginning around jan16 and jan23 → crashes [@ \N ] spiking on 4.0bX beginning around jan16 and jan23 (null crash)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•