Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Jd_Parmar · Nov 09, 2020 at 12:55 PM · androidcrashil2cppandroidpluginnative plugin

Unity 2019.3.5f1 Android Build (IL2CPP) crash Log

I am working on an android project and I got some terrible issue on this project. start app and press home button then click app icon from launcher screen. It always restart the app from splash screen, instead resume from last opened activity. without doing anything my app is crash.. please give some suggestion if you have issues like this and if you can solve this. I have an issue with the IL2CPP code stripping. please help me to solve this issue as soon as possible. Here is the crash log:

 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000008035361044
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Build fingerprint: 'samsung/a70qdd/a70q:9/PPR1.180610.011/A705GMDDU2ASF4:user/release-keys'
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: Revision: '12'
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: pid: 12072, tid: 12084, name: HeapTaskDaemon  >>> com.mbit.lyricsvideostatus <<<
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x0   0000007de7c6f720  x1   0000007dd6f89ca8  x2   0000000000000000  x3   0000000019e46714
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x4   0000000017b80fbc  x5   0000000017b80fa0  x6   000000000000d2d0  x7   0000000000000005
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x8   00000000710ad010  x9   0000007df07c05e8  x10  00000000000000b5  x11  00000000000000b6
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x12  0000000000000000  x13  0001000000000000  x14  0000000000000000  x15  0000000019e466f8
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x16  0000007df07d00c0  x17  0000007e733b7380  x18  0000007df0701850  x19  0000007dd6f893a0
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x20  0000007dd6f893b0  x21  0000007dd6f8a588  x22  0000000000000001  x23  0000007dd6f89398
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x24  0000007e710ad004  x25  0000007dd6f8a588  x26  0000007df096fb40  x27  0000000000000000
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     x28  0000007df0926018  x29  0000007dd6f89800  x30  0000007df063e09c
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH:     sp   0000007dd6f89390  pc   0000007df03e2b84  pstate 0000000060000000
 2020-10-09 18:03:21.878 12072-12084/? E/CRASH: backtrace:
 2020-10-09 18:03:21.903 12072-12084/? E/CRASH:     #01  pc 000000000021ab80  /system/lib64/libart.so (_ZN3art22IndirectReferenceTable10VisitRootsEPNS_11RootVisitorERKNS_8RootInfoE+144)
 2020-10-09 18:03:21.903 12072-12084/? E/CRASH:     #02  pc 0000000000476098  /system/lib64/libart.so (_ZN3art6Thread10VisitRootsILb0EEEvPNS_11RootVisitorE+292)
 2020-10-09 18:03:21.903 12072-12084/? E/CRASH:     #03  pc 00000000001a5a70  /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying17ThreadFlipVisitor3RunEPNS_6ThreadE+304)
 2020-10-09 18:03:21.903 12072-12084/? E/CRASH:     #04  pc 000000000047e4cc  /system/lib64/libart.so (_ZN3art10ThreadList15FlipThreadRootsEPNS_7ClosureES2_PNS_2gc9collector16GarbageCollectorEPNS3_15GcPauseListenerE+916)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #05  pc 00000000001966c4  /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying15FlipThreadRootsEv+216)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #06  pc 0000000000195654  /system/lib64/libart.so (_ZN3art2gc9collector17ConcurrentCopying9RunPhasesEv+1228)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #07  pc 00000000001ab9e8  /system/lib64/libart.so (_ZN3art2gc9collector16GarbageCollector3RunENS0_7GcCauseEb+320)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #08  pc 00000000001ce390  /system/lib64/libart.so (_ZN3art2gc4Heap22CollectGarbageInternalENS0_9collector6GcTypeENS0_7GcCauseEb+3408)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #09  pc 00000000001df934  /system/lib64/libart.so (_ZN3art2gc4Heap12ConcurrentGCEPNS_6ThreadENS0_7GcCauseEb+128)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #10  pc 00000000001e504c  /system/lib64/libart.so (_ZN3art2gc4Heap16ConcurrentGCTask3RunEPNS_6ThreadE+40)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #11  pc 0000000000207b5c  /system/lib64/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+68)
 2020-10-09 18:03:21.904 12072-12084/? E/CRASH:     #12  pc 000000000000256c  /system/framework/arm64/boot-core-libart.oat ()
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

152 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

android time cheat plugin problem with broadcastreceiver 1 Answer

NoClassDefFoundError exception when using Android plugin 0 Answers

Rendering Android native view with OpenGL 0 Answers

Game Always Crashes On Some Android Devices 0 Answers

How do you determine the Android Architecture during runtime? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges