mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

iOS app crash with map.addTileOverlay #1565

Closed fujiokayu closed 7 years ago

fujiokayu commented 7 years ago

Now I'm developing Android / iOS app with cordova-plugin-googlemaps v2.0, and Onsen UI. When calling map.addTileOverlay, iOS app always crash. (As for Android, seems no problem)

here is my code

ons.ready(function() {

    var mapDiv = document.getElementById("map_canvas");
    var map = plugin.google.maps.Map.getMap(mapDiv, {
        'mapType' : plugin.google.maps.MapTypeId.NONE,
        'preferences': {
            'zoom': {
            'minZoom': 0,
            'maxZoom': 5
            }
        }
    });

    map.addEventListener(plugin.google.maps.event.MAP_READY, function() {
        map.addTileOverlay({
        // Load image files from the local file path
            getTile: function(x, y, zoom) {
                return "./image/tiles/" + zoom + "_" + x + "-" + y + ".png"
            }
        }, function(tileOverlay) {

        });
    });
});`
Xcode debug log as follows: ```Jul 17 20:30:04 iPad offline_map_sample[4822] : [CDVTimer][cordovagooglemaps] 0.025988ms Jul 17 20:30:04 iPad offline_map_sample[4822] : [CDVTimer][TotalPluginStartup] 443.408966ms Jul 17 20:30:04 iPad offline_map_sample[4822] : Resetting plugins due to page load. Jul 17 20:30:05 iPad offline_map_sample[4822] : Unbalanced calls to begin/end appearance transitions for . Jul 17 20:30:05 iPad offline_map_sample[4822] : Finished load of: file:///var/mobile/Containers/Data/Application/7F0F34BA-7947-43B8-8BC6-65F898B9473C/Library/Caches/launch/1500291004/5965b828013eb0c80ee5672b/www/index.html Jul 17 20:30:06 iPad offline_map_sample[4822] : bool _WebTryThreadLock(bool), 0x17c6e6d0: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling to UIKit from a secondary thread. Crashing now... Jul 17 20:30:06 iPad offline_map_sample[4822] : 1 0x367fab0d WebThreadLock Jul 17 20:30:06 iPad offline_map_sample[4822] : 2 0x2e1f2c65 Jul 17 20:30:06 iPad offline_map_sample[4822] : 3 0x8c90d -[PluginTileProvider execJS:] Jul 17 20:30:06 iPad offline_map_sample[4822] : 4 0x8d819 __54-[PluginTileProvider requestTileForX:y:zoom:receiver:]_block_invoke Jul 17 20:30:06 iPad offline_map_sample[4822] : 5 0x394272e3 Jul 17 20:30:06 iPad offline_map_sample[4822] : 6 0x39431381 Jul 17 20:30:06 iPad offline_map_sample[4822] : 7 0x394323c3 Jul 17 20:30:06 iPad offline_map_sample[4822] : 8 0x3958edc1 _pthread_wqthread Jul 17 20:30:06 iPad offline_map_sample[4822] : 9 0x3958eb14 start_wqthread Jul 17 20:30:06 iPad ReportCrash[4824] : task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4: (os/kern) invalid argument) Jul 17 20:30:06 iPad ReportCrash[4824] : ReportCrash acting against PID 4822 Jul 17 20:30:06 iPad ReportCrash[4824] : Formulating crash report for process offline_map_sample[4822] Jul 17 20:30:06 iPad locationd[64] : Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0 Jul 17 20:30:06 iPad ReportCrash[4824] : Not saving crash log because we have reached the limit for logs to store on disk. Sync or otherwise clear logs from /var/mobile/Library/Logs/CrashReporter to save new logs. Jul 17 20:30:06 iPad ReportCrash[4824] : Could not save crash report to disk! Jul 17 20:30:06 iPad com.apple.xpc.launchd[1] (UIKitApplication:com.example.monaca1[0x10e7][4822]) : Service exited due to signal: Segmentation fault: 11 Jul 17 20:30:07 iPad ReportCrash[4824] : Incident Identifier: 15837FF4-FB42-4897-9CFF-26E41660AD97 Jul 17 20:30:07 iPad ReportCrash[4824] : CrashReporter Key: e76018ecc569487220b920531ed5e3f6fd38ea0d Jul 17 20:30:07 iPad ReportCrash[4824] : Hardware Model: iPad3,4 Jul 17 20:30:07 iPad ReportCrash[4824] : Process: offline_map_sample [4822] Jul 17 20:30:07 iPad ReportCrash[4824] : Path: /private/var/mobile/Containers/Bundle/Application/522566D9-BFBD-4E8F-99EB-846AA1D75624/offline_map_sample.app/offline_map_sample Jul 17 20:30:07 iPad ReportCrash[4824] : Identifier: offline_map_sample Jul 17 20:30:07 iPad ReportCrash[4824] : Version: ??? Jul 17 20:30:07 iPad ReportCrash[4824] : Code Type: ARM (Native) Jul 17 20:30:07 iPad ReportCrash[4824] : Parent Process: launchd [1] Jul 17 20:30:07 iPad ReportCrash[4824] : Date/Time: 2017-07-17 20:30:06.821 +0900 Jul 17 20:30:07 iPad ReportCrash[4824] : Launch Time: 2017-07-17 20:29:50.554 +0900 Jul 17 20:30:07 iPad ReportCrash[4824] : OS Version: iOS 8.4 (12H143) Jul 17 20:30:07 iPad ReportCrash[4824] : Report Version: 105 Jul 17 20:30:07 iPad ReportCrash[4824] : Exception Type: EXC_BAD_ACCESS (SIGSEGV) Jul 17 20:30:07 iPad ReportCrash[4824] : Exception Subtype: KERN_INVALID_ADDRESS at 0xbbadbeef Jul 17 20:30:07 iPad ReportCrash[4824] : Triggered by Thread: 29 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 0 name: Dispatch queue: com.apple.main-thread Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 0: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff474 0x394fe000 + 5236 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_kernel.dylib 0x394ff268 0x394fe000 + 4712 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a79e56e 0x2a6d1000 + 841070 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a79cb14 0x2a6d1000 + 834324 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 CoreFoundation 0x2a6e900e 0x2a6d1000 + 98318 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 GraphicsServices 0x320a81fc 0x3209f000 + 37372 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 UIKit 0x2deb5a04 0x2de46000 + 457220 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 offline_map_sample 0x000243ce 0x20000 + 17358 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libdyld.dylib 0x39448aac 0x39447000 + 6828 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 1 name: Dispatch queue: com.apple.libdispatch-manager Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 1: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff224 0x394fe000 + 4644 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libdispatch.dylib 0x394340ec 0x39426000 + 57580 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libdispatch.dylib 0x39428d36 0x39426000 + 11574 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 2: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x395139c0 0x394fe000 + 88512 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958ee38 0x3958e000 + 3640 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 3 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 3: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b1b6 0x20000 + 2404790 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 4 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 4: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 5 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 5: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 6 name: com.apple.NSURLConnectionLoader Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 6: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff474 0x394fe000 + 5236 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_kernel.dylib 0x394ff268 0x394fe000 + 4712 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a79e56e 0x2a6d1000 + 841070 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a79cb14 0x2a6d1000 + 834324 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 CoreFoundation 0x2a6e900e 0x2a6d1000 + 98318 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 CFNetwork 0x2a285a4a 0x2a209000 + 510538 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 Foundation 0x2b5183b6 0x2b448000 + 852918 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 7 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 7: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad SpringBoard[43] : Application 'UIKitApplication:com.example.monaca1[0x10e7]' crashed. Jul 17 20:30:07 iPad assertiond[58] : pid_suspend failed for : Unknown error: -1, Unknown error: -1 Jul 17 20:30:07 iPad assertiond[58] : Could not set priority of to 2, priority: No such process Jul 17 20:30:07 iPad assertiond[58] : Could not set priority of to 4096, priority: No such process Jul 17 20:30:07 iPad UserEventAgent[17] : id=com.example.monaca1 pid=4822, state=0 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 8: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff474 0x394fe000 + 5236 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_kernel.dylib 0x394ff268 0x394fe000 + 4712 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a79e56e 0x2a6d1000 + 841070 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a79cb14 0x2a6d1000 + 834324 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 CoreFoundation 0x2a731f1e 0x2a6d1000 + 397086 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 CoreMotion 0x2affd84e 0x2afb8000 + 284750 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 9 name: com.apple.CFSocket.private Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 9: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39513080 0x394fe000 + 86144 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 CoreFoundation 0x2a7a2d60 0x2a6d1000 + 859488 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 10 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 10: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff4c4 0x394fe000 + 5316 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libdispatch.dylib 0x394325da 0x39426000 + 50650 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0008cbd8 0x20000 + 445400 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026ae14 0x20000 + 2403860 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 offline_map_sample 0x0026b3ce 0x20000 + 2405326 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 11 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 11: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39511f08 0x394fe000 + 81672 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 Foundation 0x2b4a0684 0x2b448000 + 362116 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 Foundation 0x2b4a051e 0x2b448000 + 361758 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 Foundation 0x2b4a0470 0x2b448000 + 361584 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 offline_map_sample 0x0012ea94 0x20000 + 1108628 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 offline_map_sample 0x0012e7c4 0x20000 + 1107908 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 offline_map_sample 0x000a759c 0x20000 + 554396 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 Foundation 0x2b5183b6 0x2b448000 + 852918 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 12 name: WebThread Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 12: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 CoreFoundation 0x2a6fe8f4 0x2a6d1000 + 186612 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 CoreFoundation 0x2a6e88de 0x2a6d1000 + 96478 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a6e873c 0x2a6d1000 + 96060 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a6e868a 0x2a6d1000 + 95882 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6fe8ac 0x2a6d1000 + 186540 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 WebCore 0x36806f8a 0x36776000 + 593802 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 WebCore 0x36793d86 0x36776000 + 122246 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 CoreFoundation 0x2a79eedc 0x2a6d1000 + 843484 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 CoreFoundation 0x2a79ea56 0x2a6d1000 + 842326 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 CoreFoundation 0x2a79cca6 0x2a6d1000 + 834726 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 11 CoreFoundation 0x2a6e900e 0x2a6d1000 + 98318 Jul 17 20:30:07 iPad ReportCrash[4824] : 12 WebCore 0x367f905e 0x36776000 + 536670 Jul 17 20:30:07 iPad ReportCrash[4824] : 13 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 14 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 15 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 13 name: JavaScriptCore::BlockFree Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 13: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b2c 0x394fe000 + 84780 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x39590384 0x3958e000 + 9092 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x395912a8 0x3958e000 + 12968 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 libc++.1.dylib 0x3876ef5a 0x38769000 + 24410 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 JavaScriptCore 0x2bb29a78 0x2b9ee000 + 1292920 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 JavaScriptCore 0x2ba03392 0x2b9ee000 + 86930 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 JavaScriptCore 0x2b9ff8a4 0x2b9ee000 + 71844 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 14 name: JavaScriptCore::Marking Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 14: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b2c 0x394fe000 + 84780 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x39590384 0x3958e000 + 9092 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x39591268 0x3958e000 + 12904 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 libc++.1.dylib 0x3876ee8c 0x38769000 + 24204 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 JavaScriptCore 0x2bbcb320 0x2b9ee000 + 1954592 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 JavaScriptCore 0x2bbcb384 0x2b9ee000 + 1954692 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 JavaScriptCore 0x2b9ff8a4 0x2b9ee000 + 71844 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 15 name: WebCore: CFNetwork Loader Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 15: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff474 0x394fe000 + 5236 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_kernel.dylib 0x394ff268 0x394fe000 + 4712 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a79e56e 0x2a6d1000 + 841070 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a79cb14 0x2a6d1000 + 834324 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 CoreFoundation 0x2a6e900e 0x2a6d1000 + 98318 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 WebCore 0x36822908 0x36776000 + 706824 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 JavaScriptCore 0x2b9ff8a4 0x2b9ee000 + 71844 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 16 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 16: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b6e0 0x20000 + 2406112 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026b360 0x20000 + 2405216 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 offline_map_sample 0x0026a97c 0x20000 + 2402684 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 17 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 17: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 18 name: com.google.Maps.LabelingBehavior Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 18: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x394ff474 0x394fe000 + 5236 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_kernel.dylib 0x394ff268 0x394fe000 + 4712 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 CoreFoundation 0x2a79e56e 0x2a6d1000 + 841070 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 CoreFoundation 0x2a79cb14 0x2a6d1000 + 834324 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 CoreFoundation 0x2a6e91fc 0x2a6d1000 + 98812 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 CoreFoundation 0x2a6e900e 0x2a6d1000 + 98318 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 Foundation 0x2b453138 0x2b448000 + 45368 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 offline_map_sample 0x00340318 0x20000 + 3277592 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 Foundation 0x2b5183b6 0x2b448000 + 852918 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 11 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 19 name: WebCore: LocalStorage Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 19: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b2c 0x394fe000 + 84780 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x39590384 0x3958e000 + 9092 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x39591268 0x3958e000 + 12904 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 JavaScriptCore 0x2ba03554 0x2b9ee000 + 87380 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 WebCore 0x370a945c 0x36776000 + 9647196 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 WebCore 0x368b8d3a 0x36776000 + 1322298 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 JavaScriptCore 0x2b9ff8a4 0x2b9ee000 + 71844 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libsystem_pthread.dylib 0x39590e20 0x3958e000 + 11808 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x39590d92 0x3958e000 + 11666 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb1c 0x3958e000 + 2844 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 20 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 20: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b1b6 0x20000 + 2404790 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 21 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 21: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b6e0 0x20000 + 2406112 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026b360 0x20000 + 2405216 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 offline_map_sample 0x0026a97c 0x20000 + 2402684 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 22 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 22: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b1b6 0x20000 + 2404790 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 23 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 23: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 24 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 24: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 25 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 25: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 26 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 26: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 27 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 27: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 28 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 28: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b3a2 0x20000 + 2405282 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 29 name: Dispatch queue: com.apple.root.default-qos Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 29 Crashed: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 JavaScriptCore 0x2bce4faa 0x2b9ee000 + 3108778 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 WebCore 0x367fa38c 0x36776000 + 541580 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 WebCore 0x367fab08 0x36776000 + 543496 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 UIKit 0x2e1f2c60 0x2de46000 + 3853408 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 offline_map_sample 0x0008c90a 0x20000 + 444682 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 offline_map_sample 0x0008d816 0x20000 + 448534 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 10 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 30 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 30: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b1b6 0x20000 + 2404790 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 31: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x395139c0 0x394fe000 + 88512 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958ee38 0x3958e000 + 3640 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 32 name: Dispatch queue: com.google.Maps.TileStart-sdkLayer_0x17c6bc90 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 32: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x39512b9c 0x394fe000 + 84892 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958efd6 0x3958e000 + 4054 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 offline_map_sample 0x0026b1b6 0x20000 + 2404790 Jul 17 20:30:07 iPad ReportCrash[4824] : 3 offline_map_sample 0x0026a852 0x20000 + 2402386 Jul 17 20:30:07 iPad ReportCrash[4824] : 4 libdispatch.dylib 0x394272e0 0x39426000 + 4832 Jul 17 20:30:07 iPad ReportCrash[4824] : 5 libdispatch.dylib 0x3942e4d4 0x39426000 + 34004 Jul 17 20:30:07 iPad ReportCrash[4824] : 6 libdispatch.dylib 0x3943137c 0x39426000 + 45948 Jul 17 20:30:07 iPad ReportCrash[4824] : 7 libdispatch.dylib 0x394323be 0x39426000 + 50110 Jul 17 20:30:07 iPad ReportCrash[4824] : 8 libsystem_pthread.dylib 0x3958edbe 0x3958e000 + 3518 Jul 17 20:30:07 iPad ReportCrash[4824] : 9 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 33: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x395139c0 0x394fe000 + 88512 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958ee38 0x3958e000 + 3640 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 34: Jul 17 20:30:07 iPad ReportCrash[4824] : 0 libsystem_kernel.dylib 0x395139c0 0x394fe000 + 88512 Jul 17 20:30:07 iPad ReportCrash[4824] : 1 libsystem_pthread.dylib 0x3958ee38 0x3958e000 + 3640 Jul 17 20:30:07 iPad ReportCrash[4824] : 2 libsystem_pthread.dylib 0x3958eb10 0x3958e000 + 2832 Jul 17 20:30:07 iPad ReportCrash[4824] : Thread 29 crashed with ARM Thread State (32-bit): Jul 17 20:30:07 iPad ReportCrash[4824] : r0: 0xbbadbeef r1: 0x00000000 r2: 0x00000900 r3: 0x00000900 Jul 17 20:30:07 iPad ReportCrash[4824] : r4: 0x0f488e04 r5: 0x3baa57d0 r6: 0x0f4890a4 r7: 0x0f488e8c Jul 17 20:30:07 iPad ReportCrash[4824] : r8: 0x00000000 r9: 0x3be18d78 r10: 0x0f4890a4 r11: 0x3be0e5c0 Jul 17 20:30:07 iPad ReportCrash[4824] : ip: 0x39a1eb84 sp: 0x0f488e04 lr: 0x2bce4f57 pc: 0x2bce4faa Jul 17 20:30:07 iPad ReportCrash[4824] : cpsr: 0x60000030 Jul 17 20:30:07 iPad ReportCrash[4824] : Binary Images: Jul 17 20:30:07 iPad ReportCrash[4824] : 0x20000 - 0x57bfff offline_map_sample armv7 <23dee8bb1e1b36409f36f69742c4a790> /var/mobile/Containers/Bundle/Application/522566D9-BFBD-4E8F-99EB-846AA1D75624/offline_map_sample.app/offline_map_sample Jul 17 20:30:07 iPad ReportCrash[4824] : 0x1fef2000 - 0x1ff15fff dyld armv7s <89c8b5de05ef310e9c399d3abd699990> /usr/lib/dyld Jul 17 20:30:07 iPad ReportCrash[4824] : 0x28fbb000 - 0x28fd6fff libJapaneseConverter.dylib armv7s <495bb9247f9e39b2826c1b7c1161fa5f> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib Jul 17 20:30:07 iPad ReportCrash[4824] : 0x28fd7000 - 0x28ff8fff libKoreanConverter.dylib armv7s <3fbc4f239c013fd39d1a218fbb8e601b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib Jul 17 20:30:07 iPad ReportCrash[4824] : 0x29025000 - 0x29112fff RawCamera armv7s <33b93bce28763ae881ac6156b1a070fe> /System/Library/CoreServices/RawCamera.bundle/RawCamera Jul 17 20:30:07 iPad ReportCrash[4824] : 0x29129000 - 0x2923dfff IMGSGX554GLDriver armv7s <726e6e851d943ac09820257e9b6778ec> /System/Library/Extensions/IMGSGX554GLDriver.bundle/IMGSGX554GLDriver Jul 17 20:30:07 iPad ReportCrash[4824] : 0x29249000 - 0x293b6fff AVFoundation armv7s <194a49546fc93e0d804440a70c033fa4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation Jul 17 20:30:07 iPad ReportCrash[4824] : 0x293b7000 - 0x29416fff libAVFAudio.dylib armv7s <1d4dcaa02bd3375397daf4ffa2cf24cf> /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib ......
wf9a5m75 commented 7 years ago

