Fixed
Status Update
Comments
mi...@gmail.com <mi...@gmail.com> #2
Didn't see this in the last month. Please close it.
mi...@gmail.com <mi...@gmail.com> #3
Thanks - please respond to this bug thread if you see it again.
mi...@gmail.com <mi...@gmail.com> #4
I've also seen this problem when displaying a map on a SamSung SII. I had no GPS fix at the time, not sure if that is important. It happened both when initially displaying a map and then on onResume.
W/dalvikvm( 5284): threadid=34: thread exiting with uncaught exception (group=0x4001e578)
I/WindowOrientationListener( 2715): orientation = 352.51413 Tilt = 50.829815 -- 0 , 6 , 7
E/ ( 2715): Dumpstate > /data/log/dumpstate_app_error
E/AndroidRuntime( 5284): FATAL EXCEPTION: GLThread 42
E/AndroidRuntime( 5284): java.lang.NullPointerException
E/AndroidRuntime( 5284): at java.nio.ReadWriteDirectByteBuffer.put(ReadWriteDirectByteBuffer.java:201)
E/AndroidRuntime( 5284): at java.nio.IntToByteBufferAdapter.put(IntToByteBufferAdapter.java:206)
E/AndroidRuntime( 5284): at maps.aa.i.e(Unknown Source)
E/AndroidRuntime( 5284): at maps.aa.i.d(Unknown Source)
E/AndroidRuntime( 5284): at maps.ab.ao.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.ab.ax.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.as.aw.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.w.g.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.w.g.b(Unknown Source)
E/AndroidRuntime( 5284): at maps.q.p.l(Unknown Source)
E/AndroidRuntime( 5284): at maps.q.p.run(Unknown Source)
W/dalvikvm( 5284): threadid=34: thread exiting with uncaught exception (group=0x4001e578)
I/WindowOrientationListener( 2715): orientation = 352.51413 Tilt = 50.829815 -- 0 , 6 , 7
E/ ( 2715): Dumpstate > /data/log/dumpstate_app_error
E/AndroidRuntime( 5284): FATAL EXCEPTION: GLThread 42
E/AndroidRuntime( 5284): java.lang.NullPointerException
E/AndroidRuntime( 5284): at java.nio.ReadWriteDirectByteBuffer.put(ReadWriteDirectByteBuffer.java:201)
E/AndroidRuntime( 5284): at java.nio.IntToByteBufferAdapter.put(IntToByteBufferAdapter.java:206)
E/AndroidRuntime( 5284): at maps.aa.i.e(Unknown Source)
E/AndroidRuntime( 5284): at maps.aa.i.d(Unknown Source)
E/AndroidRuntime( 5284): at maps.ab.ao.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.ab.ax.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.as.aw.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.w.g.a(Unknown Source)
E/AndroidRuntime( 5284): at maps.w.g.b(Unknown Source)
E/AndroidRuntime( 5284): at maps.q.p.l(Unknown Source)
E/AndroidRuntime( 5284): at maps.q.p.run(Unknown Source)
ad...@gmail.com <ad...@gmail.com> #5
Still seeing this issue (very frequently). I have a very similar stack trace too.
sc...@fathousesoftware.com <sc...@fathousesoftware.com> #6
Adam - You can still run and debug on the device. It's a bit slower, but it works just fine.
aw...@google.com <aw...@google.com> #7
Any updates on this issue?
This is crashing my app also.
This is crashing my app also.
we...@gmail.com <we...@gmail.com> #8
Also getting this on my app. Any fix for it?
ta...@gmail.com <ta...@gmail.com> #9
None as far as I know, I still see the crashes daily.
fr...@gmail.com <fr...@gmail.com> #11
I also saw this crash in my logs on November 20th. It still exists I guess.
[Deleted User] <[Deleted User]> #12
I got the same issue today. Using Samsung Tab P620 , android 4.0.3. But the solution suggested in point #10 works.
pr...@gmail.com <pr...@gmail.com> #13
In my case, I was loading static fragments that contained maps in a viewpager, some of the fragments not being visible would result in this crash of the maps. I changed the design to not load maps in a fragment that is not visible and the crashes went away.
Description
Affected products:
- Google Analytics SDK for iOS 3.0.0
- Xcode 5 GM - Version 5.0 (5A1412)
- Objective-C
When building an iOS app that
1- has a deployment target of iOS 7
2- uses "Google Analytics SDK for iOS 3.0.0"
3- built with "Xcode 5 GM - Version 5.0 (5A1412)"
4- targets the simulator
there is a linker error:
ld: in /Users/mpv/Downloads/GoogleAnalyticsServicesiOS_3.0/libGoogleAnalyticsServices.a(GAI.o), too many compact unwind infos in function anon for architecture i386
Full error:
Ld /Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Products/Debug-iphonesimulator/CuteAnimals.app/CuteAnimals normal i386
cd /Users/mpv/Downloads/GoogleAnalyticsServicesiOS_3.0/GoogleAnalytics/Examples/CuteAnimals
setenv IPHONEOS_DEPLOYMENT_TARGET 7.0
setenv PATH "/Applications/Xcode5-GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode5-GM.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode5-GM.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode5-GM.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -L/Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Products/Debug-iphonesimulator -L/Users/mpv/Downloads/GoogleAnalyticsServicesiOS_3.0/GoogleAnalytics/Examples/CuteAnimals/../../Library -L/Users/mpv/Downloads/GoogleAnalyticsServicesiOS_3.0/GoogleAnalytics/Examples/CuteAnimals/../../.. -F/Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Products/Debug-iphonesimulator -filelist /Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Intermediates/CuteAnimals.build/Debug-iphonesimulator/CuteAnimals.build/Objects-normal/i386/CuteAnimals.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -framework SystemConfiguration -framework CoreData -framework UIKit -framework Foundation -lGoogleAnalyticsServices -Xlinker -dependency_info -Xlinker /Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Intermediates/CuteAnimals.build/Debug-iphonesimulator/CuteAnimals.build/Objects-normal/i386/CuteAnimals_dependency_info.dat -o /Users/mpv/Library/Developer/Xcode/DerivedData/CuteAnimals-hcjxkiktahqizbamtpjswpbjnddy/Build/Products/Debug-iphonesimulator/CuteAnimals.app/CuteAnimals
ld: in /Users/mpv/Downloads/GoogleAnalyticsServicesiOS_3.0/libGoogleAnalyticsServices.a(GAI.o), too many compact unwind infos in function anon for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Steps to reproduce:
1- Download "Google Analytics SDK for iOS 3.0.0"
2- Open the included sample project "CuteAnimals" with "Xcode 5 GM - Version 5.0 (5A1412)"
3- Change the deployment target to 7.0
4- Build for the iOS simulator
5- Observe the linker error