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

Issue 2324453002: AIX: Disable backtrace API call (Closed)

Created:
4 years, 3 months ago by JaideepBajwa
Modified:
4 years, 3 months ago
Reviewers:
rmcilroy
CC:
v8-reviews_googlegroups.com, JoranSiu, john.yan, michael_dawson, MTBrandyberry
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

AIX: Disable backtrace API call Backtrace() and backtrace_symbols() API are not supported on AIX and there are no user-mode equivalent API for the same. For now, disabling the call to those API. Currently this is preventing V8 to build on AIX. This debug functionality was added in https://codereview.chromium.org/2248393002 R=rmcilroy@chromium.org BUG= LOG=N Committed: https://crrev.com/bc752a0977bf823765aa298fe64670df91e79a29 Cr-Commit-Position: refs/heads/master@{#39356}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M src/base/debug/stack_trace_posix.cc View 1 3 chunks +10 lines, -0 lines 0 comments Download
M src/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 15 (2 generated)
JaideepBajwa
PTAL
4 years, 3 months ago (2016-09-07 17:37:28 UTC) #1
rmcilroy
https://codereview.chromium.org/2324453002/diff/1/src/base/debug/stack_trace_posix.cc File src/base/debug/stack_trace_posix.cc (right): https://codereview.chromium.org/2324453002/diff/1/src/base/debug/stack_trace_posix.cc#newcode149 src/base/debug/stack_trace_posix.cc:149: // equivalent user-mode API. For now disabling the call ...
4 years, 3 months ago (2016-09-08 10:10:11 UTC) #2
JaideepBajwa
PTAL. I've updated as suggested. Thank you.
4 years, 3 months ago (2016-09-08 14:58:02 UTC) #3
rmcilroy
LGTM, thanks.
4 years, 3 months ago (2016-09-12 14:45:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2324453002/20001
4 years, 3 months ago (2016-09-12 15:09:40 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-12 15:32:00 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/bc752a0977bf823765aa298fe64670df91e79a29 Cr-Commit-Position: refs/heads/master@{#39356}
4 years, 3 months ago (2016-09-12 15:32:25 UTC) #9
ofrobots
On 2016/09/12 15:32:25, commit-bot: I haz the power wrote: > Patchset 2 (id:??) landed as ...
4 years, 3 months ago (2016-09-12 19:07:48 UTC) #10
JaideepBajwa
On 2016/09/12 19:07:48, ofrobots wrote: > On 2016/09/12 15:32:25, commit-bot: I haz the power wrote: ...
4 years, 3 months ago (2016-09-12 19:22:21 UTC) #11
ofrobots
On 2016/09/12 19:07:48, ofrobots wrote: > On 2016/09/12 15:32:25, commit-bot: I haz the power wrote: ...
4 years, 3 months ago (2016-09-12 20:31:24 UTC) #12
ofrobots
On 2016/09/12 20:31:24, ofrobots wrote: > On 2016/09/12 19:07:48, ofrobots wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-12 20:32:29 UTC) #13
JaideepBajwa
On 2016/09/12 20:32:29, ofrobots wrote: > On 2016/09/12 20:31:24, ofrobots wrote: > > On 2016/09/12 ...
4 years, 3 months ago (2016-09-12 21:18:39 UTC) #14
ofrobots
4 years, 3 months ago (2016-09-12 21:25:52 UTC) #15
Message was sent while issue was closed.
On 2016/09/12 21:18:39, JaideepBajwa wrote:
> On 2016/09/12 20:32:29, ofrobots wrote:
> > On 2016/09/12 20:31:24, ofrobots wrote:
> > > On 2016/09/12 19:07:48, ofrobots wrote:
> > > > On 2016/09/12 15:32:25, commit-bot: I haz the power wrote:
> > > > > Patchset 2 (id:??) landed as
> > > > > https://crrev.com/bc752a0977bf823765aa298fe64670df91e79a29
> > > > > Cr-Commit-Position: refs/heads/master@{#39356}
> > > > 
> > > > Can this be merged back to V8 5.4?
> > > 
> > > Actually I will be following up with a patch that fixes the other
platforms
> > that
> > > are also broken (I'm taking over the CL
> > > https://codereview.chromium.org/2321433003/) . I can take care of the
merge
> > back
> > > of this together with that.
> > 
> > Oh I see that you already opened a bug for the merge. That's fine too.
> 
> Ok, actually the merge of this CL is not committed yet. I think it would be
> better to close that merge CL with a ref to 
> https://codereview.chromium.org/2321433003/ (that way the history of 5.4 will
be
> cleaner).

It turns out that we also need to backport
https://codereview.chromium.org/2292973002. It is a mess :(. Feel free to close
your merge CL. I can do all of these in one shot.

Powered by Google App Engine
This is Rietveld 408576698