Skip to content

test-tick-processor failures on PPC #2957

@mhdawson

Description

@mhdawson

The test-tick-process test fails on PPC

https://ci.nodejs.org/job/iojs+pr+ppc/nodes=ppcbe-fedora20/18/console

We have debugged the problem to the point were we believe the issue is due to PPC 64 BE using function descriptors (as does AIX 64 and 32 were we see the same problem). The issue seems to be on the V8 side where it only adds symbols in address ranges marked executable which is not the case for function descriptors. If we remove that check the test passes. We are still looking at how best to address the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions