irfan-arshad-arbisoft / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Crash on x86 emulator #1478

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the x86 Emulator with Google API 
2. Launch MyTracks
3. Record a track, stop recording, open the track, use the UP button to go back.

Application crashes

Debugging last words:

03-18 09:19:28.854: E/StrictMode(2298): A resource was acquired at attached 
stack trace but never released. See java.io.Closeable for information on 
avoiding resource leaks.
03-18 09:19:28.854: E/StrictMode(2298): java.lang.Throwable: Explicit 
termination method 'close' not called
03-18 09:19:28.854: E/StrictMode(2298):     at 
dalvik.system.CloseGuard.open(CloseGuard.java:184)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.content.ContentResolver$CursorWrapperInner.<init>(ContentResolver.java:2
255)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.content.ContentResolver.query(ContentResolver.java:485)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.content.ContentResolver.query(ContentResolver.java:404)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.google.android.apps.mytracks.content.MyTracksProviderUtilsImpl.getWaypointCo
unt(MyTracksProviderUtilsImpl.java:673)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.google.android.apps.mytracks.TrackListActivity$9.bindView(TrackListActivity.
java:380)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.support.v4.widget.CursorAdapter.getView(CursorAdapter.java:256)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.google.android.apps.mytracks.SectionResourceCursorAdapter.getView(SectionRes
ourceCursorAdapter.java:53)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.AbsListView.obtainView(AbsListView.java:2263)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.ListView.makeAndAddView(ListView.java:1790)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.ListView.fillDown(ListView.java:691)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.ListView.fillFromTop(ListView.java:752)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.ListView.layoutChildren(ListView.java:1616)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.AbsListView.onLayout(AbsListView.java:2091)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.View.layout(View.java:14817)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewGroup.layout(ViewGroup.java:4631)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.LinearLayout.setChildFrame(LinearLayout.java:1671)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.LinearLayout.layoutVertical(LinearLayout.java:1525)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.LinearLayout.onLayout(LinearLayout.java:1434)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.View.layout(View.java:14817)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewGroup.layout(ViewGroup.java:4631)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.FrameLayout.onLayout(FrameLayout.java:388)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.View.layout(View.java:14817)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewGroup.layout(ViewGroup.java:4631)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.android.internal.widget.ActionBarOverlayLayout.onLayout(ActionBarOverlayLayo
ut.java:374)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.View.layout(View.java:14817)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewGroup.layout(ViewGroup.java:4631)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.widget.FrameLayout.onLayout(FrameLayout.java:388)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.View.layout(View.java:14817)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewGroup.layout(ViewGroup.java:4631)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewRootImpl.performLayout(ViewRootImpl.java:1987)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1744)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1000)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5670)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.Choreographer.doCallbacks(Choreographer.java:574)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.Choreographer.doFrame(Choreographer.java:544)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.os.Handler.handleCallback(Handler.java:733)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.os.Handler.dispatchMessage(Handler.java:95)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.os.Looper.loop(Looper.java:136)
03-18 09:19:28.854: E/StrictMode(2298):     at 
android.app.ActivityThread.main(ActivityThread.java:5017)
03-18 09:19:28.854: E/StrictMode(2298):     at 
java.lang.reflect.Method.invokeNative(Native Method)
03-18 09:19:28.854: E/StrictMode(2298):     at 
java.lang.reflect.Method.invoke(Method.java:515)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
03-18 09:19:28.854: E/StrictMode(2298):     at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
03-18 09:19:28.854: E/StrictMode(2298):     at 
dalvik.system.NativeStart.main(Native Method)
03-18 09:19:29.024: A/libc(2298): Fatal signal 11 (SIGSEGV) at 0x00000000 
(code=1), thread 2333 (Thread-126)
03-18 09:19:29.304: E/InputDispatcher(1271): channel 'b127a0a0 
com.google.android.maps.mytracks/com.google.android.apps.mytracks.TrackListActiv
ity (server)' ~ Channel is unrecoverably broken and will be disposed!

Original issue reported on code.google.com by Mezze...@gmail.com on 18 Mar 2014 at 1:23

GoogleCodeExporter commented 9 years ago
Sorry, not sure the cause and the x86 emulator is not something we plan to 
support.

Original comment by jshih@google.com on 1 Apr 2014 at 10:42