Crash on Open APP with gluonmobile and graalVM

0

My app is based on gluon mobile and graalVM. I have 3 ios device: 1) iPhone 8 iOS 13.3.1 2) iPhone 6s versione ios 13.3.1 3) iPhone Xr versione ios 13.3.1

On the last device my app crash at the startup. I've tried to check the log but is very incomprensibile. How I can do to solve my problem?

This is my log on crash with iPhone Xr versione ios 13.3.1:

Incident Identifier: 0B2BC101-400F-4FB1-B567-41BBDE5942C5
CrashReporter Key:   74eada3638928d552e8e5d261c585ae5ded648a3
Hardware Model:      iPhone6,2
Process:             MainAPP [715]
Path:                /private/var/containers/Bundle/Application/1C3DF8CD-CE84-4BA4-9CC6-00B8160A1CE0/MainAPP.app/MainAPP
Identifier:          XXXXXXXXX
Version:             2.7 (2.7)
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           XXXXXXXXX [923]


Date/Time:           2020-02-12 19:34:29.9993 +0100
Launch Time:         2020-02-12 19:33:23.9754 +0100
OS Version:          iPhone OS 12.4.5 (16G161)
Baseband Version:    10.80.02
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x00000c478ac9e7b8
VM Region Info: 0xc478ac9e7b8 is not in any region.  Bytes after previous region: 13490136410041  
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO            0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV  
--->  
      UNUSED SPACE AT END

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [715]
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   MainAPP                 0x000000010215dd20 0x100408000 + 30760224
1   MainAPP                 0x000000010215dd0c 0x100408000 + 30760204
2   MainAPP                 0x000000010215e414 0x100408000 + 30762004
3   CoreFoundation                  0x0000000191e4821c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
4   CoreFoundation                  0x0000000191e481e8 ___CFXRegistrationPost_block_invoke + 64
5   CoreFoundation                  0x0000000191e476dc _CFXRegistrationPost + 392
6   CoreFoundation                  0x0000000191e47388 ___CFXNotificationPost_block_invoke + 96
7   CoreFoundation                  0x0000000191dc0c54 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1496
8   CoreFoundation                  0x0000000191e46e38 _CFXNotificationPost + 696
9   Foundation                      0x00000001928301a4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
10  UIKitCore                       0x00000001be5121f4 __47-[UIApplication _applicationDidEnterBackground]_block_invoke + 268
11  UIKitCore                       0x00000001bdf6fa18 +[UIViewController _performWithoutDeferringTransitions:] + 112
12  UIKitCore                       0x00000001be512078 -[UIApplication _applicationDidEnterBackground] + 100
13  UIKitCore                       0x00000001bddcd670 -[__UICanvasLifecycleMonitor_Compatability deactivateEventsOnly:withContext:forceExit:completion:] + 1688
14  UIKitCore                       0x00000001bddcadec -[_UIApplicationCanvas forceDeactivateWithTransitionContext:completion:] + 76
15  UIKitCore                       0x00000001be5072cc -[UIApplication workspaceShouldExit:withTransitionContext:] + 272
16  FrontBoardServices              0x000000019484b1a8 __47-[FBSUIApplicationWorkspace client:handleExit:]_block_invoke + 112
17  FrontBoardServices              0x000000019485cc14 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 64
18  libdispatch.dylib               0x00000001919157d4 _dispatch_client_callout + 16
19  libdispatch.dylib               0x00000001918ba5dc _dispatch_block_invoke_direct$VARIANT$mp + 224
20  FrontBoardServices              0x000000019488e040 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40
21  FrontBoardServices              0x000000019488dcdc -[FBSSerialQueue _performNext] + 408
22  FrontBoardServices              0x000000019488e294 -[FBSSerialQueue _performNextFromRunLoopSource] + 52
23  CoreFoundation                  0x0000000191e68f1c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
24  CoreFoundation                  0x0000000191e68e9c __CFRunLoopDoSource0 + 88
25  CoreFoundation                  0x0000000191e68784 __CFRunLoopDoSources0 + 176
26  CoreFoundation                  0x0000000191e636c0 __CFRunLoopRun + 1004
27  CoreFoundation                  0x0000000191e62fb4 CFRunLoopRunSpecific + 436
28  GraphicsServices                0x000000019406479c GSEventRunModal + 104
29  UIKitCore                       0x00000001be50ac38 UIApplicationMain + 212
30  MainAPP                 0x000000010040d09c 0x100408000 + 20636
31  libdyld.dylib                   0x00000001919268e0 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x0000000191af8cd0 start_wqthread + 0

