13,308 questions
-4
votes
0
answers
30
views
Clearkey plugin crashes when visiting Dash.js demo site [closed]
so I'm running Firefox 145.0.2 (64-bit) and the ClearKey plugin is crashing instantly when visiting the Dash.js demo, regardless of the setting "Play DRM-controlled content":
Here is the ...
0
votes
0
answers
60
views
iOS App Crashes on Launch After Upgrading React Native to 0.77.3 - New Architecture Incompatibility
I'm encountering a critical issue after upgrading my React Native app to version 0.77.3. The iOS app builds successfully in Xcode but crashes immediately upon launch. The crash appears to be related ...
-12
votes
1
answer
254
views
iOS app crashing in simulator after SwiftData refactor [closed]
I've been working on a small, SwiftUI/SwiftData app for personal usage. This has been going well until yesterday when I decided I should refactor the SwiftData side of things (split some tables up, ...
1
vote
0
answers
49
views
MacOS Bus Error and app crash when using PyQt6
I've been hobby writing a little budget tool for myself over the last few months, and have finally gotten some ok functionality. Decided to polish it a bit and make it act more like a GUI app.
Running ...
-1
votes
0
answers
76
views
React Native TextInput crash: NSInvalidArgumentException in RCTTextInputComponentView _selectionRange
Problem
My React Native app crashes with NSInvalidArgumentException when navigating between screens that contain TextInput components. The crash occurs specifically when text is selected in one ...
1
vote
0
answers
59
views
Cline AI Extension History Not Loading (in VS Code): Empty taskHistory.json and large task context (>10MB)
I’ve been using the Cline VSCode extension (formerly claude-dev) for several months with hundreds of tasks. The extension panel suddenly blanked out during an active session. After restarting VSCode, ...
0
votes
0
answers
58
views
Swiping UIPageViewController results in NSInternalInconsistencyException when padding is applied
I have an InfinitePager implementation that uses UIPageViewController under the hood. It works all good when the InfinitePager is taking up the full height of the screen. However, if it's not full ...
0
votes
0
answers
139
views
WebView2 control in an UWP app crashes the entire console on Xbox One
Long story short: an app with a WebView2 crashes the entire system if run on a retail Xbox One
I'm having this strange issue. The crash is not just the app closing, is the entire console that restarts ...
1
vote
0
answers
100
views
MmCopyMemory Fails (BSOD) When Writing to User Mode from Kernel Mode Driver on Windows 11
I'm trying to write to a user mode process by basically patching the user mode code section from a kernel mode driver on Windows 11. Here is my code:
// function declaration
NTSTATUS ...
0
votes
0
answers
75
views
package appears to be invalid: Attempt to read from field 'java.lang.String android.content.pm.PackageInfo.packageName' on a null object reference
I've got an Android Studio app that updates itself when new versions come out.
The update uses just fine on a few different older android versions except on Android Version 13.
I'm using a ...
1
vote
1
answer
118
views
Why does this Qt program that creates multiple QApplication objects crash unless I reset a dead local variable?
Program
If the following program is run on Windows with a single command-line
argument, it will crash:
# threading-crash.py
"""Reproduce a crash involving Qt and threading""&...
1
vote
2
answers
236
views
iOS app crashes with reason "The view should already be in the window before adding a _UIPassthroughScrollInteraction'" on iOS 26
I am getting a random crash in my app when running on a simulator while opening a view in a navigation stack. Running under iOS 26 SDK on a simulator with iOS 26.
Posting here in case someone else ...
2
votes
0
answers
258
views
libreact_featureflagsjni.so Not Found – React Native App Crashes on Startup
Issue: Android app crashes on launch with dlopen failed: library "libreact_featureflagsjni.so" not found after migrating for 16 KB page size with React Native 0.77.0
Context
I am upgrading ...
1
vote
1
answer
106
views
Aws::ShutdownAPI crashes when called by shared_ptr
I am designing a library where I need AWS SDK for S3 and Kinesis as wrapped sub-components. In an executable, Aws::InitAPI() and Aws::ShutdownAPI() can be called once, so I am trying to design a ...
0
votes
1
answer
44
views
FATAL: driver shader binary file not found
My app is working as expected till iOS18 but crashing on iOS 26 with below error
AGX: AGX: agxa_device_template.hpp:1467:setupCompiler: *** FATAL: driver shader binary file not found in (null) for ...
0
votes
0
answers
113
views
Excel VBA: WorkbookConnection.Refresh crashes on Windows but works on Mac - Power Query issue
Problem:
My Excel VBA application crashes during Power Query connection refresh. The exact same code and file work perfectly on Mac but show inconsistent behavior across Windows machines with similar ...
0
votes
0
answers
40
views
App crashes on startup after update due to FlutterCallbackInformation being null (WorkManager crash in DartExecutor)
I'm using the workmanager Flutter plugin (workmanager: ^0.8.0) to perform background tasks, and I'm encountering the following crash when the background task is triggered:
NullPointerException in `...
1
vote
0
answers
24
views
Why Blazor WebApp signalR crashes when large string is sent to UI?
While sending a large file data, streamed as a string from my backend to frontend, the blazor app crashes with the attempting to reconnect to server error. The app crashes when the file is loaded as a ...
0
votes
0
answers
163
views
tiktokbusinesssdk crashed on iOS26 [duplicate]
Runs Fine on All OS, just Crashes in iOS26
if(self.session == nil) {
self.session = [NSURLSession sessionWithConfiguration:[NSURLSessionConfiguration defaultSessionConfiguration]];
}
----Runtime ...
2
votes
0
answers
331
views
development build works, but release build crashes with 'NoSuchFieldException: No field mIsFinished in class MessageQueueThreadImpl'
Development build works, but release build crashes with:
7-07 21:45:07.112 19481 19770 W System.err: java.lang.NoSuchFieldException: No field mIsFinished in class Lcom/facebook/react/bridge/queue/...
0
votes
1
answer
69
views
How can I find the cause of crash in APK build only?
I’m working on a React Native app, it works perfectly fine in development mode, but when I build and run the APK version on a real device, the app crashes immediately with no visible screen.
What’s ...
-1
votes
1
answer
139
views
Expo iOS build crashes when building internal prod build but not with expo run:ios
My build crashes when running with
eas build --profile production --platform ios
But not with expo run:ios
eas.json:
{
"cli": {
"version": ">= 0.60.0",
&...
4
votes
3
answers
174
views
Flutter App Crash When Loading Large Maps?
I have a Flutter application, and I’ve tried a bit of everything so far. However, when I load certain maps into the app (ones larger than 2 MB), it crashes if I zoom in too deeply, and also if the ...
1
vote
2
answers
102
views
Looking for a workaround for `-RedirectStandardOutput` crash
I've discovered by accident that start-process crashes when a process started with the -RedirectStandardOutput outputs non-Latin characters.
Example python script:
print("Begin")
print("...
0
votes
0
answers
70
views
crashkernel doesn't load for raspberry pi 3B arm64 linux kernel
I have built 6.6.x linux kernel : https://github.com/raspberrypi/linux/tree/rpi-6.6.y for RPi3B+ (arm64 target). The rootfs came from buildroot-2025.05-arm64. I am running it on RPi3B+ and following ...
0
votes
0
answers
110
views
Got crash when using thread_local to describe unordered_map
I have tested the following code and the run crashed at when the map does ~_Hashtable() and clear().
This case is simplified from my project. And I do need to use thread_local to describe map. I want ...
4
votes
1
answer
146
views
Calling MIDINetworkSession.default() on iOS 26 simulator causes SIGABRT crash
Creating a brand new iOS app in Xcode 26 (beta 17A5241e), and modifying the App file thusly causes a SIGABRT crash when run in the iOS 26 simulator:
import SwiftUI
import CoreMIDI
@main
struct ...
0
votes
0
answers
56
views
React Native App Crashes After Splash Screen with "Inicializando..." Message - Expo Development Build
I'm developing a React Native app using Expo SDK and encountering a consistent crash issue. The app successfully displays the splash screen, then briefly shows an "Inicializando..." (...
0
votes
0
answers
19
views
iOS about FMDB crash, Crash when execute update data SQL
Take a look at the following two pieces of code;
Code1 : dont crash;
if (stockArr.count == 1) {
for (Stock *model in stockArr) {
model.TW = nil; // It was written this way on purpose; ...
0
votes
0
answers
31
views
Crash on android device for flutter image_cropper java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/appcompat/app/AppCompatActivity
Crash on android device with this error message:
java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/appcompat/app/AppCompatActivity
I found other people having crash problems with android ...
0
votes
0
answers
64
views
Tableview is crashing only on TestFlight build with Xcode 16.2 build
I'm working on the app, which uses a table view to display data from the API. Everything worked fine until Xcode 16. Now, when we are testing the build on a test flight with Xcode 16.2, the app ...
0
votes
0
answers
114
views
OMNeT++ crash when trying to open analyzes file
I just started working with OMNeT++ and installing it on my PC, I have a simulation from a github that I want to modify and add my components to.
This simulation works fine but when I try to see the ...
-1
votes
1
answer
66
views
Why does adding a provider crash android app? [duplicate]
Here is the problem in its minimal version. I have an android app that does nothing except print the sdk version in its onCreate method. I am using the AndroidManifest
<?xml version="1.0" ...
0
votes
1
answer
212
views
Windows Explorer hangs on drag & drop from WinForms DataGridView
I'm trying to create some kind of file explorer that has drag & drop capabilities and let the end-user drag & drop files from this custom file explorer directly to Windows Explorer to copy the ...
1
vote
1
answer
945
views
React native iOS crash on launch (EXC_BAD_ACCESS (SIGSEGV) - How do I find the code that's failing?
I'm taking over a React Native app from previous developers. I'm very new to development, but keen to learn.
When I deploy the iOS app to TestFlight and install the app on my iphone, it crashes on ...
0
votes
1
answer
129
views
SwiftData and SwiftTesting: ModelContainer created in init() crashes the test
Recently I started playing with SwiftData and Testing framework.
I stumbled across an interesting crash. It occurs when inserting the model into ModelContext. However it happens only if I create my ...
0
votes
0
answers
23
views
OnePlus 11 apps crashing (libc : Fatal signal 7 (SIGBUS), code 2 (BUS_ADRERR))
Using latest OS 15. Rooted via KSUN. When I open some apps it gets stuck in opening animation and the system server gets killed and a hot reboot is performed.
Any fix?
Here are pictures of logcat....
0
votes
0
answers
59
views
Can Array be declared with size as function argument, array[variable_size] in C Language (constraint - malloc should not be used) [duplicate]
I need to know if I can have variable as size of array in a loop and in a function.
NOTE: I cannot use malloc.
Using array sizes as shown below, Is it valid? Will it cause any runtime issues / crash / ...
0
votes
0
answers
426
views
Reg: iOS 18.4, crash happens when we set false to the usesClassicLoadingMode of URLSessionConfiguration
crash happens when we set 'false' to the 'usesClassicLoadingMode' of URLSessionConfiguration in iOS 18.4,
let config = URLSessionConfiguration.default
if #available(iOS 18.4, *) {
config....
1
vote
0
answers
142
views
.NET MAUI app crashes unpredictably when tapping the screen to create a popup
I'm developing an android only .NET MAUI app and experiencing random crashes when the user taps the screen to create a popup.
The crash happens unpredictably: sometimes when tapping very quickly, ...
0
votes
0
answers
28
views
How to fix crash ios production from expo go
The iOS production app, built from Expo Go, successfully downloaded a large amount of data (over 40,000 products). However, when trying to select data from these items, the app crashes. How can this ...
0
votes
0
answers
79
views
Watchdog terminates app on entering foreground
Please help me interpret stacktrace of a crashlog.
My iOS app crashes on entering foreground while being in background for some time. Crashlogs say that the watchdog terminated the app for being ...
0
votes
0
answers
593
views
Chrome/Edge crashing with error code: STATUS_BREAKPOINT. Only happens when debugging a specific "for of" loop
I'm having an issue with some code I'm trying to debug in Chrome/Edge. I think it's probably a bug, as it isn't happening with Firefox. I've managed to create a small test file that is causing others ...
1
vote
1
answer
167
views
.NET MAUI Community Toolkit V10.0 Popup stopped working
Toolkit:Popup works fine on .NET 9.0 and CommunityToolkit.Maui V.9.1.1.
I've tried to update to CommunityToolkit.Maui V.10.0.0.
But there have been some breaking changes in Version 10.0.0.
I know ...
0
votes
0
answers
93
views
Autoupgrade prestashop 1.7.8.8 to 8.1.7 - how to solve error with "upgradeDB" step?
I try to upgrade Prestashop from 1.7.8.8 to 8.1.7. I decided to use autoupgrade via cli option. I got an error (I have many more but finally resolved them but stuck here):
INFO - 506 files left to ...
0
votes
0
answers
69
views
Rare EXC_BAD_ACCESS (SIGBUS) KERN_PROTECTION_FAILURE crash when running function?
The following function could run several hundred times with no problem but will occasionally cause a EXC_BAD_ACCESS (SIGBUS). The last time it was a KERN_PROTECTION_FAILURE perhaps meaning it is ...
0
votes
0
answers
132
views
C# App crash on first launch after installation on Win 11 with unfamiliar stacktrace
Our desktop application is built on .NET framework 4.8 and uses a lot of WPF. Off late, there was a case of crash on launching the application after immediate installation with an unfamiliar stack ...
0
votes
0
answers
58
views
Flutter App Crashing in Vivo and Opp Devices
I am building a Flutter app. It runs smoothly in debug mode but crashes in release mode on the Play Store, especially on some Vivo and Oppo devices.
Below are the logs received from the Play Console.
...
9
votes
1
answer
540
views
Why is this simple program which uses std::async crashing?
As part of looking into Crash in __cxa_end_catch on AIX using XLClang++, I tried refactoring my reproducer to avoid using std::exception_ptr, to see if that would affect anything:
#include <cstdio&...
0
votes
0
answers
163
views
Crash in __cxa_end_catch on AIX using XLClang++
I'm still trying to debug the crash detailed in Crash in std::make_exception_ptr on AIX
Had the thought that it had something to do w/ the use of std::exception_ptr, since i refactored some code to ...