Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [crash]

A crash is the result of an unrecoverable error that causes the program to stop completely.

0 votes
0 answers
25 views

React Native 0.74.3 crashes when the app starts on Android 14 with Display over App enabled

package.json { "name": "Picky_Assist", "version": "0.0.1", "private": true, "scripts": { "android": "react-native ...
Anu Robinson's user avatar
0 votes
0 answers
13 views

my react-native typescript android app is crashing when i will redirect to screen in which i have used react-native-qrcode-scanner

"react-native-qrcode-scanner": "^1.5.5", "react-native-camera": "^4.2.1", "react-native-permissions": "^4.1.5", "react": "18....
vimi patel's user avatar
0 votes
0 answers
16 views

Xamarin crash : view not attached to window manager

I have recently started to get stability issues (crashes) reported when uploading my Xamarin app to the Google Play Console. Below is a sample stack trace: Exception java.lang....
SteveS's user avatar
  • 11
-3 votes
0 answers
15 views

My pc crash with blue screen, how can i solve it? [closed]

as the title suggests, I need your help because I haven't been able to resolve this problem. It all started when I tried to update the bios via the official "app center" application which ...
Gianluca Broccatelli's user avatar
-1 votes
0 answers
21 views

Outlook application crashing [closed]

Outlook is crashing after opening up for a few seconds. We are using the legacy outlook and not the "New" version that Microsoft is pushing out right now. These are the logs that I have ...
shelby's user avatar
  • 1
0 votes
0 answers
17 views

Whatsapp Business on IOS crashes after I connected it to the web application on a windows computer

The application will load for a little while and crash whenever I try to send a voicenote. It started after I tried linking it to a Windows whatsapp app on my computer. Also whenever I open Whats app ...
Jose Felipe Muñoz Lozano's user avatar
0 votes
0 answers
26 views

React Native app crashes on launch on emulator with 16 KB page size support

As we know that, beginning with Android 15, the Android system supports development devices that are configured to use a page size of 16 KB. If any android app uses native code (C/C++ code), then ...
Akhil Jaywant's user avatar
0 votes
1 answer
42 views

How do I handle a crash of a Golang (Gin) web server and recover with a new process?

I am in the process of writing a bunch of APIs. I am going to use Gin. I will deploy behind a reverse proxy (I am forced to use Apache). Like any process, I expect the Gin process to crash from time ...
Itay Moav -Malimovka's user avatar
0 votes
1 answer
20 views

Crash reporting tool which differentiate crash from my SDK and Client App in Android

I have an Android SDK and my clients integrate into their Apps, I have added FirebaseAnalytics and Sentry to detect my SDK crash but I am also getting the clients app crashes. How to filter it out or ...
user3606902's user avatar
-1 votes
0 answers
31 views

I have crashes and ANR errors in the Google Play Developer Console [closed]

In my application, I use a while loop . In each loop, I add a TableRow to the TableView When the number of loops is large, an ANR occurs because MainThread is busy I have tried using new Thread() but ...
fekhreddine bouziane's user avatar
2 votes
0 answers
151 views

App crashes on android 14 devices after mandatory update to targetSdkVersion to version 34 in React Native

After upgrading targetSdkVersion to version 34 and publishing a new version of my app in the Google Play Store, I receive an email from google stating that: Your app still uses a version of the Play ...
Afonso Salvador's user avatar
0 votes
0 answers
14 views

Juypter Notebook Crashes When Tensorflow and Keras is Used

Kernel Stops Running Whenever I use tensorflow, keras, or other libraries involving deep learning, the notebook crashes even though I installed the lasted version of these libraries. Anyone else have ...
ritesh pen's user avatar
0 votes
0 answers
33 views

Keyword 'Capture Page Screenshot' could not be run on failure: WebDriverException: Message: disconnected: not connected to DevTools

My team and I have been encountering this issue for a couple of months already. When running our automated tests (Robotframework) in gitlab (on a docker image), some suites fail sporadically with the ...
Rositsa Kyuchukova's user avatar
0 votes
0 answers
37 views

Flutter application crashes on iOS devices due to audio_players darwin plugin

I am currently facing an issue regarding my Flutter application. It is currently working fine on Android and all the relative devices but I have a problem with iOS simulators. The log that I am ...
Pietro's user avatar
  • 1
0 votes
0 answers
12 views

React server crashed unexpectedly with following error: node:internal/buffer:959, super(bufferOrLength, byteOffset, length); RangeError:

your textnode:internal/buffer:959 super(bufferOrLength, byteOffset, length); ^ RangeError: Array buffer allocation failed at new ArrayBuffer () at new Uint8Array () at new FastBuffer (node:internal/...
Nawab Saab's user avatar

15 30 50 per page
1
2 3 4 5
893