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

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

Issue 6203006: Attempt at fixing crash in ProcessPendingTabs. With the current code, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better comments Created 9 years, 11 months 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
« chrome/browser/ui/browser.h ('K') | « chrome/browser/ui/browser.cc ('k') | 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 22 matching lines...) Expand all
33 # It is too broad to exclude all purecall related crashes. Thus here we filter 33 # It is too broad to exclude all purecall related crashes. Thus here we filter
34 # any purecall crash immediately after runtask. 34 # any purecall crash immediately after runtask.
35 SUBSTRING : purecall___messageloop::runtask 35 SUBSTRING : purecall___messageloop::runtask
36 REGEX : purecall___[^_]*___messageloop::runtask 36 REGEX : purecall___[^_]*___messageloop::runtask
37 REGEX : `anonymous namespace'::purecall$ 37 REGEX : `anonymous namespace'::purecall$
38 38
39 # Ditto for InvalidParameter. Unfortunately, we see a crash where that call 39 # Ditto for InvalidParameter. Unfortunately, we see a crash where that call
40 # is the only one on the stack, so ignore that instance 40 # is the only one on the stack, so ignore that instance
41 REGEX : `anonymous namespace'::invalidparameter$ 41 REGEX : `anonymous namespace'::invalidparameter$
42 42
43 # 15620
44 PREFIX : browser::processpendingtabs___browser::clearunloadstate
45
46 # 47207 43 # 47207
47 PREFIX : messageloop::runtask___messageloop::deferorrunpendingtask___messageloop ::dodelayedwork___base::messagepumpforio::dorunloop___base::messagepumpwin::run_ __messageloop::runinternal___messageloop::run___base::thread::run___base::thread ::threadmain___`anonymous namespace'::threadfunc 44 PREFIX : messageloop::runtask___messageloop::deferorrunpendingtask___messageloop ::dodelayedwork___base::messagepumpforio::dorunloop___base::messagepumpwin::run_ __messageloop::runinternal___messageloop::run___base::thread::run___base::thread ::threadmain___`anonymous namespace'::threadfunc
48 PREFIX : messageloop::runtask___messageloop::dodelayedwork___base::messagepumpfo rio::dorunloop___base::messagepumpwin::run___messageloop::runinternal___messagel oop::run___base::thread::run___base::thread::threadmain___`anonymous namespace': :threadfunc 45 PREFIX : messageloop::runtask___messageloop::dodelayedwork___base::messagepumpfo rio::dorunloop___base::messagepumpwin::run___messageloop::runinternal___messagel oop::run___base::thread::run___base::thread::threadmain___`anonymous namespace': :threadfunc
49 46
50 # 48712 47 # 48712
51 PREFIX : npapi::plugininstance::npp_newstream 48 PREFIX : npapi::plugininstance::npp_newstream
52 49
53 # 49271 50 # 49271
54 PREFIX : messageloop::posttask_helper___messageloop::posttask___disk_cache::infl ightio::oniocomplete___disk_cache::backendio::executebackendoperation___messagel oop::runtask___messageloop::dowork___base::messagepumpforio::dorunloop___base::m essagepumpwin::run___messageloop::runinternal___messageloop::run___base::thread: :run___base::thread::threadmain___`anonymous namespace'::threadfunc 51 PREFIX : messageloop::posttask_helper___messageloop::posttask___disk_cache::infl ightio::oniocomplete___disk_cache::backendio::executebackendoperation___messagel oop::runtask___messageloop::dowork___base::messagepumpforio::dorunloop___base::m essagepumpwin::run___messageloop::runinternal___messageloop::run___base::thread: :run___base::thread::threadmain___`anonymous namespace'::threadfunc
55 52
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
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,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 138 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
142 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 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,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
143 140
144 # 68516 141 # 68516
145 PREFIX : tcmalloc::threadcache::releasetocentralcache___tcmalloc::threadcache::s cavenge___tcmalloc::threadcache::deallocate___`anonymous namespace'::do_free_wit h_callback___operator delete[]___webcore::stylesheet::~stylesheet___webcore::css stylesheet::`scalar deleting destructor' 142 PREFIX : tcmalloc::threadcache::releasetocentralcache___tcmalloc::threadcache::s cavenge___tcmalloc::threadcache::deallocate___`anonymous namespace'::do_free_wit h_callback___operator delete[]___webcore::stylesheet::~stylesheet___webcore::css stylesheet::`scalar deleting destructor'
146 PREFIX : tcmalloc::threadcache::releasetocentralcache___tcmalloc::threadcache::s cavenge___tcmalloc::threadcache::deallocate___`anonymous namespace'::do_free_wit h_callback___operator delete[]___webcore::cssmutablestyledeclaration::`scalar de leting destructor' 143 PREFIX : tcmalloc::threadcache::releasetocentralcache___tcmalloc::threadcache::s cavenge___tcmalloc::threadcache::deallocate___`anonymous namespace'::do_free_wit h_callback___operator delete[]___webcore::cssmutablestyledeclaration::`scalar de leting destructor'
147 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::settop___webcore::cssstyleselecto r::applyproperty___webcore::cssstyleselector::applydeclarations<0>___webcore::cs sstyleselector::styleforelement 144 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::settop___webcore::cssstyleselecto r::applyproperty___webcore::cssstyleselector::applydeclarations<0>___webcore::cs sstyleselector::styleforelement
148 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::setbordertopcolor___webcore::csss tyleselector::applyproperty___webcore::cssstyleselector::applydeclarations<0>___ webcore::cssstyleselector::styleforelement 145 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::setbordertopcolor___webcore::csss tyleselector::applyproperty___webcore::cssstyleselector::applydeclarations<0>___ webcore::cssstyleselector::styleforelement
149 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::setbordertopwidth___webcore::csss tyleselector::applyproperty___webcore::cssstyleselector::applydeclarations<0>___ webcore::cssstyleselector::styleforelement 146 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::setbordertopwidth___webcore::csss tyleselector::applyproperty___webcore::cssstyleselector::applydeclarations<0>___ webcore::cssstyleselector::styleforelement
150 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::create___webcore::cssstyleselecto r::styleforelement___webcore::node::styleforrenderer___webcore::node::createrend ererifneeded___webcore::element::attach 147 PREFIX : tcmalloc::threadcache::allocate___`anonymous namespace'::do_malloc___ma lloc___wtf::fastmalloc___webcore::renderstyle::create___webcore::cssstyleselecto r::styleforelement___webcore::node::styleforrenderer___webcore::node::createrend ererifneeded___webcore::element::attach
OLDNEW
« chrome/browser/ui/browser.h ('K') | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698