On Jun 21, 4:03 pm, "van.etten.m...@gmail.com"
<van.etten.m...@gmail.com> wrote:
> OK, but how do I go about troubleshooting this.  I'm just asking that
> someone point me in the right direction.

You can convert the addresses to file/line pairs with the addr2line
tool.  See for example:

  
http://groups.google.com/group/android-developers/browse_thread/thread/73f89bb8739c24bb/5228e7a5dcfff090

In your case, since you're using a standard build, I can tell you that
it's failing here:

pid: 10402, tid: 10412  >>> com.android.dxtop.launcher <<<
signal 11 (SIGSEGV), fault addr 00001088
  r0 000000d0  r1 00000000  r2 0000002f  r3 000000d1
  r4 00000003  r5 00ff00ff  r6 00230f20  r7 ff00ff00
  r8 00000030  r9 00001080  10 ac12736c  fp 459a8890
  ip 2f100e0b  sp 459a8678  lr 00001088  pc ac04e98c

Stack Trace:
  RELADDR
FUNCTION
FILE:LINE
  0004e98c  SkARGB32_Shader_Blitter::blitH(int, int,
int)
external/skia/src/core/SkBlitter_ARGB32.cpp:390
  00047e4c  SkBlitter::blitRect(int, int, int,
int)
external/skia/src/core/SkBlitter.cpp:65
  v------>
blitrect
external/skia/src/core/SkScan.cpp:23
  00074468  SkScan::FillIRect(SkIRect const&, SkRegion const*,
SkBlitter*)                                                  external/
skia/src/core/SkScan.cpp:23
  000744cc  SkScan::FillRect(SkRect const&, SkRegion const*,
SkBlitter*)
external/skia/src/core/SkScan.cpp:71
  0005b42c  SkDraw::drawRect(SkRect const&, SkPaint const&)
const
external/skia/src/core/SkDraw.cpp:707
  0005ba00  SkDraw::drawBitmap(SkBitmap const&, SkMatrix const&,
SkPaint const&) const                                      external/
skia/src/core/SkDraw.cpp:1049
  000546c8  SkCanvas::commonDrawBitmap(SkBitmap const&, SkMatrix
const&, SkPaint const&)                                    external/
skia/src/core/SkCanvas.cpp:1150
  00052990  SkCanvas::internalDrawBitmap(SkBitmap const&, SkMatrix
const&, SkPaint const*)                                  external/skia/
src/core/SkCanvas.cpp:742
  00052b28  SkCanvas::drawBitmapRect(SkBitmap const&, SkIRect const*,
SkRect const&, SkPaint const*)                        external/skia/
src/core/SkCanvas.cpp:1134
  0003e15a  android::SkCanvasGlue::doDrawBitmap(_JNIEnv*, SkCanvas*,
SkBitmap*, _jobject*, SkRect const&, SkPaint*)         frameworks/base/
core/jni/android/graphics/Canvas.cpp:493
  0003e18a  android::SkCanvasGlue::drawBitmapRR(_JNIEnv*, _jobject*,
SkCanvas*, SkBitmap*, _jobject*, _jobject*, SkPaint*)  frameworks/base/
core/jni/android/graphics/Canvas.cpp:509
  0000e3b4
dvmPlatformInvoke
dalvik/vm/arch/arm/CallEABI.S:242

(Apologies if that formats badly -- I'm posting through the web
interface.)

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

Reply via email to