Commit 20676054 authored by thestig's avatar thestig Committed by Commit bot

Revert of Roll breakpad a513e85:7caf028 (svn 1384:1385) (patchset #1 id:1 of...

Revert of Roll breakpad a513e85:7caf028 (svn 1384:1385) (patchset #1 id:1 of https://codereview.chromium.org/590403003/)

Reason for revert:
Broke TSANv2 builder:

breakpad/src/client/linux/minidump_writer/minidump_writer.cc:554:37: error: use of undeclared identifier 'time'
    header.get()->time_date_stamp = time(NULL);

Original issue's description:
> Roll breakpad a513e85:7caf028 (svn 1384:1385)
>
> r1385: Linux: Call memset() in a couple places in ExceptionHandler.
>
> BUG=332335
>
> Committed: https://crrev.com/ec86bac94da60dc9286bb49b87745570a83a6a55
> Cr-Commit-Position: refs/heads/master@{#296446}

TBR=timurrrr@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=332335

Review URL: https://codereview.chromium.org/595343003

Cr-Commit-Position: refs/heads/master@{#296459}
parent e8e9c83b
......@@ -100,7 +100,7 @@ allowed_hosts = [
deps = {
'src/breakpad/src':
Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '7caf0282296beeeb42d9ace3f0bf604d8ef57477', # from svn revision 1385
Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'a513e85a22fca048860dcbfcac132b757e524857', # from svn revision 1384
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
......
......@@ -3178,6 +3178,16 @@
fun:_ZN5blink15ResourceFetcher16fetchRawResourceERNS_12FetchRequestE
fun:_ZN5blink24DocumentThreadableLoader11loadRequestERKNS_15ResourceRequestENS_19SecurityCheckPolicyE
}
{
bug_332335
Memcheck:Param
sendmsg(msg.msg_iov[0])
...
fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandler11RequestDumpEPKvm
fun:_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE
fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
}
{
bug_340952
Memcheck:Leak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment