| OLD | NEW |
| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 # (SUBSTRING rather than PREFIX to catch known variants of this issue) | 136 # (SUBSTRING rather than PREFIX to catch known variants of this issue) |
| 137 SUBSTRING : url_canon::canonicalizeipaddress___url_canon::`anonymous namespace':
:dohost<wchar_t,wchar_t>___url_canon::canonicalizehost___url_canon::`anonymous n
amespace'::docanonicalizestandardurl<wchar_t,wchar_t>___url_canon::canonicalizes
tandardurl___url_util::`anonymous namespace'::docanonicalize<wchar_t>___url_util
::`anonymous namespace'::doresolverelative<wchar_t> | 137 SUBSTRING : url_canon::canonicalizeipaddress___url_canon::`anonymous namespace':
:dohost<wchar_t,wchar_t>___url_canon::canonicalizehost___url_canon::`anonymous n
amespace'::docanonicalizestandardurl<wchar_t,wchar_t>___url_canon::canonicalizes
tandardurl___url_util::`anonymous namespace'::docanonicalize<wchar_t>___url_util
::`anonymous namespace'::doresolverelative<wchar_t> |
| 138 | 138 |
| 139 # 66795 | 139 # 66795 |
| 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 | 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 |
| 141 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,resource
dispatcher,void (__thiscall resourcedispatcher::*)(int,urlrequeststatus const &,
std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &,bas
e::time const &)>___resourcedispatcher::dispatchmessagew___resourcedispatcher::o
nmessagereceived___childthread::onmessagereceived___runnablemethod<profilewriter
,void (__thiscall profilewriter::*)(gurl const &),tuple1<gurl> >::run___messagel
oop::runtask___messageloop::dowork___base::messagepumpdefault::run___messageloop
::runinternal___messageloop::run___renderermain |
| OLD | NEW |