Skip to main content

Questions tagged [crash]

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

-1 votes
1 answer
16 views

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

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
80 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
11 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
26 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
29 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
10 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
0 votes
0 answers
47 views

Why does earlier gdb gets OSError: [Errno 22] or the latest crash when starting a dap session?

I was trying to debug on nvim using the dap functionality of gdb 14.2 (installed via msys2), but a message Debug adapter didn't respond. Either the adapter is slow (then wait and ignore this) or there ...
Caiyhg's user avatar
  • 1
0 votes
0 answers
26 views

How to handle properly the systemd journal handle invalidation due to the log rotation

I have a journal-forwarder application running on an embedded Linux system managed by systemd. The application is similar to the example on this page: https://www.freedesktop.org/software/systemd/man/...
user3518295's user avatar
2 votes
1 answer
39 views

App Crashes Whenever Trying To Read File Saved Into Internal Storage In Android application

I'm trying to create a simple android application where value from a text field is saved into a file and is then later displayed on screen in a text composable on a button press, however the ...
Bob Rasner's user avatar
1 vote
1 answer
163 views

Visual Studio Code 1.91.0 not opening on macOS 11

My Device: iMac (Retina 5K, 27-inch, Late 2014) running macOS Big Sur version 11.7.10 Problem: This problem started when I clicked on install update. Only now it doesn't even turn on Visual Studio ...
Woyal's user avatar
  • 55
0 votes
0 answers
7 views

Explorer crash on double cleicl on file to execute, but

I have got a new computer and I migrated all my file. Some of files transfered crashes when double clcking or throwing the "open" command in the contextual menue. When copying those file ...
SQLpro's user avatar
  • 4,777
0 votes
0 answers
35 views

NavigationStack crashes when poping scrolling view on iOS 16

Investigating strange navigation bug in my iOS app. I'm using NavigationStack for push-navigation and a dedicated ObservableObject Communicator which holds current NavigationStack's path. What I want ...
FunnyHorse's user avatar
1 vote
0 answers
65 views

During operation, the react native 0.74.2 app crashes

07-08 11:33:57.225 1466 2034 E HwDetectorWithState: a: 3 07-08 11:33:58.746 29556 29821 E AndroidRuntime: FATAL EXCEPTION: mqt_native_modules 07-08 11:33:58.746 29556 29821 E AndroidRuntime: Process: ...
Anu Robinson's user avatar
0 votes
0 answers
54 views

error: Error: Unable to resolve module missing-asset-registry-path from "path"

"error: Error: Unable to resolve module missing-asset-registry-path from C:\Users\USER\Desktop\picky_anu_anshif\node_modules\react-native\Libraries\LogBox\UI\LogBoxImages\chevron-right.png: ...
Anu Robinson's user avatar
0 votes
0 answers
54 views

Why does this seemingly innocuous range-v3 code crash?

I have some usage of Range-v3 roughly like so: std::vector<Foo> vec = co_await scanFoo(); auto toProcess = vec | views::filter([&](auto&& e){ return myPredicate(e); }) | views::...
stp2924's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
893