Android NDK built library crahes on devices but runs fine in emulator
I want to make DSP calculations by native code. This works well within the emulator (Android 4.2.2). But on several devices (Android 7 and 9) the lib built by the NDK let the app crash directly on...
View ArticleCardView is causing app to crash (shown in the picture)
I keep getting crashed everytime i run the code, i tried to remove the CardView codes and it's not crashed anymore. Can u help me guys, since im new to this environment and currently im working on a...
View ArticleNodejs won't start on heroku after deploy
I'm kind of noobie to NodeJs but I tried to publish an app that running locally to heroku.but it keeps throwing H10 errors after boot.at=error code=H10 desc="App crashed" method=GET path="/"...
View Articlecrash while reading the socket data - recv() - in objective-c
I'm trying to read data from the socket and it works fine most of the time.When I run the app for longer duration - app crashes and crashlytics points the crash to readingSocket() - this function just...
View ArticleWhy does Excel crash on Worksheet_Change event that changes the worksheet?
Private Sub Worksheet_Change(ByVal Target As Range)Dim lrow1 As LongDim lrow2 As LongDim cell As RangeDim sell As Rangelrow1 = Sheets("Sheet1").Cells(Rows.Count, 1).End(xlUp).Rowlrow2 =...
View ArticleVerify non-Google Play app installs using Play core library
Some context: Most of us may have faced this ResourceNotFoundException when we migrated to Android app bundle release method. It is evident that the issue is because of Side-loading the app. Reference...
View ArticlemacOSx / efficient CPU-limited program causes Panic Restart every 16 h;...
Trying to figure out why running some software that I am developing causes my Mac to do a panic restart every 16 h or so.In test cases, restarting & rerunning the code from where it leaves off...
View ArticleQRD450(android 9) google play service crash
In my devices of QRD450(Android 9) ,i install google play services,google play store ,google serviceFrameworks,google accounts.but when i open the play store,the system show the play serivces begin...
View ArticleEXC_CRASH (SIGABRT) happens during testflight (React Native)
I published my first app to TestFlight, and when I start the app, it imidiatly crashes.It is a EXC_CRASH. Never seen it before.I don't know what can be wrong, and hope that you guys can help me...
View Article(:0) Crashes
I have an app that on production crashes and the logs that I get are SIGTRAP(TRAP_BRKPT) (:0).I tried to reproduce the crash but I wasn't able to. I wanted to know what can I do in order to catch those...
View ArticleAlertDialog.show() makes my app crash
here's my problem :I'm trying to show a AlertDialog, but i can't seem to be able to do it.Here's my code :tv.setOnClickListener(new OnClickListener() { @Override public void onClick(View arg0) { final...
View Articleios - present UIAlertController on top of everything regardless of the view...
I'm trying to have an helper class that presents an UIAlertController. Since it's a helper class, I want it to work regardless of the view hierarchy, and with no information about it. I'm able to show...
View ArticleWhy does my if condition not prevent my script from crashing?
I have a script which I launch using terminal and it always works well but sometimes randomly it throws following error:TypeError: Cannot read property 'Name' of undefinedThis script goes through same...
View ArticleApp crashes with Telegram Api in Node "Too much data to fetch"
here's the problem.I've wrote an app with tlg module. LINK GITHUBI've developed using Mac Os and everything worked fine but when i've tried to move all the app to a new Centos 8 VM, recompiling TDlib...
View ArticleAndroid 9 Shutdown Broadcastcast cause system crash reboot
My app is system app,when i call system broadcast to shutdown ,the device crash and reboot .this system will crash when i call shutdown broadcastI call it with this method:Intent intent; if...
View ArticleSwiftUI crash when setting preference "precondition failure: invalid input...
Here is the code that used to work on swift 5.1 and broke in swift 5.2. I am trying to set a preference key value to use button's frame elsewhere:struct SubmenuButton: View { var buttonView: AnyView...
View ArticleInitializing structs over 12 bytes gets SIGILL
I'm trying to run a cross compiled executable on the following emulatorsystem-images;android-21;google_apis;armeabi-v7aI have the following...
View ArticleApp crash after remove value of Firebase Database
I have a problem when I try removing values of firebase database, It's works correctly but my app still crashing :/So I managed to get the code to work which adds a value to "Carte".But now I'm trying...
View ArticleMy JVM crashing frequently with SIGSEGV (0xb) at pc=0x00007fdaaca1d732,...
Problematic frame:C [libc.so.6+0x135732] __memmove_ssse3_back+0x1942
View ArticleSymbol Path Not Found in windbg
I have set the path as srv*C:\Users\swpapati\Desktop\admintool_crash\pdbs*http://msdl.microsoft.com/download/symbolswhere "C:\Users\swpapati\Desktop\admintool_crash\pdbs" exists and has the local copy...
View Article