Error was detected while a C++MEX interface was running which crashed Matlab...
I am wrapping a C++ code into Matlab by using mex C++ interface. Although compiling was successful, Matlab crashes when running the function in the code and I do not what is causing it! I am using...
View ArticleiOS App crashes only on release mode with segmentation fault
I have an old iOS app that's only crashing on Release Mode. It's using some objective-c extensions and I found that under one of the extension, if I removed a line that look something...
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 ArticleApp crash when requestFocus for EditText on Android 10
I've found strange behavior in my app, which now is not working as I expect. The app just crashes, but few day ago all wokrs well.So, I open one activity from another, where I have several views like:...
View ArticleAzure Linux Web Apps (Node) Crash with message: " Segmentation fault (core...
Two azure webapps that run node js 10.14.1 version on linux started crashing unexpectedly this week (since 27th of January 2021 till today 29 of January 2021). They crash very rarely (just 4 times as...
View ArticleOKHTTP 3 MediaType as "application/x-www-form-urlencoded" crash issue
I was trying to implement postman's working as following for android app:Here is my java codes: MediaType CONTENT_TYPE = MediaType.parse("application/x-www-form-urlencoded"); RequestBody requestBody =...
View ArticleNVCC Compiler Crashes after hours of compilation
For some reason, NVCC is crashing when trying to compile a GPU program with very long double-precision arithmetic expressions, of the form// given double precision arrays A[ ], F[ ], __global__...
View ArticleGetting 0xC000041D crash in simple directX12 application
I have a simple Window class and I use a function for WM_PAINT that clears the render target view and presents the final image.so there's not much into it but I get a crash on line FLOAT clearColor[] =...
View ArticleFatal TypeError: Cannot read property 'id' of undefined - Public Server SSH...
[Fatal] TypeError: Cannot read property 'id' of undefinedPhoto of crashing filesThe file I suspect " FFA "how can you fix this error ::(Full document : https://github.com/Adil950/OgarMulti
View ArticleUnity Lost Script After Crash [closed]
I wrote a couple lines of code and my pc freezed i waited a bit to no respone. So I decided to restart my pc while visual studio and unity was open. Since I wrote just a couple of lines i thought...
View ArticleApp crashes when trying to set `ImageBackground`
I have two fragments: RadlerKarte and DeckFragment. In RadlerKarte you can click a button choose. If you press that button, the fragment changes to DeckFragment. There you can click 9 different...
View ArticleWhy will Slick2D SOMETIMES crash when I run it?
ProblemIm testing my game development & Java skills with Slick2D by attempting to create a simple platformer. This wasn't the first time this has happened, but it has really been getting on my...
View ArticleApp is closed when using the exoplayer in video app
I/ACodec: [OMX.SEC.aac.dec] signalFlushI/ACodec: [OMX.SEC.aac.dec] ExecutingState flushing now (codec owns 0/5 input, 8/9 output).I/ACodec: [OMX.SEC.aac.dec] Now FlushingI/ACodec: [OMX.SEC.aac.dec]...
View ArticleHow to resolve chrome driver crashing after 3 to 5 minutes
I have been facing an issue with chrome driver, which is automatically crashing after running 5 minutes. we are utilizing chrome driver 79.0.39 version and chrome browser 79.0.39 version.we running the...
View ArticleProblem with icon after install again Android Studio
Some days ago I change my hard disk, so I need to re-install Android Studio. When I clone my project again some icons don't work (others are shown well). Icons are in right folder (when I have mouse...
View ArticleA strange crash : (Crashed: Thread : SIGSEGV 0x0000000000000038)
The trace file is below:enter image description hereenter image description hereThis crash happened on different devices and os version (Android 4 ~ Android 10).Two questions:1.what may cause this...
View ArticleSIGSEGV on high sierra without a stacktrace
Our app has started crashing for some users only on macOS 10.13.6 with the following crash logs. This doesn't tell us much. We've tried making several tweaks and nothing's helping. How do we figure out...
View ArticleHow to fix SwiftUI environnementObject error on AppStore crash?
My app on AppStore got two crashes that look very similar.This crash seems to append when I call function that use a environnement object SubscriptionManager.By analysing the error stack I think It...
View Articlejava.lang.NullPointerException crashing my android app [duplicate]
I am new to android app programming and for ages my app kept crashing. I looked at the android vitals and it said this was causing the crash: java.lang.NullPointerException.I don't know how to fix it...
View ArticleRandom Crash in webrtc native library
I am getting this error randomly on some device when I request to close peerconnection on release build.I have tried to set pro-guard rule for this but still getting below error.Please help me on this...
View Article