Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

has crash sometime run on TCL TV, device:rtd299x_tv030 sdk Android 4.2.1,level 17 #1786

Closed
linyongsheng opened this issue Mar 13, 2017 · 2 comments

Comments

@linyongsheng
Copy link

linyongsheng commented Mar 13, 2017

log 1>>

1 #00 pc 0000d598 /system/lib/libc.so [armeabi-v7a]
2 #01 pc 00088518 /system/lib/libskia.so (SkPixelRef::unlockPixels()+28) [armeabi-v7a]
3 #02 pc 00046480 /system/lib/libskia.so (SkBitmap::unlockPixels() const+40) [armeabi-v7a]
4 #03 pc 000adf70 /system/lib/libskia.so (SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, SkImageDecoder::Mode, bool)+116) [armeabi-v7a]
5 #04 pc 0006b011 /system/lib/libandroid_runtime.so [armeabi-v7a]
6 #05 pc 0006b6df /system/lib/libandroid_runtime.so [armeabi-v7a]
7 #06 pc 0006b709 /system/lib/libandroid_runtime.so [armeabi-v7a]
8 #07 pc 0001e290 /system/lib/libdvm.so (dvmPlatformInvoke+112) [armeabi-v7a]
9 #08 pc 0004d411 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+396) [armeabi-v7a]
10 #09 pc 00038c05 /system/lib/libdvm.so (dvmCheckCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+8) [armeabi-v7a]
11 #10 pc 000276a0 /system/lib/libdvm.so [armeabi-v7a]
12 #11 pc 0002b57c /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) [armeabi-v7a]
13 #12 pc 0005f19d /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272) [armeabi-v7a]
14 #13 pc 0005f1c7 /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) [armeabi-v7a]
15 #14 pc 000547d7 /system/lib/libdvm.so [armeabi-v7a]
16 #15 pc 0000e3d8 /system/lib/libc.so (__thread_entry+72) [armeabi-v7a]
17 #16 pc 0000dac4 /system/lib/libc.so (pthread_create+160) [armeabi-v7a]
18 java:
19 java.lang.Thread.parkFor(Thread.java:1231)
20 sun.misc.Unsafe.park(Unsafe.java:323)
21 java.util.concurrent.locks.LockSupport.park(LockSupport.java:159)
22 java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019)
23 java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:505)
24 java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013)
25 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073)
26 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
27 java.lang.Thread.run(Thread.java:856)
28 com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:118)

log 2>>

1 #00 pc 0000d598 /system/lib/libc.so [armeabi-v7a]
2 #01 pc 00088518 /system/lib/libskia.so (SkPixelRef::unlockPixels()+28) [armeabi-v7a]
3 #02 pc 00046480 /system/lib/libskia.so (SkBitmap::unlockPixels() const+40) [armeabi-v7a]
4 #03 pc 000adf70 /system/lib/libskia.so (SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, SkImageDecoder::Mode, bool)+116) [armeabi-v7a]
5 #04 pc 0006b02d /system/lib/libandroid_runtime.so [armeabi-v7a]
6 #05 pc 0006b6fb /system/lib/libandroid_runtime.so [armeabi-v7a]
7 #06 pc 0006b725 /system/lib/libandroid_runtime.so [armeabi-v7a]
8 #07 pc 0001e290 /system/lib/libdvm.so (dvmPlatformInvoke+112) [armeabi-v7a]
9 #08 pc 0004d411 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+396) [armeabi-v7a]
10 #09 pc 000276a0 /system/lib/libdvm.so [armeabi-v7a]
11 #10 pc 0002b57c /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184) [armeabi-v7a]
12 #11 pc 0005fc31 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+272) [armeabi-v7a]
13 #12 pc 0005fc5b /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20) [armeabi-v7a]
14 #13 pc 000547d7 /system/lib/libdvm.so [armeabi-v7a]
15 #14 pc 0000e3d8 /system/lib/libc.so (__thread_entry+72) [armeabi-v7a]
16 #15 pc 0000dac4 /system/lib/libc.so (pthread_create+160) [armeabi-v7a]
17 java:
18 android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
19 android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:534)
20 com.bumptech.glide.load.resource.bitmap.Downsampler.decodeStream(Downsampler.java:329)
21 com.bumptech.glide.load.resource.bitmap.Downsampler.downsampleWithSize(Downsampler.java:220)
22 com.bumptech.glide.load.resource.bitmap.Downsampler.decode(Downsampler.java:153)
23 com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:50)
24 com.bumptech.glide.load.resource.bitmap.StreamBitmapDecoder.decode(StreamBitmapDecoder.java:19)
25 com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:39)
26 com.bumptech.glide.load.resource.bitmap.ImageVideoBitmapDecoder.decode(ImageVideoBitmapDecoder.java:20)
27 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeBitmapWrapper(GifBitmapWrapperResourceDecoder.java:121)
28 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decodeStream(GifBitmapWrapperResourceDecoder.java:94)
29 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:71)
30 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:61)
31 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperResourceDecoder.decode(GifBitmapWrapperResourceDecoder.java:22)
32 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperStreamResourceDecoder.decode(GifBitmapWrapperStreamResourceDecoder.java:24)
33 com.bumptech.glide.load.resource.gifbitmap.GifBitmapWrapperStreamResourceDecoder.decode(GifBitmapWrapperStreamResourceDecoder.java:14)
34 com.bumptech.glide.load.resource.file.FileToStreamDecoder.decode(FileToStreamDecoder.java:39)
35 com.bumptech.glide.load.resource.file.FileToStreamDecoder.decode(FileToStreamDecoder.java:17)
36 com.bumptech.glide.load.engine.DecodeJob.loadFromCache(DecodeJob.java:222)
37 com.bumptech.glide.load.engine.DecodeJob.decodeResultFromCache(DecodeJob.java:85)
38 com.bumptech.glide.load.engine.EngineRunnable.decodeFromCache(EngineRunnable.java:108)
39 com.bumptech.glide.load.engine.EngineRunnable.decode(EngineRunnable.java:99)
40 com.bumptech.glide.load.engine.EngineRunnable.run(EngineRunnable.java:58)
41 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:390)
42 java.util.concurrent.FutureTask.run(FutureTask.java:234)
43 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
44 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
45 java.lang.Thread.run(Thread.java:856)
46 com.bumptech.glide.load.engine.executor.FifoPriorityThreadPoolExecutor$DefaultThreadFactory$1.run(FifoPriorityThreadPoolExecutor.java:118)
@TWiStErRob
Copy link
Collaborator

Please provide more info a native strack trace tells use the same amount of info as to you. Also please describe the reproducibilty of the issue.

@stale
Copy link

stale bot commented Nov 12, 2017

This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.

@stale stale bot added the stale label Nov 12, 2017
@stale stale bot closed this as completed Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants