Start a new topic

Fatal signal 11

Fatal signal 11


Hello,
I was trying the SimpleIRExample and IRGeoBrowser projects but the applications crash. I only see the following in logcat:
 

06-14 00:02:38.287: E/dalvikvm(10612): VM aborting

06-14 00:02:38.287: A/libc(10612): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 10612 (simpleirexample)


I deploying the apps in a Samsung Galaxy Tab 7. 

I noticed that some of the warning messages might be relevant to the problem I'm having:

06-14 00:33:48.265: I/dalvikvm(4456): Could not find method com.wikitude.architect.ArchitectView.isDeviceSupported, referenced from method com.wikitude.simpleirexample.SimpleIRExampleActivity.onCreate

06-14 00:33:48.265: W/dalvikvm(4456): VFY: unable to resolve static method 22: Lcom/wikitude/architect/ArchitectView;.isDeviceSupported (Landroid/content/Context;)Z

06-14 00:33:48.265: I/dalvikvm(4456): Could not find method com.wikitude.architect.ArchitectView.onDestroy, referenced from method com.wikitude.simpleirexample.SimpleIRExampleActivity.onDestroy

06-14 00:33:48.265: W/dalvikvm(4456): VFY: unable to resolve virtual method 25: Lcom/wikitude/architect/ArchitectView;.onDestroy ()V

06-14 00:33:48.265: I/dalvikvm(4456): Could not find method com.wikitude.architect.ArchitectView.onLowMemory, referenced from method com.wikitude.simpleirexample.SimpleIRExampleActivity.onLowMemory

06-14 00:33:48.265: W/dalvikvm(4456): VFY: unable to resolve virtual method 26: Lcom/wikitude/architect/ArchitectView;.onLowMemory ()V

06-14 00:33:48.265: I/dalvikvm(4456): Could not find method com.wikitude.architect.ArchitectView.onPause, referenced from method com.wikitude.simpleirexample.SimpleIRExampleActivity.onPause

06-14 00:33:48.265: W/dalvikvm(4456): VFY: unable to resolve virtual method 27: Lcom/wikitude/architect/ArchitectView;.onPause ()V

06-14 00:33:48.265: I/dalvikvm(4456): Could not find method com.wikitude.architect.ArchitectView.onPostCreate, referenced from method com.wikitude.simpleirexample.SimpleIRExampleActivity.onPostCreate


I would say that I did not include the wikitudesdk.jar but I'm not getting a compile error. This is what my workspace looks:

Login or Signup to post a comment