Thread 2 name:  com.apple.uikit.eventfetch-thread
Thread 2:
0   libsystem_kernel.dylib          0x0000000191a680f4 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x0000000191a675a0 mach_msg + 72
2   CoreFoundation                  0x0000000191e68914 __CFRunLoopServiceMachPort + 236
3   CoreFoundation                  0x0000000191e63824 __CFRunLoopRun + 1360
4   CoreFoundation                  0x0000000191e62fb4 CFRunLoopRunSpecific + 436
5   Foundation                      0x000000019283195c -[NSRunLoop+ 31068 (NSRunLoop) runMode:beforeDate:] + 300
6   Foundation                      0x00000001928317ec -[NSRunLoop+ 30700 (NSRunLoop) runUntilDate:] + 96
7   UIKitCore                       0x00000001be5f0754 -[UIEventFetcher threadMain] + 136
8   Foundation                      0x000000019295e4a0 __NSThread__start__ + 984
9   libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
10  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
11  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 3:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e3c30 0x100408000 + 20823088
3   MainAPP                 0x000000010181d798 0x100408000 + 21059480
4   MainAPP                 0x0000000100ca963c 0x100408000 + 9049660
5   MainAPP                 0x000000010130b144 0x100408000 + 15741252
6   MainAPP                 0x0000000101308d4c 0x100408000 + 15732044
7   MainAPP                 0x0000000101306e00 0x100408000 + 15724032
8   MainAPP                 0x0000000101200bb8 0x100408000 + 14650296
9   MainAPP                 0x00000001010fc63c 0x100408000 + 13583932
10  MainAPP                 0x00000001010fbda8 0x100408000 + 13581736
11  MainAPP                 0x00000001005a7e64 0x100408000 + 1703524
12  MainAPP                 0x00000001016f1ff8 0x100408000 + 19832824
13  MainAPP                 0x000000010040d260 0x100408000 + 21088
14  MainAPP                 0x000000010040d0d4 0x100408000 + 20692
15  Foundation                      0x000000019295e4a0 __NSThread__start__ + 984
16  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
17  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
18  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 4 name:  JavaFX-Launcher
Thread 4:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e3c30 0x100408000 + 20823088
3   MainAPP                 0x000000010181d798 0x100408000 + 21059480
4   MainAPP                 0x0000000100ca963c 0x100408000 + 9049660
5   MainAPP                 0x000000010130b144 0x100408000 + 15741252
6   MainAPP                 0x0000000101308d4c 0x100408000 + 15732044
7   MainAPP                 0x0000000101306e00 0x100408000 + 15724032
8   MainAPP                 0x0000000101200bb8 0x100408000 + 14650296
9   MainAPP                 0x00000001010fdddc 0x100408000 + 13589980
10  MainAPP                 0x00000001010f73ec 0x100408000 + 13562860
11  MainAPP                 0x00000001010f18d4 0x100408000 + 13539540
12  MainAPP                 0x0000000102051c10 0x100408000 + 29662224
13  MainAPP                 0x0000000101820aac 0x100408000 + 21072556
14  MainAPP                 0x00000001016f33bc 0x100408000 + 19837884
15  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
16  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
17  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 5 name:  antumRenderer-0
Thread 5:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e3c30 0x100408000 + 20823088
3   MainAPP                 0x000000010181d798 0x100408000 + 21059480
4   MainAPP                 0x0000000100ca963c 0x100408000 + 9049660
5   MainAPP                 0x00000001013033a0 0x100408000 + 15709088
6   MainAPP                 0x0000000101224c6c 0x100408000 + 14797932
7   MainAPP                 0x00000001012f9528 0x100408000 + 15668520
8   MainAPP                 0x00000001012fb1e0 0x100408000 + 15675872
9   MainAPP                 0x000000010089025c 0x100408000 + 4751964
10  MainAPP                 0x0000000102051c10 0x100408000 + 29662224
11  MainAPP                 0x0000000101820aac 0x100408000 + 21072556
12  MainAPP                 0x00000001016f33bc 0x100408000 + 19837884
13  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
14  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
15  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 6 name:  Thread-4
Thread 6:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e2ad8 0x100408000 + 20818648
3   MainAPP                 0x000000010181f518 0x100408000 + 21067032
4   MainAPP                 0x0000000102052494 0x100408000 + 29664404
5   MainAPP                 0x00000001013bdcdc 0x100408000 + 16473308
6   MainAPP                 0x00000001013bc834 0x100408000 + 16468020
7   MainAPP                 0x0000000102051c10 0x100408000 + 29662224
8   MainAPP                 0x0000000101820aac 0x100408000 + 21072556
9   MainAPP                 0x00000001016f33bc 0x100408000 + 19837884
10  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
11  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
12  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 7 name:  m Font Disposer
Thread 7:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e07dc 0x100408000 + 20809692
3   MainAPP                 0x00000001017871f8 0x100408000 + 20443640
4   MainAPP                 0x00000001017874bc 0x100408000 + 20444348
5   MainAPP                 0x0000000101786b4c 0x100408000 + 20441932
6   MainAPP                 0x0000000101788824 0x100408000 + 20449316
7   MainAPP                 0x00000001017890f4 0x100408000 + 20451572
8   MainAPP                 0x0000000102061b8c 0x100408000 + 29727628
9   MainAPP                 0x00000001012ea124 0x100408000 + 15606052
10  MainAPP                 0x0000000102051c10 0x100408000 + 29662224
11  MainAPP                 0x0000000101820aac 0x100408000 + 21072556
12  MainAPP                 0x00000001016f33bc 0x100408000 + 19837884
13  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
14  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
15  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 8 name:  Cleaner-0
Thread 8:
0   libsystem_kernel.dylib          0x0000000191a72ee4 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x0000000191aedcf8 _pthread_cond_wait$VARIANT$mp + 636
2   MainAPP                 0x00000001017e0a04 0x100408000 + 20810244
3   MainAPP                 0x0000000101787370 0x100408000 + 20444016
4   MainAPP                 0x00000001017878bc 0x100408000 + 20445372
5   MainAPP                 0x0000000101787064 0x100408000 + 20443236
6   MainAPP                 0x0000000101788860 0x100408000 + 20449376
7   MainAPP                 0x00000001017890f4 0x100408000 + 20451572
8   MainAPP                 0x0000000102061cac 0x100408000 + 29727916
9   MainAPP                 0x0000000100e072f0 0x100408000 + 10482416
10  MainAPP                 0x0000000102051c10 0x100408000 + 29662224
11  MainAPP                 0x0000000100ca30fc 0x100408000 + 9023740
12  MainAPP                 0x0000000101820aac 0x100408000 + 21072556
13  MainAPP                 0x00000001016f33bc 0x100408000 + 19837884
14  libsystem_pthread.dylib         0x0000000191af52c0 _pthread_body + 128
15  libsystem_pthread.dylib         0x0000000191af5220 _pthread_start + 44
16  libsystem_pthread.dylib         0x0000000191af8cdc thread_start + 4

