Hello,

In my app, I use DexFile.loadClass to load class from a apk file,but on 
some android os 2.3.x devices, dexFile.loadClass signal 11 (Address not 
mapped to object)at address 0xdeadd00d [at libdvm.so:0x461e0 
(dvmAbort+0x27)] occasionally。

detail info as below,

java.lang.Error: signal 11 (Address not mapped to object) at address 
0xdeadd00d [at libdvm.so:0x405c8 (dvmAbort+0x27)]
at dalvik.system.DexFile.defineClass(Native Method)
at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:207)
at dalvik.system.DexFile.loadClass(DexFile.java:196)
at 
com.alipay.mobile.quinox.classloader.d.loadClass(BundleClassLoader.java:111)
at com.alipay.smart.etao.kakalib.capture.MutiModeActivity.onCreate(Unknown 
Source)
at com.alipay.mobile.scan.as.main.MainCaptureActivity.onCreate(Unknown 
Source)
at 
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1050)
at 
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667)
at android.app.ActivityThread.access$1500(ActivityThread.java:117)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:670)
at dalvik.system.NativeStart.main(Native Method)


please help! Thanks.

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to