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

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

Issue 3037010: Add a callstack to the known crashes list. This crash occurs consistently in ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 # 49409 64 # 49409
65 PREFIX : std::basic_string<char,std::char_traits<char>,std::allocator<char> >::a ssign___fieldtriallist::statestostring___browserrenderprocesshost::appendrendere rcommandline___browserrenderprocesshost::init___renderviewhost::createrenderview ___tabcontents::createrenderviewforrendermanager___renderviewhostmanager::initre nderview___renderviewhostmanager::creatependingrenderview___renderviewhostmanage r::updaterendererstatefornavigate___renderviewhostmanager::navigate___tabcontent s::navigatetopendingentry___navigationcontroller::navigatetopendingentry___navig ationcontroller::loadentry___navigationcontroller::loadurl___browser::openurlati ndex___browser::openurlfromtab___browser::openurl___automationprovider::navigate tourlblockuntilnavigationscomplete___automationprovider::navigatetourl___ipc 65 PREFIX : std::basic_string<char,std::char_traits<char>,std::allocator<char> >::a ssign___fieldtriallist::statestostring___browserrenderprocesshost::appendrendere rcommandline___browserrenderprocesshost::init___renderviewhost::createrenderview ___tabcontents::createrenderviewforrendermanager___renderviewhostmanager::initre nderview___renderviewhostmanager::creatependingrenderview___renderviewhostmanage r::updaterendererstatefornavigate___renderviewhostmanager::navigate___tabcontent s::navigatetopendingentry___navigationcontroller::navigatetopendingentry___navig ationcontroller::loadentry___navigationcontroller::loadurl___browser::openurlati ndex___browser::openurlfromtab___browser::openurl___automationprovider::navigate tourlblockuntilnavigationscomplete___automationprovider::navigatetourl___ipc
66 66
67 # 49463 67 # 49463
68 PREFIX : ntdll!RtlRaiseStatus+0x26 68 PREFIX : ntdll!RtlRaiseStatus+0x26
69 ntdll!RtlInitializeSListHead+0x94e6 69 ntdll!RtlInitializeSListHead+0x94e6
70 ntdll!RtlLeaveCriticalSection+0x1d 70 ntdll!RtlLeaveCriticalSection+0x1d
71 chrome_2610000!ResourceMessageFilter::OnLoadFont+0x179 [c:\b\slave\chromium-rel- xp\build\src\chrome\browser\renderer_host\resource_message_filter.cc @ 716] 71 chrome_2610000!ResourceMessageFilter::OnLoadFont+0x179 [c:\b\slave\chromium-rel- xp\build\src\chrome\browser\renderer_host\resource_message_filter.cc @ 716]
72 chrome_2610000!IPC::MessageWithReply<Tuple1<tagLOGFONTW>,Tuple0>::Dispatch<Resou rceMessageFilter,void (__thiscall ResourceMessageFilter::*)(tagLOGFONTW)>+0x7a [ c:\b\slave\chromium-rel-xp\build\src\ipc\ipc_message_utils.h @ 1183] 72 chrome_2610000!IPC::MessageWithReply<Tuple1<tagLOGFONTW>,Tuple0>::Dispatch<Resou rceMessageFilter,void (__thiscall ResourceMessageFilter::*)(tagLOGFONTW)>+0x7a [ c:\b\slave\chromium-rel-xp\build\src\ipc\ipc_message_utils.h @ 1183]
73
74 # 39356
75 PREFIX: renderwidgethost::onmsgupdaterect___ipc::messagewithtuple<tuple1<viewhos tmsg_updaterect_params> >::dispatch<renderwidgethost,void (__thiscall renderwidg ethost::*)(viewhostmsg_updaterect_params const &)>___renderwidgethost::onmessage received___renderviewhost::onmessagereceived___browserrenderprocesshost::onmessa gereceived___renderwidgethelper::updatemsgproxy::run___messageloop::runtask___me ssageloop::dowork___base::messagepumpforui::dorunloop___base::messagepumpwin::ru nwithdispatcher___messageloop::runinternal___messageloopforui::run___`anonymous namespace'::runuimessageloop___browsermain___chromemain___maindllloader::launch_ __wwinmain_____tmaincrtstartup
76
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