On Jul 29, 6:31 pm, Rich <miser...@gmail.com> wrote:
> D/libc-abort( 1180): abort() called in pid 1180
> I/DEBUG   (  551): *** *** *** *** *** *** *** *** *** *** *** *** ***
> *** *** ***
> I/DEBUG   (  551): Build fingerprint: 'generic/google_sdk/generic/:1.5/
> CUPCAKE/148875:eng/test-keys'
> I/DEBUG   (  551): pid: 1180, tid: 1190  >>> org.ale.abtc <<<
> I/DEBUG   (  551): signal 11 (SIGSEGV), fault addr deadbaad

Can you send me an APK or command-line Java program that causes this?
(I can't find the symbols for that build.)  Better yet, file a bug
report on b.android.com and attach it.

Running out of sockets should not cause a native library to call abort
().  Usually that happens when something calls malloc() or free(), and
dlmalloc discovers that the heap is corrupt.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to