| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 # 20291 | 90 # 20291 |
| 91 PREFIX : webplugindelegateimpl::flashwindowlesswndproc___webplugindelegateimpl::
nativewndproc___base::messagepumpforui::dorunloop___base::messagepumpwin::run | 91 PREFIX : webplugindelegateimpl::flashwindowlesswndproc___webplugindelegateimpl::
nativewndproc___base::messagepumpforui::dorunloop___base::messagepumpwin::run |
| 92 | 92 |
| 93 # 20494 | 93 # 20494 |
| 94 # likely to be related with flash. The top few frames are all in NPSWF. | 94 # likely to be related with flash. The top few frames are all in NPSWF. |
| 95 REGEX : npapi::plugininstance::npp_newstream___[^_]*___ipc::syncchannel::sendwit
htimeout | 95 REGEX : npapi::plugininstance::npp_newstream___[^_]*___ipc::syncchannel::sendwit
htimeout |
| 96 | 96 |
| 97 # 20793 | 97 # 20793 |
| 98 PREFIX : webpluginproxy::setwindowlessbuffer___child_process_logging::setactiveu
rl | 98 PREFIX : webpluginproxy::setwindowlessbuffer___child_process_logging::setactiveu
rl |
| 99 | 99 |
| 100 # 20825 | |
| 101 PREFIX : v8::internal::compiler::compile___v8::script::new___v8::script::compile
___webcore::v8proxy::compilescript | |
| 102 | |
| 103 # 20915 | 100 # 20915 |
| 104 REGEX : ^base::messagepumpforio::schedulework___ucase_props_trieindex___canonica
lize_map$ | 101 REGEX : ^base::messagepumpforio::schedulework___ucase_props_trieindex___canonica
lize_map$ |
| 105 PREFIX : base::messagepumpforio::schedulework___propsvectors___propsvectorstrie_
index | 102 PREFIX : base::messagepumpforio::schedulework___propsvectors___propsvectorstrie_
index |
| 106 PREFIX : npn_invalidaterect___webplugindelegateimpl | 103 PREFIX : npn_invalidaterect___webplugindelegateimpl |
| 107 PREFIX : runnablemethod<ipc::channelproxy::context,void (__thiscall ipc::channel
proxy::context::*)(ipc::message const &),tuple1<ipc::message> >::run___base::mes
sagepumpforui::dorunloop | 104 PREFIX : runnablemethod<ipc::channelproxy::context,void (__thiscall ipc::channel
proxy::context::*)(ipc::message const &),tuple1<ipc::message> >::run___base::mes
sagepumpforui::dorunloop |
| 108 | 105 |
| 109 # 21054 | 106 # 21054 |
| 110 REGEX : ^deletetask.*::run___messageloop::runtask___messageloop::dowork | 107 REGEX : ^deletetask.*::run___messageloop::runtask___messageloop::dowork |
| 111 PREFIX : messageloop::dowork | 108 PREFIX : messageloop::dowork |
| 112 | 109 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 129 | 126 |
| 130 # 23278 | 127 # 23278 |
| 131 SUBSTRING : webcore::xmlhttprequest::callreadystatechangelistener___webcore::xml
httprequest::networkerror | 128 SUBSTRING : webcore::xmlhttprequest::callreadystatechangelistener___webcore::xml
httprequest::networkerror |
| 132 | 129 |
| 133 # 23280 | 130 # 23280 |
| 134 SUBSTRING : webframeloaderclient::dispatchdidchangelocationwithinpage___webcore:
:frameloader::continuefragmentscrollafternavigationpolicy___webcore::frameloader
::callcontinuefragmentscrollafternavigationpolicy___webcore::policycheck::call | 131 SUBSTRING : webframeloaderclient::dispatchdidchangelocationwithinpage___webcore:
:frameloader::continuefragmentscrollafternavigationpolicy___webcore::frameloader
::callcontinuefragmentscrollafternavigationpolicy___webcore::policycheck::call |
| 135 | 132 |
| 136 # 23281 | 133 # 23281 |
| 137 REGEX : tabcontents::washidden___.*___tabcontents::~tabcontents | 134 REGEX : tabcontents::washidden___.*___tabcontents::~tabcontents |
| 138 | 135 |
| 139 # bug 23780 | |
| 140 PREFIX : v8::internal::mayaccessprecheck | |
| 141 | |
| 142 # bug 25689 | 136 # bug 25689 |
| 143 PREFIX : skia::crashforbitmapallocationfailure___skia::platformcanvas::platformc
anvas___webpluginproxy::setwindowlessbuffer___webpluginproxy::updategeometry___w
ebplugindelegatestub | 137 PREFIX : skia::crashforbitmapallocationfailure___skia::platformcanvas::platformc
anvas___webpluginproxy::setwindowlessbuffer___webpluginproxy::updategeometry___w
ebplugindelegatestub |
| OLD | NEW |