You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/02 18:25:49 UTC

[GitHub] [cordova-plugin-camera] ryandsjoquist edited a comment on issue #678: App crashing randomly while taking images by camera in iOS14

ryandsjoquist edited a comment on issue #678:
URL: https://github.com/apache/cordova-plugin-camera/issues/678#issuecomment-737277538


   So far from what I can dig up, Is that it might be related to an older bug with Capacitor regarding removing event listeners while events are still being triggered. https://github.com/ionic-team/capacitor/issues/1943
   Still digging into stack traces on this, but that's seeming to be in the general direction I'm headed due to the exact same error.
   *** Collection <__NSArrayM: 0x283ccadf0> was mutated while being enumerated.
   (
   	0   CoreFoundation                      0x00000001966b088c AF3F8E01-C130-3464-AD40-C5532D273483 + 1202316
   	1   libobjc.A.dylib                     0x00000001aac06c50 objc_exception_throw + 60
   	2   CoreFoundation                      0x00000001966b017c AF3F8E01-C130-3464-AD40-C5532D273483 + 1200508
   	3   CameraUI                            0x00000001bfe0c764 33C8166A-6796-36EE-B25A-0A82725559D6 + 976740
   	4   CameraUI                            0x00000001bfe0caa8 33C8166A-6796-36EE-B25A-0A82725559D6 + 977576
   	5   CameraUI                            0x00000001bfdce6f0 33C8166A-6796-36EE-B25A-0A82725559D6 + 722672
   	6   CameraUI                            0x00000001bff1b6e4 33C8166A-6796-36EE-B25A-0A82725559D6 + 2086628
   	7   libobjc.A.dylib                     0x00000001aac05b10 282FD01C-1437-349B-AE1A-2EFF32859670 + 23312
   	8   libobjc.A.dylib                     0x00000001aac1c840 objc_destructInstance + 80
   	9   libobjc.A.dylib                     0x00000001aac2380c _objc_rootDealloc + 80
   	10  UIKitCore                           0x0000000199094928 05147936-B875-3EF3-94DB-9C8869BB0E34 + 12572968
   	11  UIKitCore                           0x0000000198936894 05147936-B875-3EF3-94DB-9C8869BB0E34 + 4847764
   	12  CameraUI                            0x00000001bff128d0 33C8166A-6796-36EE-B25A-0A82725559D6 + 2050256
   	13  UIKitCore                           0x00000001988596d0 05147936-B875-3EF3-94DB-9C8869BB0E34 + 3942096
   	14  UIKitCore                           0x000000019893fb28 05147936-B875-3EF3-94DB-9C8869BB0E34 + 4885288
   	15  UIKitCore                           0x0000000198940918 05147936-B875-3EF3-94DB-9C8869BB0E34 + 4888856
   	16  UIKitCore                           0x0000000198940a30 05147936-B875-3EF3-94DB-9C8869BB0E34 + 4889136
   	17  UIKitCore                           0x000000019881becc 05147936-B875-3EF3-94DB-9C8869BB0E34 + 3690188
   	18  UIKitCore                           0x000000019881bc0c 05147936-B875-3EF3-94DB-9C8869BB0E34 + 3689484
   	19  UIKitCore                           0x00000001988263e4 05147936-B875-3EF3-94DB-9C8869BB0E34 + 3732452
   	20  UIKitCore                           0x0000000198820410 05147936-B875-3EF3-94DB-9C8869BB0E34 + 3707920
   	21  UIKitCore                           0x00000001989649cc 05147936-B875-3EF3-94DB-9C8869BB0E34 + 5036492
   	22  UIKitCore                           0x0000000199567c3c 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17632316
   	23  UIKitCore                           0x00000001995678e8 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17631464
   	24  UIKitCore                           0x000000019959f7b8 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17860536
   	25  UIKitCore                           0x0000000199571b1c 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17672988
   	26  UIKitCore                           0x0000000199572084 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17674372
   	27  UIKitCore                           0x00000001995721e8 05147936-B875-3EF3-94DB-9C8869BB0E34 + 17674728
   	28  QuartzCore                          0x0000000199ad7160 DC2644E7-E5E4-3D83-9110-A5AE7E2C8B1F + 1524064
   	29  libdispatch.dylib                   0x0000000105aa56c0 _dispatch_client_callout + 20
   	30  libdispatch.dylib                   0x0000000105ab4f34 _dispatch_main_queue_callback_4CF + 1000
   	31  CoreFoundation                      0x000000019662c11c AF3F8E01-C130-3464-AD40-C5532D273483 + 659740
   	32  CoreFoundation                      0x0000000196626120 AF3F8E01-C130-3464-AD40-C5532D273483 + 635168
   	33  CoreFoundation                      0x000000019662521c CFRunLoopRunSpecific + 600
   	34  GraphicsServices                    0x00000001ad6a4784 GSEventRunModal + 164
   	35  UIKitCore                           0x000000019905e200 05147936-B875-3EF3-94DB-9C8869BB0E34 + 12349952
   	36  UIKitCore                           0x0000000199063a74 UIApplicationMain + 168
   	37  CRSimplified                        0x0000000104f7a194 main + 64
   	38  libdyld.dylib                       0x00000001962e56c0 BA60CB9E-95C5-3646-BEED-D313E15586CF + 5824
   )


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org