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