Assigned
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Thank you for this post.
In case you are not aware, Directions API has
js...@lyft.com <js...@lyft.com> #3
Hello thanks for response, I am aware about Direction APIs and we even intgrated it to show blue line but I want direction UI plugin embeded in mobile app like the way it is in google maps where we can guide users about turns and everything please see attachments
ma...@google.com <ma...@google.com> #4
Hoping for earliest reply, Thanks in advance
Description
The stack trace looks like this:
```
EXC_BAD_ACCESS: Stack overflow in radr://5614542
0 libobjc.A.dylib object_cxxDestructFromClass(objc_object*, objc_class*)
1 libobjc.A.dylib _objc_destructInstance
2 libobjc.A.dylib __objc_rootDealloc
3 libobjc.A.dylib _objc_release
4 [REDACTED] -[GMSServerResourceRequest .cxx_destruct] ([REDACTED])
5 libobjc.A.dylib object_cxxDestructFromClass(objc_object*, objc_class*)
6 libobjc.A.dylib _objc_destructInstance
7 libobjc.A.dylib __objc_rootDealloc
8 libobjc.A.dylib _objc_release
9 [REDACTED] -[GMSServerResourceRequest .cxx_destruct] ([REDACTED])
10 libobjc.A.dylib object_cxxDestructFromClass(objc_object*, objc_class*)
11 libobjc.A.dylib _objc_destructInstance
12 libobjc.A.dylib __objc_rootDealloc
13 libobjc.A.dylib _objc_release
14 ...
```
There appears to be an infinite loop in the C++ destructor for the GMSServerResourceRequest type. If that's the case, auditing the destructor should be enough to identify the cycle.