DisplayAlert Method causing crash in xamarin.form
I'm using two entry in my xamarin form application. I want to check whenever the user click on a button, if these entries are empty display an error. currently i'm using the following method: if...
View ArticlePublished a Flutter app but the app is crashing when downloaded from the...
I recently published a Flutter app on the Google Play Store. The debug version of my app works fine but when I created a release version I got a lot of errors that got solved after I added...
View ArticleHow can I find what is causing my application to crash?
I have a file. When I open it in any recent version of our application, the app crashes. But only on my machine - it works fine on my colleague's machine. It also opens correctly if I start in...
View ArticleHow does one distinguish between file and content URIs when accessing sound...
I am a beginner Android engineer. We are observing multiple crashes related to lack of access to the sound assets, and I want to know how to best access the private sound files. Some of the stack...
View ArticleMy Kotlin Android Studio App Keeps Crashing When Pushing Button While Value...
Its a simle app that shows some information about any given number like if its odd or prime.Like the title said app works fine when any value is given but as soon as i push buton without it app...
View ArticleCrash reverseGeocode() NoClassDefFoundError ZonedDateTime
I am getting crash on GeocodingApi.reverseGeocode(geoApiCtx, loc).awaitIgnoreError() Log:java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/ZonedDateTime; at...
View ArticleApp crashes when removing listview items but works when connected to USB...
I have an app that has a listview. Early on it works, but then at on point clicking the listview results in a crash. So I connected it to android studio to check the logcat, but then the app suddenly...
View ArticleApp RunTimeException; how to debug when play console is unhelpful
I am developing a Camera based app, and while it works on my phone (when Studio uploads the apk via adb), a friend downloaded it for testing from the Google Play Store and he says that he keeps getting...
View ArticlePython not responding after executing plt.show()
I am using the following code and python stops responding after executing plt.show(). I noticed removing the next input command removes the error, however, I need to retain both commands.Next, I tried...
View ArticleFirefox build gives "[Parent][RunMessage] Error: Channel closing: too late to...
I built Firefox 57.0 using source code from here.After building it successfully, I ran ./firefox-57.0/objdir-ff-dbg/dist/bin/firefox --no-remote --headless file:///home/ug16zy2/test.html, it...
View ArticleHow to analyze crash dump of EXE/DLL files which were protected by vmprotect
I am confused about how people analyze crash dump files generated by exe/dll files which were protected by VMProtect(3.0 or later). Even though I have the original exe/dll, the map file, and the pdb...
View ArticleAcces Violation Exception Not Handled
I'm facing with an Acces Violation Exception from Third Party dll, that I can not capture. Note: Change the version of dll is nort possible. I tried the following things without result reading other...
View ArticlePython Turtle Crashes MacOS
Yes, I know there are already questions with a similar title, but I couldn't find a solution. My problem is that whenever I use turtle, it crashes the entire computer. A video is attached here. This...
View ArticleNeed bug fix on crash: thunk for @escaping @callee_guaranteed () -> () + 28 (:0)
This bug suggested a thread in a DispatchGroup is leaving early or not leaving. Hoping some senior iOS Swift devs can give thoughts on thisMy way to take care of this is to review each DispatchGroup...
View ArticleMaking a Snackbar Without a View?
I want to show a snackbar as soon as the user opens the Google Maps activity, but the thing is that there's no views in the activity to use as the first parameter of the activity (in the findViewById()...
View ArticleCrash on NotificationCenter addObserver call
I'm new to this project and Firebase has been added only recently, so I've some issue to figure out the reason of a crash (that I can't reproduce locally).It's a EXC_BAD_ACCESS KERN_INVALID_ADDRESS on...
View Articleambiguous runtime error causing the program to crash immediately
#include <bits/stdc++.h> using namespace std; int freq[101034]; int main() { int n; cin >> n; set<int> st; for (int i = 0; i < n; i++) { int x; cin >> x; freq[x]++;...
View ArticleUnderstanding crash report from iOS review process
I'm trying to upload an app to the iOS App Store but I'm getting rejection due to crashes (which I can't reproduce with the several simulations / devices I have.I'm attaching here the crash reports....
View ArticlePython stop working while trying to open spyder or anaconda navigator
I used to compile on Spyder at work, so I downloaded Anaconda 4.2 with python 3.5 64bit for installing it on my own pc too.But it doesn't work!Every time I try to open spyder or a Notebook, or even the...
View ArticleGetting DeadSystemException on Samsung SMG950U (Android 8.0.0) and SM 955...
I am working on a native android app & getting the following report in my Crashlytics but I am unable to figure the the exact reason for this.I have two activities SplashActivity and MapActivity in...
View Article