On Oct 30, 4:46 pm, "[email protected]" <[email protected]> wrote: > I am creating a MinMax (recursive) algorithm to play Tic Tac Toe and I > occasionally get this.....it's confusing me. Does anyone have any > ideas? > > 10-30 23:39:08.023: INFO/DEBUG(539): Build fingerprint: 'generic/sdk/ > generic/:1.6/DRC63C/12719:eng/test-keys' > 10-30 23:39:08.023: INFO/DEBUG(539): pid: 805, tid: 805 >>> > com.djs.android.tictactoe <<< > 10-30 23:39:08.023: INFO/DEBUG(539): signal 11 (SIGSEGV), fault addr > f800f820 [...] > 10-30 23:39:08.202: INFO/DEBUG(539): #00 pc 0005e64e / > system/lib/libdvm.so > 10-30 23:39:08.212: INFO/DEBUG(539): #01 pc 0005e5c2 / > system/lib/libdvm.so
That's peculiar. It appears to be crashing in the VM. Do you have any native code, or is it all written in Java? If possible, please file a bug on b.android.com and attach an installable APK that demonstrates the problem. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

