-
Notifications
You must be signed in to change notification settings - Fork 687
Closed
Labels
bugUndesired behaviourUndesired behaviourecma coreRelated to core ECMA functionalityRelated to core ECMA functionalityinterpreterRelated to the virtual machineRelated to the virtual machine
Milestone
Description
Cannot reproduce this with Jerry test scripts but error show in IoT.js
How to reproduce:
- System: Ubuntu 14.04, 32 bit, debug build. (64bit is ok)
- 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
- 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
- when I print the int_ptr value it's value was 81459d4
Metadata
Metadata
Assignees
Labels
bugUndesired behaviourUndesired behaviourecma coreRelated to core ECMA functionalityRelated to core ECMA functionalityinterpreterRelated to the virtual machineRelated to the virtual machine