Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sbs-surendhar-kabilan opened this issue Sep 21, 2021 · 2 comments

Comments

@sbs-surendhar-kabilan
Copy link

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.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)

@munkii
Copy link

munkii commented Sep 21, 2021

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

@sbs-surendhar-kabilan
Copy link
Author

sbs-surendhar-kabilan commented Feb 15, 2022

@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"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants