Unbuntu keeps randomly crashing?
The problem is just randomly when I open programs sometimes all my monitors flash off and on then I get logged out and all my programs that were running are gone, It's not a performance issue because I...
View ArticleHow to switch to AT&T assembly syntax from default Intel syntax in crash...
I am analyzing a kdump on crash utility on RHEL for the first time. The default syntax with disassembe is Intel style. How to change that to AT&T syntax?I tried searching the internet as well as...
View ArticleXamarin Android: Application crashes (missing libmonosgen-2.0.so)
Xamarin Studio 5.10.3 (build 27)Device: Xiaomi Mi4c (Android 5.1)I have a basic template of Android application, I'm trying to debug application. It crashes...Installed...
View Articleflutter - crash on Xiaomi Device running on Android 4.4 (Kitkat) - Firebase...
i got this error only on Xiaomi Device, especially on Android 4.4 (KitKat).My App suddenly crash at beginning, i have catch error log :E/AndroidRuntime(15685): FATAL EXCEPTION:...
View ArticleAndroid RecyclerView fail when inserting new items while it is scrolling
I have a problem when I try to insert new items to recyclerView/ adapter while recyclerView (list) is scrolling .Everything works fine when list is not scrolling but when I drag the list and try to...
View Articleandroid application is crashing after adding abmob dependencies in gradle
apply plugin: 'com.android.application'android { compileSdkVersion 29 buildToolsVersion "28.0.3" defaultConfig { applicationId "arvindo.bassboster" minSdkVersion 16 targetSdkVersion 29 } dependencies {...
View Articlejava.lang.NullPointerException: Attempt to invoke virtual method 'int...
I created an application that streams and plays any m3u8,rtmp,mp4,mov links using the latest ExoPlayer library. After that i added a Volume button inside the video_play_activity which serves for...
View ArticleAny reason why the NotificationCenter causes EXC_BAD_ACCESS on simulator, but...
I have this code here: @objc func buttonTapped(sender: DateFieldButton) { // Thread 1: EXC_BAD_ACCESS (code=1, address=0xfffe) here NotificationCenter.default.post(name: .dateFieldTapped, object: nil,...
View ArticleXamarin Forms - IOS app not starting, blue launching screen then crash
I have a xamarin forms application. Natively, there is no code written for IOS or Android. When I run the application on an Android simulator it works fine. But when I run it on IOS, it starts the app,...
View ArticleKali Linux crashes on second boot
I dual booted Kali Linux with Windows 10. Kali Linux works perfectly on first boot but then when I restart my laptop and selects Kali Linux it reaches the login option. When I sign in the kali crashes...
View ArticleGoogle Colab freezes my browser and pc when trying to reconnect to a notebook
I am training a Machine learning model in google colab, to be more specific I am training a GAN with PyTorch-lightning. The problem occurs is when I get disconnected from my current runtime due to...
View ArticleReading Swift symbols in Crashlytics log
One of my applications has been experiencing a few nasty bugs that nobody on our team can seem to recreate but are consistent for our users. We use Crashlytics for crash reports for our users and we...
View ArticlengModelChange or change event angular 8 is crashing the application
I've this simple of a selection component implementation below:<form #form="ngForm" (ngSubmit)="onSubmit()"><div *ngFor="let value of values"><select [name]="value.id"...
View ArticleSwiftUI app freeze with 100% CPU when canceling back swipe
The following code can make the running app unresponsive on iPhone (not iPad) or iPhone simulator. Xcode shows that the app consumes 100% CPU while allocating more and more memory.struct SecondView:...
View Articlecrash on reading/writing from socket in iOS
I have created a socket connection and it works fine. But sometimes it does crash if we run the app for the long time like 10 hrs or more. Here is part of crashylitcs log where I get crash at function...
View ArticleVBA slicercache export PDF loop breaking down Excel
I'm new to VBA and I've been trying to create a macro where we have a list of cost centres (total of 385) and the idea behind it is to go through them one by one through a slicer. After each value was...
View ArticleAndroid app is crashing after adding admod java code
Class:public class MainActivity extends AppCompatActivity { private AdView mAdView; TextView percents; Singleton m_Inst = Singleton.getInstance(); private int volume = 50; private int boost = 0;...
View ArticleXaramin Forms iOS application crashes at startup
I have been fighting a bug for a few days now. I have been looking everywhere on a solution to this. I am at my end on what I can do.Basically, my iOS app is crashing on startup. I am getting a SIGABT...
View ArticleHow can I debug a crash from the call to the undo command on a NSMenuItem?
I would like to be able to fix this crash on my OSX application, I've been seeing the crashes on my firebase console when users perform an undo action, from what I can see probably from a key command....
View ArticleAndroid app crashes after obfuscation, also obfuscated logs received in debug...
I am working on an Android app, that is in SIT testing phase. My idea is to release a debug obfuscated build to the testing team. For this I have added this piece of code in my build.gradlebuildTypes {...
View Article