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

Issue 2718523003: Fixed issue in MallocHooks where a MallocHookScope was accidentally removed during a merge, causing… (Closed)

Created:
3 years, 10 months ago by bkonyi
Modified:
3 years, 10 months ago
Reviewers:
zra, Cutch
CC:
reviews_dartlang.org, turnidge, rmacnak, Cutch, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixed issue in MallocHooks where a MallocHookScope was accidentally removed during a merge, causing a deadlock in the hooks. Also turned off stack trace collection in a test that was timing out as a result of the stack trace collection. Updated MallocHooks to collect stack traces when memory is allocated. BUG= R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/44a9a4ede3aeec288396d1c169734c4d58853e21

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed issue in MallocHooks where a MallocHookScope was accidentally removed during a merge, causing… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+708 lines, -235 lines) Patch
M runtime/vm/benchmark_test.h View 3 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/dart.cc View 3 chunks +14 lines, -1 line 0 comments Download
M runtime/vm/hash_map.h View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/malloc_hooks.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/malloc_hooks.cc View 1 12 chunks +211 lines, -88 lines 0 comments Download
M runtime/vm/malloc_hooks_test.cc View 3 chunks +103 lines, -4 lines 0 comments Download
M runtime/vm/malloc_hooks_unsupported.cc View 3 chunks +19 lines, -2 lines 0 comments Download
M runtime/vm/object_test.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/os.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/os_android.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/os_fuchsia.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/os_linux.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/os_macos.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/os_thread.h View 1 2 chunks +10 lines, -2 lines 0 comments Download
M runtime/vm/os_win.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/profiler.h View 12 chunks +29 lines, -15 lines 0 comments Download
M runtime/vm/profiler.cc View 23 chunks +128 lines, -51 lines 0 comments Download
M runtime/vm/profiler_service.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/profiler_service.cc View 6 chunks +44 lines, -10 lines 0 comments Download
M runtime/vm/profiler_test.cc View 52 chunks +57 lines, -56 lines 0 comments Download
M runtime/vm/service.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/source_report.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/disassemble_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 5 (2 generated)
bkonyi
This is a re-submission of the stack trace collection CL I tried to land earlier. ...
3 years, 10 months ago (2017-02-23 21:37:04 UTC) #2
Cutch
lgtm
3 years, 10 months ago (2017-02-23 22:16:24 UTC) #3
bkonyi
3 years, 10 months ago (2017-02-24 02:58:59 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
44a9a4ede3aeec288396d1c169734c4d58853e21 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698