random crash in WPF application : "Invalid index at...
We experience following crash at random moments in our WPF application : Invalid index at MS.Win32.UnsafeNativeMethods.GetWindowText(HandleRef hWnd, StringBuilder lpString, Int32 nMaxCount) at...
View ArticleHMS Dexguard Obfuscation issue
I have implemented dexguard in my application. Application is working when no obfuscation is done but crashes as dexguard obfuscation is done.it gives the error.Caused by:...
View ArticleC# application crashing with exit code 80131506
Good morning,My 32-bit C# application is crashing with following information in event log:Application: Application.exeFramework Version: v4.0.30319Description: The process was terminated due to an...
View ArticleNo crash report version in mycrash.crash
I sent application to Appstoreconnect and its rejected for a crash. I try to symbolicate to this crash and follow this answer.I created all the necessary things and my Folder looks likesymbolicatecrash...
View ArticleAll browsers are crashing using Selenium
Hi there I'm new to coding but especially to python/selenium et.c. so please bare with me.I've been trying to develop a scrapper for Facebook for an art project by using Selenium. After some dabbling...
View ArticleVs Code, pylance stops for no reason
It starts and stops all the time.Highlighting and autocompletes goes missing.I think something is forcing it to stop, then it autostarts again.I reinstalled VScode a few times, tried reinstalling...
View Articlehow to store ArrayList Values if programe crashes?
I am running a 4*4 maze all possible solution finding programme.I have set up a method that takes a random combination Value of"R, G, B, Y" as aStrin and checks if the given String is a valid solution...
View ArticleVisual Studio freezes and then closes when trying to write C++ code
I'm a complete beginner and have never used Visual Studio before. (Except for the 'Code' version)I recently decided to learn C++ and for this reason downloaded the new 2022 version of the official...
View ArticleCrashlytics not appear crash in dashboard
I added Firebase Crashlytics in my project and I force created a crash with the below code. The crash was created and logged in logcat but didn't appear in Crashlytics dashboard! I enabled debug...
View ArticleStrange crashes on android: com.xkcopyrightpage.Entra$O0000000.run and...
After releasing recent update of my app, strange crashes start to appear in Firebase crashlytics related to com.xkcopyrightpage package which not belongs to my app, or any of its dependencies. Said...
View ArticleCrash on ios 15: CA::Display::DisplayLink::timer_status_callback
My app crashed about 200 times per month on iOS 15, and I failed to solve it.The crash reports shows like following:Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: KERN_INVALID_ADDRESS at...
View ArticleCrash on iOS 15 happens in background
We are getting a lot of reports into App Store Connect from testers about background crashes. In most cases, it happens when our application is not in the foreground, for example, the customer is...
View Article- Heroku Crash --- Worker failed to boot
Every now and then with my Django project launched on Heroku, it crashes. I know it is a change I am making somewhere but I cannot figure out what I am doing that is causing it. It's not completely...
View ArticleHeroku - Application error - Heroku crashes when DEBUG = False
I just figured out how to host my static files on Whitenoise and they are being hosted perfectly when DEBUG = False. I had to host them this way because in production I kept getting 500 errors because...
View ArticleDestroy method crashes program
I have a class Entity which has a destroy method used to delete it and free dynamically allocated memory that it has stored. It compiles without any errors, but whenever I use the destroy method...
View ArticleAccess crash when hitting breakpoints
I've got a project in Access 2010 that runs without issues. That is, until I add a breakpoint and I try to debug code. As soon as it reaches the first breakpoint, the VBA project opens up and about 1...
View Article_kDartIsolateSnapshotInstructions SIGSEGV error while running production...
Everything was working fine until one day I decide to go back to an old commit and repair some features. After doing this, the project will just close after reaching the home screen.App flow: Login...
View ArticleiOS app crashes on [UIApplication...
I have a common crash since iOS 15 was introduced. Unfortunately for me, I am not able to reproduce it with my iPhone X (iOS 15.0) and I am also not able to understand why and where it happens from the...
View ArticleI am having this crash for several times now and I could not figure it out...
Fatal Exception: android.database.CursorIndexOutOfBoundsExceptionIndex 0 requested, with a size of 0In the file I have this code val cursor: Cursor = downloadManager.query(query) cursor.moveToFirst()...
View ArticleXamarin iOS build crashes only on TestFlight
I have an app that has been working fine in production and on Testflight. However, recently our customer upgraded to iOS 15 and the app started crashing for them on startup. I looked into this and was...
View Article