Um, it seems URL which is returned from the getTile() function is invalid.

Did you upload PNG image files on "./image/tiles/" + zoom + "_" + x + "-" + y + ".png"? (256px x 256px)

fujiokayu commented 7 years ago

Did you upload PNG image files on "./image/tiles/" + zoom + "_" + x + "-" + y + ".png"?

Yes, I uploaded PNG files, and Android app work correctly. And, When I use Online OpenStreetMap, as follows, iOS app also crashed.

map.addTileOverlay({ tileUrlFormat: "http://a.tile.openstreetmap.org/<zoom>/<x>/<y>.png" } , function() { });

wf9a5m75 commented 7 years ago

Please share your project files on github or bitbacket.

How and why?

https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/articles/before_post_your_issue/README.md#6-provide-your-code

fujiokayu commented 7 years ago

I invited you to my bitbacket repository. but... my project builds by Monaca Pro plan, so you may need Monaca's Account, like #1529

wf9a5m75 commented 7 years ago

I know. Thank you for sharing your project files.

wf9a5m75 commented 7 years ago

Could you tell me the repository name? I haven't received your invitation yet.

fujiokayu commented 7 years ago

yet? I invited bitbacket account "Masashi Katsumata".

My repository name is map_sample .

wf9a5m75 commented 7 years ago

I just got it.

fujiokayu commented 7 years ago

now i updated README.md by Japanese.

wf9a5m75 commented 7 years ago

ではここからは日本語で対応します。 まだビルドもしていませんが、コードで気づいた点があります。

map.addEventListener(plugin.google.maps.event.MAP_READY, function() {

  map.moveCamera({
      target: new plugin.google.maps.LatLng(49.701, -123.158),
      zoom: 5
  }, function() {

  });

  map.addTileOverlay({
      getTile: function(x, y, zoom) {
          return "./image/tiles/" + zoom + "/" + x + "/" + y + ".png"
      }
  }, function(tileOverlay) {

  });
});

このコードですが、map.addTileOverlay()が実行される段階では、まだzoomが3〜5の範囲内ではない可能性があります。

minZoomとmaxZoomは、ジェスチャーでズームレベルを変更するときに初めて評価されるので、MAP_READYの時点ではzoomが3〜5ではないはずです。

直前にmap.moveCamera()を実行していますが、実際にズームレベルが変化するのには時間がかかります。それまでにmap.addTileOverlay()が実行されるので、エラーになります。

なので、コードとしては、以下のようになっていなければ間違いです。

map.addEventListener(plugin.google.maps.event.MAP_READY, function() {

  map.moveCamera({
      target: new plugin.google.maps.LatLng(49.701, -123.158),
      zoom: 5
  }, function() {

    map.addTileOverlay({
        getTile: function(x, y, zoom) {
            return "./image/tiles/" + zoom + "/" + x + "/" + y + ".png"
        }
    }, function(tileOverlay) {

    });  

  });

});
fujiokayu commented 7 years ago

ではここからは日本語で対応します。

Issue Tracker は後の資料にもなるので英語の方が良いかと思いましたが、日本語でご対応いただけるのであれば助かります。

なので、コードとしては、以下のようになっていなければ間違いです。

ありがとうございます。 例示していただいたようにコードを修正しましたが、iOS でクラッシュする事象は改善しませんでした。 ※修正は bitbacket のレポジトリにも反映しています。

wf9a5m75 commented 7 years ago

症状を確認の上、バグを修正しました。 プラグインの最新版(2.0.0-beta2-20170718-1442以上)を再インストールしてください。

あとコードを次のように変更してください。

var mapDiv = document.getElementById("map_canvas");
var map = plugin.google.maps.Map.getMap(mapDiv, {
    'mapType' : plugin.google.maps.MapTypeId.NONE,
    'preferences': {
        'zoom': {
        'minZoom': 3,
        'maxZoom': 5
        }
    },
    'camera': {
      target: new plugin.google.maps.LatLng(49.701, -123.158),
      zoom: 5
    }
});

map.one(plugin.google.maps.event.MAP_READY, function() {

  map.addTileOverlay({
      getTile: function(x, y, zoom) {
        return "./image/tiles/" + zoom + "/" + x + "/" + y + ".png"
      }
  }, function(tileOverlay) {
  });
});
wf9a5m75 commented 7 years ago

screen shot 2017-07-18 at 2 39 00 pm

fujiokayu commented 7 years ago

プラグインの最新版をインストールして実行したところ、アプリケーションのクラッシュが改善し、ローカルタイルが正常に表示されることを確認しました。

迅速にご対応いただき、誠にありがとうございました。