GeoServices crashed in iOS 13 beta

All in iOS 13 since 20190603 to now(20190719)

Most Device is iPhone X 52%

79% in Background, 21% in Foreground


crash log as this:

0 GeoServices <redacted> + 99364
1 GeoServices addr_obj::venue::TemplateFactory::TemplateForStyleAndParams(addr_obj::venue::TemplateFactory::TemplateStyle, addr_obj::venue::VenueInfoFormatterParams const&) const + 20
2 GeoServices addr_obj::venue::Formatter::fromPattern(addr_obj::venue::VenueInfoFormatterParams const&, addr_obj::venue::LabelContext) + 76
3 GeoServices addr_obj::venue::Formatter::Formatter(addr_obj::venue::VenueInfoFormatterParams const&, addr_obj::venue::LabelContext) + 28
4 GeoServices addr_obj::venue::Formatters::Formatters(addr_obj::venue::VenueInfoFormatterParams const&) + 64
5 GeoServices addr_obj::VenueInfo::VenueInfo(addr_obj::venue::VenueInfoFormatterParams const&) + 52
6 GeoServices addr_obj::V1AddressObject::V1AddressObject(addr_obj::Localization const&, addr_obj::Fingerprints const&, addr_obj::AddressObjectProto const&, addr_obj::AddressObjectBase::AddressObjectVersion const&) + 224
7 GeoServices addr_obj::V2AddressObject::V2AddressObject(addr_obj::Localization const&, addr_obj::Fingerprints const&, addr_obj::AddressObjectProto const&, addr_obj::AddressObjectBase::AddressObjectVersion const&) + 36
8 GeoServices addr_obj::AddressObjectFactory::fromProto(addr_obj::AddressObjectProto const&, addr_obj::Localization const&) const + 1232
9 GeoServices addr_obj::AddressObjectFactory::parseBytes(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const + 92
10  GeoServices addr_obj::AddressObjectFactory::fromBytes(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const + 536
11  GeoServices -[GEOAddressObject initWithPlaceDataAddressObject:placeDataAddress:placeDataInfo:placeDataEntity:language:country:phoneticLocale:] + 588
12  GeoServices +[GEOAddressObject addressObjectWithPlaceDataAddressObject:placeDataAddress:placeDataInfo:placeDataEntity:] + 528
13  GeoServices +[GEOAddressObject(PlaceDataExtras) addressObjectForPlaceData:] + 336
14  GeoServices +[GEOAddress(PlaceDataExtras) geoAddressForPlaceData:] + 32
15  GeoServices -[_GEOPlaceDataItem addressDictionary] + 32
16  GeoServices -[GEOMapItemStorage(GEOMapItem) addressDictionary] + 328
17  CoreLocation  CLGetControlPlaneStatusReport + 2940
18  CoreLocation  CLGetControlPlaneStatusReport + 5692
19  CoreLocation  CLClientCreateIso6709Notation + 32832
20  libdispatch.dylib _dispatch_call_block_and_release + 24
21  libdispatch.dylib _dispatch_client_callout + 16
22  libdispatch.dylib _dispatch_lane_serial_drain$VARIANT$armv81 + 564
23  libdispatch.dylib _dispatch_lane_invoke$VARIANT$armv81 + 404
24  libdispatch.dylib _dispatch_workloop_worker_thread + 576
25  libsystem_pthread.dylib _pthread_wqthread + 304
26  libsystem_pthread.dylib start_wqthread + 8

Replies

Hello kimi.wu,

We can see the same issue in our app. It happened 66 times in the last 30 days on iPad/iPhone with iOS 13 - 13.1.3.

Did you submit a bug report to Apple?


Currently, I don't have any solutions or tips too. The crash report is not informative.

Do you have any idea about this bug?


Thanks,

Anatoli

same thing is happening on my app, only for iOS13.


Crashed: CLGeocoder
0  GeoServices                    0x1aa2d0740 <redacted> + 99364
1  GeoServices                    0x1aa2b8330 addr_obj::venue::TemplateFactory::TemplateForStyleAndParams(addr_obj::venue::TemplateFactory::TemplateStyle, addr_obj::venue::VenueInfoFormatterParams const&) const + 20
2  GeoServices                    0x1aa37e9c0 addr_obj::venue::Formatter::fromPattern(addr_obj::venue::VenueInfoFormatterParams const&, addr_obj::venue::LabelContext) + 76
3  GeoServices                    0x1aa37eec8 addr_obj::venue::Formatter::Formatter(addr_obj::venue::VenueInfoFormatterParams const&, addr_obj::venue::LabelContext) + 28
4  GeoServices                    0x1aa380484 addr_obj::venue::Formatters::Formatters(addr_obj::venue::VenueInfoFormatterParams const&) + 64
5  GeoServices                    0x1aa385128 addr_obj::VenueInfo::VenueInfo(addr_obj::venue::VenueInfoFormatterParams const&) + 52
6  GeoServices                    0x1aa30d734 addr_obj::V1AddressObject::V1AddressObject(addr_obj::Localization const&, addr_obj::Fingerprints const&, addr_obj::AddressObjectProto const&, addr_obj::AddressObjectBase::AddressObjectVersion const&) + 224
7  GeoServices                    0x1aa311694 addr_obj::V2AddressObject::V2AddressObject(addr_obj::Localization const&, addr_obj::Fingerprints const&, addr_obj::AddressObjectProto const&, addr_obj::AddressObjectBase::AddressObjectVersion const&) + 36
8  GeoServices                    0x1aa2e1178 addr_obj::AddressObjectFactory::fromProto(addr_obj::AddressObjectProto const&, addr_obj::Localization const&) const + 1232
9  GeoServices                    0x1aa2e0468 addr_obj::AddressObjectFactory::parseBytes(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const + 92
10 GeoServices                    0x1aa2df268 addr_obj::AddressObjectFactory::fromBytes(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) const + 536
11 GeoServices                    0x1aa289e2c -[GEOAddressObject initWithPlaceDataAddressObject:placeDataAddress:placeDataInfo:placeDataEntity:language:country:phoneticLocale:] + 588
12 GeoServices                    0x1aa289afc +[GEOAddressObject addressObjectWithPlaceDataAddressObject:placeDataAddress:placeDataInfo:placeDataEntity:] + 496
13 GeoServices                    0x1aa289784 +[GEOAddressObject(PlaceDataExtras) addressObjectForPlaceData:] + 336
14 GeoServices                    0x1aa28be30 +[GEOAddress(PlaceDataExtras) geoAddressForPlaceData:] + 32
15 GeoServices                    0x1aa28baf0 -[_GEOPlaceDataItem addressDictionary] + 32
16 GeoServices                    0x1aa28b714 -[GEOMapItemStorage(GEOMapItem) addressDictionary] + 328
17 CoreLocation                   0x1a813ce40 CLCopyNearbyAssetSettings + 2836
18 CoreLocation                   0x1a813d900 CLCopyNearbyAssetSettings + 5588
19 CoreLocation                   0x1a81346b4 CLClientCreateIso6709Notation + 33092
20 libdispatch.dylib              0x1a4c6a610 _dispatch_call_block_and_release + 24
21 libdispatch.dylib              0x1a4c6b184 _dispatch_client_callout + 16
22 libdispatch.dylib              0x1a4c17404 _dispatch_lane_serial_drain$VARIANT$mp + 608
23 libdispatch.dylib              0x1a4c17df8 _dispatch_lane_invoke$VARIANT$mp + 420
24 libdispatch.dylib              0x1a4c21314 _dispatch_workloop_worker_thread + 588
25 libsystem_pthread.dylib        0x1a4cbaf88 _pthread_wqthread + 276
26 libsystem_pthread.dylib        0x1a4cbdad4 start_wqthread + 8


any help would be appreciated.

In iOS13, my app has the same problem as yours. Have you solved it? If so, how? Thank you very much!

Hello! In iOS13, my app has the same problem as yours. Have you solved it? If so, how? Thank you very much!