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

Side by Side Diff: chrome/test/data/reliability/known_crashes.txt

Issue 5711004: Tweak known crash signature for 66741 to catch known variants.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains known patterns of crash signatures. One pattern per line. 1 # This file contains known patterns of crash signatures. One pattern per line.
2 # 2 #
3 # A crash signature is the concatenation of the top N functions, delimited by 3 # A crash signature is the concatenation of the top N functions, delimited by
4 # '___', in chrome.dll on the crash stack. All characters are lower case. 4 # '___', in chrome.dll on the crash stack. All characters are lower case.
5 # 5 #
6 # We use crash signature patterns as our list of known crashes. A crash 6 # We use crash signature patterns as our list of known crashes. A crash
7 # signature pattern is a string that can be used to identify a known crash. We 7 # signature pattern is a string that can be used to identify a known crash. We
8 # use the notion of patterns because crashes with the same root cause can often 8 # use the notion of patterns because crashes with the same root cause can often
9 # differ somewhat in their crash stacks. A pattern is intended to be a 9 # differ somewhat in their crash stacks. A pattern is intended to be a
10 # generalized, yet still identifying, form of a particular crash. Usually a 10 # generalized, yet still identifying, form of a particular crash. Usually a
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 # 63644 126 # 63644
127 PREFIX : resourcemessagefilter::ongotplugininfo 127 PREFIX : resourcemessagefilter::ongotplugininfo
128 128
129 # 63647 129 # 63647
130 PREFIX : `anonymous namespace'::invalidparameter____purecall___notificationservi ce::notify___tabcontents::updatetitleforentry___tabcontents::updatetitle___rende rviewhost::onmsgupdatetitle 130 PREFIX : `anonymous namespace'::invalidparameter____purecall___notificationservi ce::notify___tabcontents::updatetitleforentry___tabcontents::updatetitle___rende rviewhost::onmsgupdatetitle
131 131
132 # 63659 132 # 63659
133 PREFIX : hungwindowdetector::checkchildwindow___hungwindowdetector::childwndenum proc___hungwindowdetector::ontick___workerthreadticker::timertask::run 133 PREFIX : hungwindowdetector::checkchildwindow___hungwindowdetector::childwndenum proc___hungwindowdetector::ontick___workerthreadticker::timertask::run
134 134
135 # 66741 135 # 66741
136 PREFIX : url_parse::`anonymous namespace'::doparseafterscheme<wchar_t>___url_par se::`anonymous namespace'::doparsestandardurl<wchar_t>___url_canon::canonicalize ipaddress___url_canon::`anonymous namespace'::dohost<wchar_t,wchar_t>___url_cano n::canonicalizehost___url_canon::`anonymous namespace'::docanonicalizestandardur l<wchar_t,wchar_t>___url_canon::canonicalizestandardurl___url_util::`anonymous n amespace'::docanonicalize<wchar_t>___url_util::`anonymous namespace'::doresolver elative<wchar_t> 136 # (SUBSTRING rather than PREFIX to catch known variants of this issue)
137 SUBSTRING : url_parse::`anonymous namespace'::doparseafterscheme<wchar_t>___url_ parse::`anonymous namespace'::doparsestandardurl<wchar_t>___url_canon::canonical izeipaddress___url_canon::`anonymous namespace'::dohost<wchar_t,wchar_t>___url_c anon::canonicalizehost___url_canon::`anonymous namespace'::docanonicalizestandar durl<wchar_t,wchar_t>___url_canon::canonicalizestandardurl___url_util::`anonymou s namespace'::docanonicalize<wchar_t>___url_util::`anonymous namespace'::doresol verelative<wchar_t>
137 138
138 # 66795 139 # 66795
139 PREFIX : webkit_glue::resourcefetcher::didfail___webkit_glue::weburlloaderimpl:: context::oncompletedrequest___resourcedispatcher::onrequestcomplete___ipc::messa gewithtuple<tuple4<int,urlrequeststatus,std::basic_string<char,std::char_traits< char>,std::allocator<char> >,base::time> >::dispatch<resourcedispatcher,void (__ thiscall resourcedispatcher::*)(int,urlrequeststatus const &,std::basic_string<c har,std::char_traits<char>,std::allocator<char> > const &,base::time const &)>__ _resourcedispatcher::dispatchmessagew___resourcedispatcher::onmessagereceived___ childthread::onmessagereceived___runnablemethod<selectfiledialogimpl,void (__thi scall selectfiledialogimpl::*)(selectfiledialogimpl::executeselectparams const & ),tuple1<selectfiledialogimpl::executeselectparams> >::run___messageloop::runtas k___messageloop::dowork___base::messagepumpdefault::run___messageloop::runintern al___messageloop::run___renderermain 140 PREFIX : webkit_glue::resourcefetcher::didfail___webkit_glue::weburlloaderimpl:: context::oncompletedrequest___resourcedispatcher::onrequestcomplete___ipc::messa gewithtuple<tuple4<int,urlrequeststatus,std::basic_string<char,std::char_traits< char>,std::allocator<char> >,base::time> >::dispatch<resourcedispatcher,void (__ thiscall resourcedispatcher::*)(int,urlrequeststatus const &,std::basic_string<c har,std::char_traits<char>,std::allocator<char> > const &,base::time const &)>__ _resourcedispatcher::dispatchmessagew___resourcedispatcher::onmessagereceived___ childthread::onmessagereceived___runnablemethod<selectfiledialogimpl,void (__thi scall selectfiledialogimpl::*)(selectfiledialogimpl::executeselectparams const & ),tuple1<selectfiledialogimpl::executeselectparams> >::run___messageloop::runtas k___messageloop::dowork___base::messagepumpdefault::run___messageloop::runintern al___messageloop::run___renderermain
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698