Skip to content

Assertion 'int_ptr % MEM_ALIGNMENT == 0' failed #150

Closed
@seanshpark

Description

@seanshpark

Cannot reproduce this with Jerry test scripts but error show in IoT.js

How to reproduce:

  1. System: Ubuntu 14.04, 32 bit, debug build. (64bit is ok)
  2. Build iot.js and run test (as of today)
cd iotjs
git checkout 8c4ecc3aacd4f7639d814615b3614947618124fd
./tools/build.py
cd test
../build/i686-linux/debug/iotjs/iotjs test_net.js
  1. result
ICE: Assertion 'int_ptr % MEM_ALIGNMENT == 0' failed at /.../iotjs/deps/jerry/jerry-core/mem/mem-allocator.cpp(mem_compress_pointer):106.
Error: ERR_FAILED_INTERNAL_ASSERTION
  1. when I print the int_ptr value it's value was 81459d4

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugUndesired behaviourecma coreRelated to core ECMA functionalityinterpreterRelated to the virtual machine

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions