microsoft / SmartHotel360-Mobile

SmartHotel360 Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Signal 11 at launch

smeilhac opened this issue · comments

I try the application on many devices running on Android 8, 6 or 5 and always get a Fatal Signal 11 while splash screen displaying.

Here is the log during application loading :

smarthotel_signal11_log.txt

It seems to appear after the 2nd call of
await (page.BindingContext as ViewModelBase).InitializeAsync(parameter);
in SmartHotel.Clients.Core.Services.Navigation.NavigationService for Login page.

I've to run the application without modification or with all nuget packages up to date and the result is the same.

We have fix this with a latest version.