admin管理员组文章数量:1346189
I am trying to make a .NET MAUI app in Visual Studio 2022, and I am experiencing a recurring crash issue immediately after the login screen. The problem occurs as follows:
I start Visual Studio and run the project – everything works fine.
After restarting Visual Studio, the app crashes after the login page.
If I discard changes to a specific .dll file using GitHub Desktop, the app works again.
However, after debugging and restarting Visual Studio, the crash happens again.
My colleague experiences the crash every time after the login page, regardless of what he does. (We work together on the project with Github)
Debug Output (Last Logs before Crash): scss
[libc] Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7dc5a323b01f in tid 12057 (xpertsmobileapp), pid 12057 (xpertsmobileapp)
Other logs reference ImeTracker, InputMethodManager, and InsetsController right before the crash, suggesting it might be related to UI rendering or input handling.
Additional Info: Using .NET MAUI , .Net 8.0
Developing in Visual Studio 2022
GitHub Desktop is used for version control
The crash disappears if I discard changes to a specific .dll
The app crashes at the same point (after login) for my colleague every time
Developing for android 14.0 with vs emulator
Has anyone encountered a similar issue? What could cause a .dll change to trigger this behavior? Any debugging suggestions would be appreciated.
What have i tried? I tried discarding only the .dll file and it worked, but after restarting visual studio the issue was back. I tried reinstalling the emulator, device etc. but it didn't help. I tried reverting my last changes before the error occured but it didn't help either.
Thank you very much in advance and please let me know if more information is needed as I'm trying to improve my question asking.
本文标签: cNET MAUI App crashes after login with SIGSEGV (Segmentation Fault)Stack Overflow
版权声明:本文标题:c# - .NET MAUI App crashes after login with SIGSEGV (Segmentation Fault) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743824172a2545332.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论