Crash when SVG is used as small Icon for notification
I've set a small icon to my notificaton builder using NotificationCompat.Builder builder = new NotificationCompat.Builder(mContext) .setSmallIcon(R.drawable.location_off_24dp); location_off_24dp is...
View ArticleJava 9.0.1 OpenJdk crashed the JVM with problem with AdaptiveWeightedAverage
My application failed for a customer crashing the JVMI have these details:# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb6b48b12, pid=31447, tid=31508 #...
View ArticleAndroid app crashes on launch due to constrain layout
I try to run my app but I keep getting this error:java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.nachum.pap/com.example.nachum.pap.MainMap}:...
View ArticleFlutter app crashs and restart from splash screen when using camera function
I want to click an image and send it to the server. the code works well if we are using gallery function but fails to work when it is swap by camera function.I am able to open the camera, click the...
View ArticleSystem crashing dual boot win 10 Ubuntu 18.04 [closed]
Ubuntu crash outputBoth on Ubuntu and windows, my computer will come to a grinding hault and throw errors. It happens randomly. Ram is good and hard drive checks don't show immediate problems. Happens...
View ArticleUnexpected turning off monitors after pluging to pycharm laptop
During work in Pycharm i have monitors issue. When I launch them, laptop crush and monitors turning off. Do you know what's going on? Any ideas?
View ArticleTerminated due to signal 13 in swift iOS
My app got crashed with Terminated due to signal 13 error while i am running it.App is getting crashed during this method execution.@objc func handlePipeNotification(notification: Notification) {...
View ArticleProgram Crash C++ [closed]
I have tried writing a program which idetifies Euler's indicator for numbers lower than a variable DIM. It keeps crashing. I think one of the arrays is the problem. I have tried to tweak my code in...
View ArticleSwift app crashes when I call method from dependecy project (framework)
I'm trying to create a modular architecture in my project but I came across a very strange error.I have a project called Application and another called Core.In "Application" I have a storyboard that...
View ArticleFlutter URL launcher Google Maps crashes App
A couple of days ago launching both Google Maps and Apple Maps perfectly fine. I updated Flutter to its newest Version while on master channel to 1.13.1. I assume after updating it stopped working. So...
View ArticleXCode always crash when click on configurations settings
I tried to solve the error below:"...Pods-Scanner.debug.xcconfig: unable to open file (in target "Scanner" in project "Scanner")"However, when I try to click on those setting, it always crashed....
View ArticleNot able to launch app after adding build flavours
I am using android build flavours in react-native application. The app crashes immediately after launch. Below is the build.gradle file flavorDimensions "default" productFlavors { prod {...
View ArticleThe Attempt to invoke virtual method 'android.content.res.Resources...
I try to use a fragment to network call on a Button Click Listener, however, when I click the button to begin network, it will work But When I Double Click Button (Fastly) the program unexpectedly...
View ArticleAVPlayerItem externalMetadata unrecognized selector
This piece of code is crashing on iOS 12 with unrecognised selector exception:[AVPlayerItem externalMetadata]: unrecognized selector sent to instanceHowever, this code is not crashing on iOS 13.Apple...
View ArticleHow to catch a Swift crash and do some logging
In Objective-C, the NSSetUncaughtExceptionHandler can register some functionality to do some last minute logging about the exception.This doesn't catch something crashing from Swift.Is it possible to...
View Articleapp crashes immediately without giving any information in the debug
I am trying to run search Function in app and it crashes immediately without giving any informationmy mvvm codevar userSearch = _apiServices.SearchEmailansPasswordUserAsync(Email ,...
View ArticleAndroid app stops after pull-to-refresh action
I got the following problem: I'm making an android webview app using fragments, and I want to implement a SwipeToRefresh action.I tried to do it, but the app stops immediately after user's...
View ArticleWhy does my VBA code crash when cycling through workbooks with links?
The code below is intended to update a specific link (the B2 ref) for all Excel files in a given folder (the B1 ref). There's an additional condition that it will only save the file down if the number...
View ArticleApp crash while creating input pipe in Swift iOS
My app got crash with error Terminated due to signal 13.I am creating input pipe and on that line app got crash with above reason. public func openConsolePipe() { inputPipe = Pipe() outputPipe = Pipe()...
View ArticleGoogleMaps SDK crashing app after modularization of project
I have a working project with GoogleMaps in it that works fine. I made a copy of that project to make the project modular and now I get an EXC_BAD_ACCESS error when I try to open the map.here is my pod...
View Article