Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1103] EXEC Bad Access

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2015-01-07T00:25:32.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labels64-bit, ios
ReporterMark Catley
AssigneeShuo Liang
Created2015-01-06T04:22:39.000+0000
Updated2016-03-08T07:37:27.000+0000

Description

I have been trying out 3.5.0.RC with our app on a iPhone 5S (iOS 8.1.2) to try out 64-bit support and I have been getting EXC_BAD_ACCESS errors at random. It seems to happen at all sorts of random times, and the native stacktrace different every time. The top of the stack trace seems to always be in WTI:fastMalloc(unsigned long); I am debugging this via opening the titanium built project in xcode, and I am getting some linker warnings: {{ ld: warning: arm64 function not 4-byte aligned: ltmp0 from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _callToJavaScript from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _returnFromJavaScript from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _callToNativeFunction from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_begin from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_program_prologue from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_eval_prologue from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_function_for_call_prologue from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_function_for_construct_prologue from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_function_for_call_arity_check from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_function_for_construct_arity_check from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_enter from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_create_activation from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_init_lazy_reg from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_create_arguments from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_create_this from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_callee from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_to_this from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_object from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_mov from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_captured_mov from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_not from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_eq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_neq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_eq_null from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_neq_null from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_stricteq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_nstricteq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_inc from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_dec from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_to_number from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_negate from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_add from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_mul from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_sub from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_div from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_lshift from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_rshift from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_urshift from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_unsigned from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_bitand from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_bitxor from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_bitor from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_check_has_instance from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_instanceof from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_undefined from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_boolean from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_number from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_string from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_init_global_const from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_out_of_line from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_array_length from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_arguments_length from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_out_of_line from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_transition_direct from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_transition_direct_out_of_line from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_transition_normal from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_transition_normal_out_of_line from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_val from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_argument_by_val from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_pname from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_val from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_val_direct from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jmp from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jeq_null from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jneq_null from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jneq_ptr from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_switch_imm from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_switch_char from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_func from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_captured_func from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_tear_off_activation from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_tear_off_arguments from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_ret from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_ret_object_or_this from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_to_primitive from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_next_pname from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_catch from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_end from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_throw_from_slow_path_trampoline from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_throw_during_call_trampoline from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_resolve_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_from_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_to_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_touch_entry from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_array from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_array_with_size from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_array_buffer from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_regexp from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_less from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_lesseq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_greater from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_greatereq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_mod from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_typeof from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_object from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_is_function from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_in from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_del_by_id from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_del_by_val from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_index from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_getter_setter from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jtrue from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jfalse from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jless from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jnless from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jgreater from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jngreater from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jlesseq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jnlesseq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jgreatereq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_jngreatereq from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_loop_hint from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_switch_string from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_new_func_exp from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_call from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_construct from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_call_varargs from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_call_eval from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_generic_return_point from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_strcat from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_pnames from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_push_with_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_pop_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_push_name_scope from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_throw from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_throw_static_error from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_profile_will_call from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_profile_did_call from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_debug from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_native_call_trampoline from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_native_construct_trampoline from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_chain from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_custom_chain from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_custom_proto from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_custom_self from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_generic from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_getter_chain from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_getter_proto from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_getter_self from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_proto from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_by_id_self from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_get_string_length from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_generic from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_replace from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_put_by_id_transition from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_op_init_global_const_nop from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) ld: warning: arm64 function not 4-byte aligned: _llint_end from /Users/mark/repos/WorkPlan/build/iphone/lib/libTiCore.a(LowLevelInterpreter.o) }} Things seem to work fine on Android or on an iPhone 4S (i.e. 32-bit systems). Please let me know what other information would help debug this as I am a bit lost.

Comments

  1. Shuo Liang 2015-01-06

    HI, Does this happen for all the apps, or just for the only app you used? Regards, Shuo
  2. Mark Catley 2015-01-06

    I have just realised that I hadn't changed from 3.5.0.BETA in my tiapp.xml. If I update to 3.5.0.RC this issue goes away. I think you can close the ticket.

JSON Source