Kotlin: sqlite database table not creating
Iam new to Kotlin. I am developing a "personality guessing" app. it was working fine but when i added SQLite database when I run it keeps crashing when i reach to activity on which SQLite is...
View ArticlePython openpyxl - on another PC
I wanted to automate some excel files for my mom at work and i used openpyxl to do it. I finished the project and on my pc it was working well. I used the command pyinstaller --onefile script_name.py...
View ArticleApp crash due to __destroy_helper_block_e8_32r40r
I have a crash about __destroy_helper_block_e8_32r40r. I have no idea about this helper block. When I read Crashlytics report, I can see Foundation, CoreFoundation, libobjc.A.dylib, NSRegularExpression...
View ArticleNative crash of RenderThread with signal 6 (SIGABRT)
Updates!See belowSituationWe're having a difficult to diagnose issue with our app. When we attempt to use an intent to have the camera app return a picture, we receive a low-level crash situation that...
View ArticleParent process unexpectedly killed by child cmd.exe process running java jar...
Info about the project: I am creating a C++ console application that manages a Minecraft server by listening to port activity. When server port is pinged, it starts the server and then periodically...
View ArticleImagick constructor crashes PHP/CGI
When I call the Imagick constructor PHP/CGI crashes.The imagick .dll is loaded in the php.ini file (extension) and I've got imagick installed.I am using EngineX (NGINX) and PHP 5.3.4.I am using thread...
View ArticleMobile app is crashing when lot of users try to access the live video
I have recently got an education app developed which live streams the lectures. We are using YouTube for live streaming it on our app.But when the live streaming starts, the app crashes due to huge...
View ArticleIs it possible to crash this program somehow?
I am currently learning C in one of my courses at the university. Now we have a task to solve and I am not sure how to do it.The task looks like this:"Is it possible to let this program crash with user...
View Articlemysql server crashes, and reported problems with a table
I have a large phpBB forum running on a Debian server. For the last couple of months, I get a periodic mySQL crash (approx every 10-14 days). This manifests itself by showing a "too many connection...
View ArticleiOS Distribution signing - Crash on startup on non-debug builds
I'm having a very weird problem happening with my iOS signing with which I've been struggling for a while.It goes like this: sign an app with a development certificate/profile, and run it on a device,...
View Articlecatch(...) is not catching an exception, my program is still crashing
I'm having a problem with a tester that my application crashes in initialization. I added more logging and exception handling but it still crashes with the generic "this program has stopped working"...
View ArticleAbout infinite loop and memory crash
When I made a program using Visual Studio, I accidentally caught an infinite loop several times. I was embarrassed to see the same sentence being printed very quickly, so I just closed the console....
View ArticleHey I cant get into Login activity app crash [closed]
This is Logcat please help me2020-06-06 01:40:07.638 14733-14733/com.cwk.mydairy E/AndroidRuntime: FATAL EXCEPTION: main Process: com.cwk.mydairy, PID: 14733 java.lang.RuntimeException: Unable to start...
View ArticleCrashlytics is not sending Crash report from iPhone
I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard is displaying that, I've successfully added the app. However, it's not...
View ArticleStrange freezing when using UITextField
I have UITableViewController that segues to another tvc. In this vc, the first cell has a UITextField. Firstly, if I go on the storyboard and set a placeholder text for the UITextField, when I then try...
View ArticleAndroid studio crashes suddenly
I have a very annoying problem with android studio on windows 10. After developing for some hour, it suddenly crashes and gets closed immediately without error messages. And the worst is that all my...
View ArticleWamp server : the configuration file contains a syntax error on line 7
When i tryto start wampServer, i get this error : Aestan Tray MenuThe configuration file contains a syntax error on line 7: [EparseError] No tray icon was specified. Please assign a tray icon by using...
View ArticleHow can I debug EXC_BAD_ACC (code=2, address=xxx)?
When I try to run my app, I keep getting a crash named "Thread 1: EXC_BAD_ACCESS (code=2, address=0x7ffee5fe2f08)". (The address can vary from crash to crash.)I don't know how to solve this problem....
View ArticleIndexOutOfBoundsException inside setStoppedState of WindowManagerGlobal
The top crash in our app only happens for Android 9, and only for a handful of devices, like ZTE, TCL, Hisense, BLU, HYUNDAI. As we don't have access to any of these devices, we were not able to...
View ArticleSimultaneous accesses to 0x1c0a7f0f8, but modification requires exclusive...
my project uses both Objective-C and Swift code. When a user logs in, it calls a set of apis for user preference, I have a DataCoordinator.swift class which schedules the API operation and I make this...
View Article