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

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

Issue 11046009: Remove hidebookmarkbubbleview known reliability crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 PREFIX: net::sdchmanager::getavaildictionarylist___net::urlrequesthttpjob::addex traheaders___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::ur lrequest::start___urlfetcher::core::startoniothread 203 PREFIX: net::sdchmanager::getavaildictionarylist___net::urlrequesthttpjob::addex traheaders___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::ur lrequest::start___urlfetcher::core::startoniothread
204 204
205 # 95953 205 # 95953
206 REGEX: std::_tree<std::_tmap_traits<std::basic_string.*,remoting::javascriptiqre quest *,std::less.*,remoting::javascriptiqrequest *> >,0> >::_lbound___std::_tre e<std::_tmap_traits.*basic_string.*,extensioncontentsettingsstore::extensionentr y *,std::less.*,extensioncontentsettingsstore::extensionentry *> >,0> >::find___ net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextraheaders 206 REGEX: std::_tree<std::_tmap_traits<std::basic_string.*,remoting::javascriptiqre quest *,std::less.*,remoting::javascriptiqrequest *> >,0> >::_lbound___std::_tre e<std::_tmap_traits.*basic_string.*,extensioncontentsettingsstore::extensionentr y *,std::less.*,extensioncontentsettingsstore::extensionentry *> >,0> >::find___ net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextraheaders
207 207
208 # 95954 208 # 95954
209 PREFIX: net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextra headers___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::urlre quest::start___urlfetcher::core::startoniothread 209 PREFIX: net::sdchmanager::isinsupporteddomain___net::urlrequesthttpjob::addextra headers___net::urlrequesthttpjob::start___net::urlrequest::startjob___net::urlre quest::start___urlfetcher::core::startoniothread
210 210
211 # 96234 211 # 96234
212 PREFIX: std::_tree<std::_tmap_traits<syncable::id,int,std::less<syncable::id>,st d::allocator<std::pair<syncable::id const ,int> >,0> >::_lbound___std::_tree<std ::_tmap_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char > >,fileapi::filesystemdirectorydatabase *,std::less<std::basic_string<char,std: :char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_ string<char,std::char_traits<char>,std::allocator<char> > const ,fileapi::filesy stemdirectorydatabase *> >,0> >::find___net::sdchmanager::isinsupporteddomain___ net::urlrequesthttpjob::addextraheaders 212 PREFIX: std::_tree<std::_tmap_traits<syncable::id,int,std::less<syncable::id>,st d::allocator<std::pair<syncable::id const ,int> >,0> >::_lbound___std::_tree<std ::_tmap_traits<std::basic_string<char,std::char_traits<char>,std::allocator<char > >,fileapi::filesystemdirectorydatabase *,std::less<std::basic_string<char,std: :char_traits<char>,std::allocator<char> > >,std::allocator<std::pair<std::basic_ string<char,std::char_traits<char>,std::allocator<char> > const ,fileapi::filesy stemdirectorydatabase *> >,0> >::find___net::sdchmanager::isinsupporteddomain___ net::urlrequesthttpjob::addextraheaders
213
214 # 96235
215 PREFIX: browser::hidebookmarkbubbleview___browserview::onwidgetmove___views::nat ivewidgetwin::onmove
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698