The argument type 'Context' can't be assigned to the parameter type...
im facing the error in snackbar context im not able to do resolve this i applied path library, dart.js, this.context but cant resolve the errorScaffoldMessenger.of(context).showSnackBarshow red snake...
View ArticleApp crashes when using Firebase database (no error in logcat)
I tried to used Firebase Realtime Database and Storage to get images into my application, however when i launch it, i immediately crashes without any error showing in the logcat. I've searched for...
View ArticleAndroid app development - Native crash Randomly --Abort message: 'ubsan:...
I created the application which connects socket to get some data, this application needs to non-stop to running and refresh data when getting web socket broadcast.But when the application runs around...
View ArticleApp crashes after submitting request with Retrofit and Kotlin
I am a beginner with both Kotlin and Android Studio and I'm encountering problems when trying to connect to my API via an Android application running on Kotlin using the Retrofit library.The process...
View ArticleE/libprocessgroup: set_timerslack_ns write failed: Operation not permitted
The app that I am developing has a Google Map in its home fragment which is inside a navigation drawer. When I press the back button from a fragment opened by the menu in the navigation drawer the app...
View ArticleDecoding output of StackWalker with PDB
I used the StackWalker library (https://github.com/JochenKalmbach/StackWalker) as suggested by many people online for my C++ application. We deployed an executable without PDBs for security purposes....
View ArticleiOS app with framework crashed on device, dyld: Library not loaded, Xcode 6 Beta
This crash has been a blocking issue I used the following steps to reproduce the issue:Create a Cocoa Touch Framework projectAdd a swift file and a class DogBuild a framework for deviceCreate a Single...
View ArticleAndroid App Keep On Crashing In API_Lev 23 [duplicate]
I am new to android devI have made as simple app in android (for api_version greater than 23) which fetches the name of all running apps. But the app doesn't work properly. When I click the button the...
View Articleflutter web crash on opening browser for debugging
I'm using Android Studio, when I run the project on chrome or edge I see the splash screen, and then, usually I see this:EDIT - happened after adding await Firebase.initializeApp();
View ArticleHow to handle NaN (Not a number) in Swift correctly?
I have a function that calculates the width of the cells for me based on a CollectionView. This layout is dynamic. In the simulator I repeated the case that the width / height of the CollectionView is...
View ArticleFirefox: Sorry, we're having trouble getting your pages back
When I close FF via CMD:Process process = Runtime.getRuntime().exec("taskkill /F /T /PID " + PID);And reopen FF I get the following:Sorry, we're having trouble getting your pages back... We are...
View ArticleC - crashing program [closed]
I'm learning C and my program is crashing with segmentation error.while(1){ char *parsedLine[2]; char *p = strtok (client, " "); for (int i=0; i<2; i++) { parsedLine[i] = p; p = strtok (NULL, " ");...
View ArticleA Native Collection has not been disposed, resulting in a memory leak....
I implemented adMob mediation in Unity which has inMobi and Unity ads integrated in it. However my game can be built for android but it is crashing as soon as it starts (after the Unity splash screen...
View ArticleMySQL crash (mysqld got exception 0xc0000005)
I use MySQL 8.0.24 on Windows Server 2016 1607 (in an ESX environnment) and have regulary some MySQL crashes (the MySQL service stops) always with the same stored procedure call ; last week, I was...
View ArticleNode.js heap out of memory
Today I ran my script for filesystem indexing to refresh RAID files index and after 4h it crashed with following error:[md5:] 241613/241627 97.5% [md5:] 241614/241627 97.5% [md5:] 241625/241627...
View ArticleOut of memory on R using linux but not on Windows
I'm trying to manage large datasets or files (e.g., GeoTIFF) on plain R (via terminal) or RStudio (1.4.1106), but both apps crash every time on Linux (Manjaro, x64, core i7, and 8 GB RAM) for some...
View ArticleAndroid Webview crashes on Samsung & Android 11
This is the stacktrace we are seeing on Firebase:Fatal Exception: java.lang.RuntimeExceptionUsing WebView from more than one process at once with the same data directory is not supported....
View ArticleHow to find the cause for an undescriptive TypeScript compiler error?
I get a strange compiler error. It states: RangeError: Value undefined out of range for undefined options property undefined.My feeling so far is, that the compiler runs internally into a loop and...
View ArticleProgram runs but its freezing [closed]
when i clicked build and run button, my program is running. But some point the program stopped without end title. I waited a few minutes and end title shows up. Why is it doing?. I didn't add my codes...
View ArticleUnity crashes Suddenly
I used unity a long time and suddenly it started to crash (on every unity version). My upm.log:[2021-01-24T13:16:36.882Z][INFO] Creating server instance[2021-01-24T13:16:36.932Z][INFO] Starting...
View Article