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 29 matching lines...) Expand all Loading... |
40 REGEX : `anonymous namespace'::invalidparameter$ | 40 REGEX : `anonymous namespace'::invalidparameter$ |
41 | 41 |
42 # 5359. Random memory corruption? | 42 # 5359. Random memory corruption? |
43 PREFIX : v8::internal::sweepspace___v8::internal::markcompactcollector::sweepspa
ces___v8::internal::markcompactcollector::collectgarbage | 43 PREFIX : v8::internal::sweepspace___v8::internal::markcompactcollector::sweepspa
ces___v8::internal::markcompactcollector::collectgarbage |
44 | 44 |
45 # Flash crash? | 45 # Flash crash? |
46 REGEX : ^webplugindelegateimpl::nativewndproc$ | 46 REGEX : ^webplugindelegateimpl::nativewndproc$ |
47 | 47 |
48 # End mysterious crash section. | 48 # End mysterious crash section. |
49 | 49 |
50 # 15547 | |
51 PREFIX : renderview::didfinishdocumentloadforframe___webframeloaderclient::dispa
tchdidfinishdocumentload___webcore::frameloader::finishedparsing___webcore::docu
ment::finishedparsing___webcore::htmltokenizer::end | |
52 | |
53 # 9615 | 50 # 9615 |
54 SUBSTRING : history::historybackend::~historybackend | 51 SUBSTRING : history::historybackend::~historybackend |
55 | 52 |
56 # 7701 | 53 # 7701 |
57 PREFIX : iat_patch::getiatfunction___iat_patch::restoreimportedfunction___iat_pa
tch::iatpatchfunction::unpatch | 54 PREFIX : iat_patch::getiatfunction___iat_patch::restoreimportedfunction___iat_pa
tch::iatpatchfunction::unpatch |
58 | 55 |
59 # 10791 | |
60 PREFIX : npapi::plugininstance::npp_destroy___webplugindelegateimpl::destroyinst
ance___webplugindelegateimpl::~webplugindelegateimpl | |
61 PREFIX : webplugindelegateimpl::destroyinstance___webplugindelegateimpl::~webplu
gindelegateimpl | |
62 | |
63 # 5545 | |
64 PREFIX : npapi::plugininstance::npp_handleevent___webplugindelegateimpl::windowl
esspaint___webpluginproxy::paint___webpluginproxy::onpaint | |
65 | |
66 # 17043 | 56 # 17043 |
67 PREFIX : npapi::pluginstream::trywritetoplugin___npapi::pluginstream::writetoplu
gin | 57 PREFIX : npapi::pluginstream::trywritetoplugin___npapi::pluginstream::writetoplu
gin |
68 | 58 |
69 # 8020 | |
70 PREFIX : passwordformdommanager::findpasswordformfields___passwordformdommanager
::createpasswordform___webframeloaderclient::dispatchdidfinishdocumentload | |
71 | |
72 # 12156 | |
73 SUBSTRING : views::focuswindowcallback___base::messagepumpforui::dorunloop | |
74 | |
75 # 10978 | 59 # 10978 |
76 PREFIX : webcore::renderobject::localtoabsolute___webcore::layoutstate::layoutst
ate___webcore::renderview::pushlayoutstate___webcore::frameview::layout | 60 PREFIX : webcore::renderobject::localtoabsolute___webcore::layoutstate::layoutst
ate___webcore::renderview::pushlayoutstate___webcore::frameview::layout |
77 | 61 |
78 # 17366 | 62 # 17366 |
79 SUBSTRING : operator=___webcore::frameview::scrolltoanchor___webcore::frameview:
:maintainscrollpositionatanchor___webcore::frameloader::gotoanchor | 63 SUBSTRING : operator=___webcore::frameview::scrolltoanchor___webcore::frameview:
:maintainscrollpositionatanchor___webcore::frameloader::gotoanchor |
80 | 64 |
81 # 17367 | |
82 PREFIX : wtf::hashtable<webcore::string,webcore::string,wtf::identityextractor<w
ebcore::string>,webcore::stringhash,wtf::hashtraits<webcore::string>,wtf::hashtr
aits<webcore::string> >::add<webcore::string,webcore::string,wtf::identityhashtr
anslator<webcore::string,webcore::string,webcore::stringhash> >___webcore::frame
loader::dispatchwillsendrequest___webcore::frameloader::willsendrequest___webcor
e::resourceloader::willsendrequest___webcore::mainresourceloader::willsendreques
t___webcore::mainresourceloader::loadnow | |
83 | |
84 # 8033 | |
85 SUBSTRING : windowdragresponsetask::run___messageloop::runtask___messageloop::do
work | |
86 | |
87 # 18700 | 65 # 18700 |
88 SUBSTRING : std::deque<bool,std::allocator<bool> >::_tidy___messageloop::reloadw
orkqueue | 66 SUBSTRING : std::deque<bool,std::allocator<bool> >::_tidy___messageloop::reloadw
orkqueue |
89 SUBSTRING : std::deque<treenodeiterator<bookmarknode const >::position<bookmarkn
ode const >,std::allocator<treenodeiterator<bookmarknode const >::position<bookm
arknode const > > >::_tidy___messageloop::reloadworkqueue | 67 SUBSTRING : std::deque<treenodeiterator<bookmarknode const >::position<bookmarkn
ode const >,std::allocator<treenodeiterator<bookmarknode const >::position<bookm
arknode const > > >::_tidy___messageloop::reloadworkqueue |
90 | 68 |
91 # 18743 | 69 # 18743 |
92 SUBSTRING : spellchecker::dictionarydownloadcontroller::onurlfetchcomplete | 70 SUBSTRING : spellchecker::dictionarydownloadcontroller::onurlfetchcomplete |
93 | 71 |
94 # 18793 | 72 # 18793 |
95 PREFIX : webcore::renderlayer::paintlayer___webcore::renderlayer::paintlayer___w
ebcore::renderlayer::paintlayer___webcore::renderlayer::paint___webcore::framevi
ew::paintcontents | 73 SUBSTRING : webcore::renderlayer::paintlayer___webcore::renderlayer::paintlayer_
__webcore::renderlayer::paintlayer___webcore::renderlayer::paint___webcore::fram
eview::paintcontents |
96 | 74 |
97 # 18799 | 75 # 18799 |
98 PREFIX : webplugindelegatestub::onmessagereceived___webplugindelegateimpl::nativ
ewndproc___base::messagepumpforui::dorunloop___base::messagepumpwin::run___messa
geloop::runinternal___messageloop::runhandler___messageloop::run___pluginmain___
chromemain___wwinmain_____tmaincrtstartup | 76 PREFIX : webplugindelegatestub::onmessagereceived___webplugindelegateimpl::nativ
ewndproc___base::messagepumpforui::dorunloop___base::messagepumpwin::run___messa
geloop::runinternal___messageloop::runhandler___messageloop::run___pluginmain___
chromemain___wwinmain_____tmaincrtstartup |
99 | 77 |
100 # 19393 | 78 # 19393 |
101 PREFIX : npapi::pluginstreamurl::didreceivedata___webplugindelegatestub::ondidre
ceivedata | 79 PREFIX : npapi::pluginstreamurl::didreceivedata___webplugindelegatestub::ondidre
ceivedata |
102 | 80 |
103 # 19428 | 81 # 19428 |
104 PREFIX : webcore::rendertextcontrol::calcprefwidths___webcore::renderbox::minpre
fwidth___webcore::renderblock::calcinlineprefwidths | 82 PREFIX : webcore::rendertextcontrol::calcprefwidths___webcore::renderbox::minpre
fwidth___webcore::renderblock::calcinlineprefwidths |
105 | 83 |
(...skipping 26 matching lines...) Expand all Loading... |
132 PREFIX : base::messagepumpforio::schedulework___propsvectors___propsvectorstrie_
index | 110 PREFIX : base::messagepumpforio::schedulework___propsvectors___propsvectorstrie_
index |
133 PREFIX : npn_invalidaterect___webplugindelegateimpl | 111 PREFIX : npn_invalidaterect___webplugindelegateimpl |
134 PREFIX : runnablemethod<ipc::channelproxy::context,void (__thiscall ipc::channel
proxy::context::*)(ipc::message const &),tuple1<ipc::message> >::run___base::mes
sagepumpforui::dorunloop | 112 PREFIX : runnablemethod<ipc::channelproxy::context,void (__thiscall ipc::channel
proxy::context::*)(ipc::message const &),tuple1<ipc::message> >::run___base::mes
sagepumpforui::dorunloop |
135 | 113 |
136 # 21054 | 114 # 21054 |
137 PREFIX : deletetask<safebrowsingdatabase>::run | 115 PREFIX : deletetask<safebrowsingdatabase>::run |
138 PREFIX : deletetask<browsingdataremover>::run | 116 PREFIX : deletetask<browsingdataremover>::run |
139 PREFIX : deletetask<webplugindelegateproxy>::run | 117 PREFIX : deletetask<webplugindelegateproxy>::run |
140 PREFIX : messageloop::dowork | 118 PREFIX : messageloop::dowork |
141 | 119 |
142 # 21162 | |
143 PREFIX : v8::internal::invoke | |
144 PREFIX : webcore::renderlayer | |
145 PREFIX : webcore::renderobject | |
146 | |
147 # 21295 | 120 # 21295 |
148 PREFIX : renderwidgethost::getbackingstore | 121 PREFIX : renderwidgethost::getbackingstore |
OLD | NEW |