Hi,
I’m using a variant of almost latest master, and I crash immediately on startup when the native library loads on my Asus phone with x86 processor. That seems to be the only difference between the other devices. Every OF app fails with the same stack trace, and they work fine on every other phone. Perhaps something is not compiling correctly for x86??
The stack:
10-26 12:31:14.302: I/DEBUG(183): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-26 12:31:14.302: I/DEBUG(183): Build fingerprint: 'asus/WW_a501cg/ASUS_T00J:4.4.2/KVT49L/WW_user_2.22.40.54_20150527_44:user/release-keys'
10-26 12:31:14.302: I/DEBUG(183): Revision: '0'
10-26 12:31:14.302: I/DEBUG(183): pid: 16055, tid: 16055, name: oidEmptyExample >>> cc.openframeworks.androidEmptyExample <<<
10-26 12:31:14.302: I/DEBUG(183): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr dead0000
10-26 12:31:14.702: I/DEBUG(183): eax 00000000 ebx 00000001 ecx 61a7d114 edx 00000000
10-26 12:31:14.702: I/DEBUG(183): esi 00000008 edi 1a100030
10-26 12:31:14.702: I/DEBUG(183): xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
10-26 12:31:14.702: I/DEBUG(183): eip 61876595 ebp 1a111ebc esp 1a111e94 flags 00210246
10-26 12:31:14.702: I/DEBUG(183): backtrace:
10-26 12:31:14.702: I/DEBUG(183): #00 pc 0018c595 /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #01 pc 0000dea3 [stack:16055]
10-26 12:31:14.702: I/DEBUG(183): #02 pc 000b333b /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #03 pc 00000e4b /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #04 pc 000b2263 /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #05 pc 000ff02f [stack:16071]
10-26 12:31:14.702: I/DEBUG(183): #06 pc 000aeea7 /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #07 pc 00450987 /data/app-lib/cc.openframeworks.androidEmptyExample-1/libOFAndroidApp_neon.so
10-26 12:31:14.702: I/DEBUG(183): #08 pc 000ae88c /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #09 pc ffffffff <unknown>
10-26 12:31:14.702: I/DEBUG(183): #10 pc 000fdb2c /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): stack:
10-26 12:31:14.702: I/DEBUG(183): 1a111e54 61933bdc /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): 1a111e58 00000001
10-26 12:31:14.702: I/DEBUG(183): 1a111e5c 1a111ebc [stack:16055]
10-26 12:31:14.702: I/DEBUG(183): 1a111e60 617a9326 /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): 1a111e64 619cde4c /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): 1a111e68 00000000
10-26 12:31:14.702: I/DEBUG(183): 1a111e6c 00000138
10-26 12:31:14.702: I/DEBUG(183): 1a111e70 00000000
10-26 12:31:14.702: I/DEBUG(183): 1a111e74 000000fc
10-26 12:31:14.702: I/DEBUG(183): 1a111e78 fffffd5b
10-26 12:31:14.702: I/DEBUG(183): 1a111e7c 00000900
10-26 12:31:14.702: I/DEBUG(183): 1a111e80 00000190
10-26 12:31:14.702: I/DEBUG(183): 1a111e84 00000008
10-26 12:31:14.702: I/DEBUG(183): 1a111e88 00000001
10-26 12:31:14.702: I/DEBUG(183): 1a111e8c 1a111ebc [stack:16055]
10-26 12:31:14.702: I/DEBUG(183): 1a111e90 61876595 /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): #00 1a111e94 1a111ea4 [stack:16055]
10-26 12:31:14.702: I/DEBUG(183): ........ ........
10-26 12:31:14.702: I/DEBUG(183): ........ ........
10-26 12:31:14.702: I/DEBUG(183): #02 1a111ec4 619cde4c /system/lib/libhoudini.so.4.0.8.45720
10-26 12:31:14.702: I/DEBUG(183): ........ ........
10-26 12:31:14.702: I/DEBUG(183): memory map around fault addr dead0000:
10-26 12:31:14.702: I/DEBUG(183): bfe53000-bfe74000 rw-
10-26 12:31:14.702: I/DEBUG(183): (no map for address)
10-26 12:31:14.702: I/DEBUG(183): (no map above)