Closed swantmon closed 3 years ago
As a part of ongoing efforts to maintain ARCore repositories, I’m closing this issue as stale since it hasn’t had activity in more than 6 months. If this issue is still relevant, please feel free to file a new bug using the latest version of the SDK.
SPECIFIC ISSUE ENCOUNTERED
I get an error using HDR lighting on ARCore 1.10 implemented within a native C++ application. The SIGILL happens on startup of the application.
Here is the SIGILL information: Thread-20-[hdr_lighting]
SIGILL (signal SIGILL: illegal instruction)
_lldb_unnamed_symbol24136$$libarcore_c.so 0x00000079e797b2cc _lldb_unnamed_symbol24133$$libarcorec.so 0x00000079e797b1fc lldb_unnamed_symbol23155$$libarcore_c.so 0x00000079e78d05d0 _lldb_unnamed_symbol23275$$libarcorec.so 0x00000079e78e8858 lldb_unnamed_symbol23153$$libarcore_c.so 0x00000079e78d03b4 _lldb_unnamed_symbol24166$$libarcorec.so 0x00000079e797d2c4 lldb_unnamed_symbol24193$$libarcore_c.so 0x00000079e797f244 _lldb_unnamed_symbol22726$$libarcorec.so 0x00000079e7878560 lldb_unnamed_symbol22698$$libarcore_c.so 0x00000079e78749e8 _lldb_unnamed_symbol22658$$libarcorec.so 0x00000079e7872010 lldb_unnamed_symbol30770$$libarcore_c.so 0x00000079e7b55bf4 _lldb_unnamed_symbol30870$$libarcorec.so 0x00000079e7b5b38c lldb_unnamed_symbol30809$$libarcore_c.so 0x00000079e7b57a04 pthread_start(void*) 0x0000007a873c61e4 __start_thread 0x0000007a8736717c
VERSIONS USED
STEPS TO REPRODUCE THE ISSUE