Thread 9:
0   libsystem_pthread.dylib         0x0000000191af8cd0 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib         0x0000000191af8cd0 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000102172235   x1: 0x0000000008000100   x2: 0x0000000280d8ea90   x3: 0x0000000133d0c940
    x4: 0x0000000000000001   x5: 0x0000000000000001   x6: 0x0000000000000000   x7: 0x0000000000000403
    x8: 0x0000000104fe57d8   x9: 0x00000c478ac9e280  x10: 0x0000000134003000  x11: 0x000000250000003f
   x12: 0x00000001340031d0  x13: 0x00000001cb2e8f88  x14: 0x00000001ac41d968  x15: 0x000000000000000f
   x16: 0x00000001cb2e8f88  x17: 0x0000000191dc5130  x18: 0x0000000000000000  x19: 0x000000016f9f5be8
   x20: 0x0000000280d8c4e0  x21: 0x00000002816b9d80  x22: 0x0000000133d0c940  x23: 0x0000000280d8ea90
   x24: 0x00000001cb2f0000  x25: 0x00000001cb2f0000  x26: 0x000000010b3600c8  x27: 0x00000001c1cc97f0
   x28: 0x0000000000000001   fp: 0x000000016f9f5b70   lr: 0x000000010215dd0c
    sp: 0x000000016f9f5b40   pc: 0x000000010215dd20 cpsr: 0x00000000
gluon
gluon-mobile
graalvm
asked on Stack Overflow Feb 19, 2020 by Bad • edited Feb 20, 2020 by Bad

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0