Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: net/docs/bug-triage-suggested-workflow.txt

Issue 935333002: Update from https://crrev.com/316786 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/docs/bug-triage.txt ('k') | net/http/disk_cache_based_quic_server_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/docs/bug-triage-suggested-workflow.txt
diff --git a/net/docs/bug-triage-suggested-workflow.txt b/net/docs/bug-triage-suggested-workflow.txt
index f605c4354f785cf7143b2816af9431cbcc9b21f1..d3e7141dc4be95c16de369aec4f43c27e209cad1 100644
--- a/net/docs/bug-triage-suggested-workflow.txt
+++ b/net/docs/bug-triage-suggested-workflow.txt
@@ -77,11 +77,16 @@ Investigating Cr-Internals-Network bugs:
Look for new crashers:
* Go to go/chromecrash.
-* For each platform, go to the latest canary. Click on browser -> limit 1000.
- Search the page for "net::". Ignore crashes that only occur once, as
+* For each platform, go to the latest canary.
+* In the "Process Type" frame, click on "browser".
+* At the bottom of the "Magic Signature" frame, click "limit 1000".
+ Reported crashers are sorted in decreasing order of the number of reports for
+ that crash signature.
+* Search the page for "net::". Ignore crashes that only occur once, as
memory corruption can easily cause one-off failures when the sample size is
large enough.
- * Look at the stack trace to confirm it's a network bug.
+* Click on the number of reports field to see details of crash. Look at the
+ stack trace to confirm it's a network bug.
* If it is, and there's no associated bug filed, file a new bug directly from
chromecrash, looking at earlier canaries to determine if it's a recent
regression. Use the most specific label possible.
« no previous file with comments | « net/docs/bug-triage.txt ('k') | net/http/disk_cache_based_quic_server_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698