Project

General

Profile

Bug #269

Updated by Alexander Z. about 11 years ago

OS: Linux 
 ARCH: x86 
 TOOLCHAIN: GCC 4.4.3 

 Sample output: 

 <pre> 
 ## COMMAND: /opt/android/android-sdk-linux/platform-tools/adb -s emulator-5558 shell chmod 0755 /data/local/tmp/ndk-tests/test_exception_crash_static 
 Running device test [x86]: exceptions-crash (test_exception_crash_shared) 
 /opt/android/android-sdk-linux/platform-tools/adb -s "emulator-5558" shell "cd /data/local/tmp/ndk-tests && LD_LIBRARY_PATH=/data/local/tmp/ndk-tests ./test_exception_crash_shared" 
 terminate called after throwing an instance of 'std::exception' 
   what():    std::exception 
 Hello [1]     Segmentation fault        LD_LIBRARY_PATH=... 
 test-return-code:139 
    ---> TEST FAILED!! 
 </pre>

Back