FreshMvvm icon indicating copy to clipboard operation
FreshMvvm copied to clipboard

SIGABRT: Popped page does not appear on top of current navigation stack, please file a bug. IOS Xamarin

Open sbs-surendhar-kabilan opened this issue 3 years ago • 2 comments

while clicking on backbutton pressed this occur in appcenter

NavigationRenderer.OnPopViewAsync (Xamarin.Forms.Page page, System.Boolean animated) INavigationPageController.RemoveAsyncInner (Xamarin.Forms.Page page, System.Boolean animated, System.Boolean fast) NavigationPage.PopAsyncInner (System.Boolean animated, System.Boolean fast) NavigationPage.PopAsync (System.Boolean animated) PageModelCoreMethods.PopPageModel (System.Boolean modal, System.Boolean animate) PageModelCoreMethods.PopPageModel (System.Object data, System.Boolean modal, System.Boolean animate) AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) NSAsyncSynchronizationContextDispatcher.Apply () (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr) UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) Application.Main (System.String[] args)

sbs-surendhar-kabilan avatar Sep 21 '21 07:09 sbs-surendhar-kabilan

Do you have a project where we could see this repro?

munkii avatar Sep 21 '21 08:09 munkii

@munkii This issue was logging in to the App center on the iOS platform and we can't able to reproduce this issue. Please see the stack trace.

{ "length": 0, "offset": 0, "id": "14bf9a1e-bc25-424e-b796-07daee3f3a3b", "exception": { "type": "System.NotSupportedException", "message": "Popped page does not appear on top of current navigation stack, please file a bug.", "stackTrace": " at Xamarin.Forms.Platform.iOS.NavigationRenderer.OnPopViewAsync (Xamarin.Forms.Page page, System.Boolean animated) <0x101fcfcd0 + 0x00108> in <b051e9cbd93541f597d16d8eff25e3d4#57fbc24b1770ee91619cf6be7d954f5d>:0 \n at Xamarin.Forms.NavigationPage.Xamarin.Forms.INavigationPageController.RemoveAsyncInner (Xamarin.Forms.Page page, System.Boolean animated, System.Boolean fast) <0x101d34750 + 0x00253> in <361de4fd2138410a8d727d37bccf8e01#57fbc24b1770ee91619cf6be7d954f5d>:0 \n at Xamarin.Forms.NavigationPage.PopAsyncInner (System.Boolean animated, System.Boolean fast) <0x101d34470 + 0x001ef> in <361de4fd2138410a8d727d37bccf8e01#57fbc24b1770ee91619cf6be7d954f5d>:0 \n at Xamarin.Forms.NavigationPage.PopAsync (System.Boolean animated) <0x101d33210 + 0x004bc> in <361de4fd2138410a8d727d37bccf8e01#57fbc24b1770ee91619cf6be7d954f5d>:0 \n at FreshMvvm.PageModelCoreMethods.PopPageModel (System.Boolean modal, System.Boolean animate) <0x1021b8070 + 0x00473> in <c1f1d60a460941bc82899cfb78f0c2ec#57fbc24b1770ee91619cf6be7d954f5d>:0 \n at AutoVHC.EditVHCItemPageModel.SaveClickCommandExecute (System.Boolean popPage) <0x100e04030 + 0x03d17> in <02ac0c8046f647eb9ad7a253f889776c#57fbc24b1770ee91619cf6be7d954f5d>:0 ", "wrapperSdkName": "appcenter.xamarin" }, "properties": { "message:": "Popped page does not appear on top of current navigation stack, please file a bug.", "siteCode:": "775212" }, "appId": "5993bbda-3072-45e5-9418-a260aa66a94f", "installId": "A21749D3-F790-4454-91D9-03C2AF91AA6D", "isTestMessage": false, "timestamp": "2022-02-14T08:23:29.25Z", "sid": "1eb433c6-acc9-4033-a6e0-a866008836a8", "device": { "sdkName": "appcenter.ios", "sdkVersion": "4.3.0", "wrapperSdkVersion": "4.4.0", "wrapperSdkName": "appcenter.xamarin", "model": "iPad7,5", "oemName": "Apple", "osName": "iOS", "osVersion": "14.7.1", "osBuild": "18G82", "locale": "es_ES", "timeZoneOffset": 60, "screenSize": "2048x1536", "appVersion": "3.2.2", "appBuild": "4.9", "appNamespace": "com.btcsolutions.autovhcbtc", "wrapperRuntimeVersion": "12.6.0" } }

sbs-surendhar-kabilan avatar Feb 15 '22 05:02 sbs-surendhar-kabilan