energyplug / geobeagle

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

GeoBeagle Force Close in CacheList when Menu is open and orientation is changed #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reported by georg

D/GeoBeagle( 4990): CacheListRefresh.refresh
D/AndroidRuntime( 4990): Shutting down VM
W/dalvikvm( 4990): threadid=3: thread exiting with uncaught exception 
(group=0x4001e170)
E/AndroidRuntime( 4990): Uncaught handler: thread main exiting due to uncaught 
exception
E/AndroidRuntime( 4990): java.lang.NullPointerException
E/AndroidRuntime( 4990):        at 
com.google.code.geobeagle.activity.cachelist.GeocacheListController.onMenuOpened
(GeocacheLi
stController.java:93)
E/AndroidRuntime( 4990):        at 
com.google.code.geobeagle.activity.cachelist.CacheListDelegate.onMenuOpened(Cach
eListDelega
te.java:103)
E/AndroidRuntime( 4990):        at 
com.google.code.geobeagle.activity.cachelist.CacheListActivity.onMenuOpened(Cach
eListActivity.
java:97)
E/AndroidRuntime( 4990):        at 
com.android.internal.policy.impl.PhoneWindow.openPanel(PhoneWindow.java:505)
E/AndroidRuntime( 4990):        at 
com.android.internal.policy.impl.PhoneWindow.openPanelsAfterRestore(PhoneWindow.
java:1590)
E/AndroidRuntime( 4990):        at 
com.android.internal.policy.impl.PhoneWindow.access$1500(PhoneWindow.java:86)
E/AndroidRuntime( 4990):        at 
com.android.internal.policy.impl.PhoneWindow$DecorView.onAttachedToWindow(PhoneW
indow.j
ava:2043)
E/AndroidRuntime( 4990):        at 
android.view.View.dispatchAttachedToWindow(View.java:5567)
E/AndroidRuntime( 4990):        at 
android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:1032)
E/AndroidRuntime( 4990):        at 
android.view.ViewRoot.performTraversals(ViewRoot.java:676)
E/AndroidRuntime( 4990):        at 
android.view.ViewRoot.handleMessage(ViewRoot.java:1613)
E/AndroidRuntime( 4990):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 4990):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 4990):        at 
android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime( 4990):        at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime( 4990):        at 
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 4990):        at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime( 4990):        at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime( 4990):        at dalvik.system.NativeStart.main(Native Method)
I/Process (  155): Sending signal. PID: 4990 SIG: 3
I/dalvikvm( 4990): threadid=7: reacting to signal 3
I/dalvikvm( 4990): Wrote stack trace to '/data/anr/traces.txt'

Original issue reported on code.google.com by stephen5...@gmail.com on 6 Dec 2009 at 11:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in 1.0.2.

Original comment by stephen5...@gmail.com on 1 Feb 2010 at 5:28