Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
46 views

Building Crashpad for Android with HTTPS support

I'm trying to build the crashpad repo for Android to enable my application with crash reports. The crash reports will be submitted to a Backtrace server and I would like to ensure that the upload is ...
UndefinedDev's user avatar
0 votes
1 answer
488 views

React Native app with version <=0.65 for android is crashing in real device when targetSdkVersion is bumped from 33 to 34

I am using RN version 0.64.0. When I changed targetSdkVersion from 33 to 34, my react native android is crashing. ENV: RN: 0.64.0 Node: 16.16.0 Gradle version (updated): 7.4.2 Gradle plugin version (...
Btbrad's user avatar
  • 11
0 votes
0 answers
279 views

dSYM file missing on Xcode 15 archive

In Xcode 14, when I archived my project, it generated a .dSYM file within the .xcarchive. Since upgrading to Xcode 15, this no longer get generated. Why? (I do not believe I changed any project ...
Paul Masri-Stone's user avatar
0 votes
0 answers
486 views

SIGNAL 6 Abort trap: 6 Terminating Process

In our application we have telematics functioanlity which uses location,activity etc. while traveling the application crashes and shows Exception Type: EXC_CRASH (SIGABRT) Exception Codes: ...
vijay's user avatar
  • 1
0 votes
1 answer
73 views

Connecting 3rd party Crash Analytics to Google Play's Crash Analytics

I am new to the Google Play Store Console, and noticed some crashes and ANRs reported in the GP console that I have not seen on my 3rd party crash analytics dashboard. However, Google only reports the ...
ordinary_puddle's user avatar
-1 votes
1 answer
87 views

Crash Report Error in xcode for SwiftUI: ForEachChild.updateValue

I'm seeing this crash report error: (myAppName) closure #1 in closure #1 in closure #1 in closure #1 in closure #1 in myView.body.getter SwiftUI closure #1 in ForEachChild.updateValue() SwiftUI ...
Xenius's user avatar
  • 41
0 votes
0 answers
113 views

React Native iOS app crashes on launch with error: didFinishLaunchingWithOptions

Suddenly after a recent release my app started crashing on launch. The crash is not related to changes that was made to app, because even reverting changes won't help. here is the stacktrace: Last ...
Ana Koridze's user avatar
  • 1,757
0 votes
0 answers
19 views

Unknown Exception type for crash detail on Google play console. My exception type seems to be reduced to an obfuscated abbreviation

Before I used to get a meaningful known Exception type for the crash details for my app on Google Play Console. But for some time now I don't see what the exception type is. Only the rest of the ...
Njuacha Hubert's user avatar
2 votes
0 answers
87 views

Weird crash with FocusBrigde.hasHostingController.getter in SwiftUI

This is a bug I have been trying to identify and fix for more than 3 weeks. This bug mostly happens in production. The stack trace doesn't help that much, because it looks like the app is crashing due ...
Perjan Duro's user avatar
0 votes
1 answer
260 views

How can I delete specificsession data from datadog?

I was integrating Datadog in one of my projects for crash reporting and session tracking. Since, the project is currently in progress, I was looking to delete some of the dummy sessions from datadog. ...
PGDev's user avatar
  • 24.3k
0 votes
0 answers
548 views

How to fix Google Chrome crashes whenever i try to open an incognito tab

Google chrome crashes whenever I try to open up an incognito tab. Whenever i try to ctrl shift n or alternative ways, google chrome shuts down and I have to restart it. I'm on google 123.0.6312.4. I'...
Lerong D's user avatar
0 votes
0 answers
114 views

Crash of the software when forwarding a libtorch model

My software is crashing when I try to forward my libtorch model and I don't understand why. I compiled with Visual Studio 2019 (v142), ISO C++20, libtorch 2.0.0+cu118 Here is the code: struct ...
Laurick's user avatar
0 votes
0 answers
45 views

Seeking Assistance for iOS App Crash Due to objc_msgSend [duplicate]

I hope this message finds you well. We are currently facing a critical issue with the app on iOS, resulting in frequent crashes. After thorough analysis, we have identified a specific problem related ...
Genki's user avatar
  • 1
0 votes
0 answers
121 views

Can you help me with my first crash report of type NO_CRASH_STACK?

For the first time ever I discovered on App Store Connect that one of my apps had a number (19 to be precise) on the crashes column. So, I opened Window > Organizer and then I found out that there ...
Alexnnd's user avatar
  • 759
6 votes
1 answer
1k views

java.lang.NoClassDefFoundError: Failed resolution of: Lcom/facebook/drawee/backends/pipeline/info/ImagePerfDataListener;

Once i intall the app in the android device, once i try to open it, it suddenly crashes and closes. always having same issue even though i did reset-cache and gradlew clean. java.lang....
Jono's user avatar
  • 79
1 vote
0 answers
52 views

How to open crash reports from PLCrashReporter into XCode to get the line number of crash

I am able to get the crash reports from PLCrashReporter after the app runs again. But even after symbolicating the crash report. It still not giving line number of crash. Though its providing Class ...
Sajid Zeb's user avatar
  • 1,958
1 vote
0 answers
135 views

How to interpret this Apple App review crash report section?

Can someone explain this section of a crash report we have received from an iOS app submission that crashes on launch. Review device details: Device type: iPhone OS version: iOS 17.0.3 Exception Codes:...
Gomu Miyashita's user avatar
0 votes
2 answers
866 views

How to symbolicate a JSON crash report from Apple app review submission

I have submitted an iOS app for review. The reviewer was unable to review the app as it crashes on launch. The crash report is in a JSON format that is different from the format found in the Apple ...
Gomu Miyashita's user avatar
0 votes
0 answers
47 views

How to add custom information to a Play Store crash report?

I am trying to debug an error reported on "Crashes and ANRs" on the Play Store, which I suspect is triggered by specific user input in a field (which I am allowed to collect per my app's ...
chesterbr's user avatar
  • 3,050
1 vote
1 answer
1k views

React Native app crashes / aborts right on start

I have react-native project, which is building and running fine in debug mode, but when I run it in release mode, app is opening on iOS simulator and closing in a 1 sec. then I'm getting crash report: ...
Arkadi's user avatar
  • 1,317
0 votes
0 answers
125 views

my Clion2022 always crashes for no reason,and this is its report

# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000016ab2bd6, pid=23924, tid=14792 # # JRE version: OpenJDK Runtime ...
LittleShark's user avatar
0 votes
1 answer
523 views

Xcode - Not locating crashes in project from organizer

I am having problems with checking crash log in xcode. I have uploaded app on testflight. all crash report available on appstoreconnect. but not able to locate the logs within project repository. It ...
Monali Palhal's user avatar
1 vote
0 answers
114 views

Debugging a Bluetooth crashing problem on my Android tablet

I have a Samsung Galaxy Tab S6 Lite 2022 and I use it with Rouvy to do indoor bike rides. Rouvy connects to the bike and to my heart rate monitor using Bluetooth. Every 30 minutes or so, the tablet ...
Jon's user avatar
  • 11
0 votes
0 answers
956 views

The window terminated unexpectedly (reason: crashed, code: 135)

Whenever I open vscode it shows popup with message (The window terminated unexpectedly (reason: crashed, code: 135)). Editor to initialize. OS version : Ubuntu 22.04.2 LTS Vs code : 1.80.1 Solutions ...
Harwinder Singh's user avatar
0 votes
1 answer
1k views

TestFlight does not showing crash log for specific Beta Tester

We have recently released an app on TestFlight, and TestFlight includes a useful feature for automatically capturing crash reports. Whenever a user encounters a crash, TestFlight usually displays a ...
Hiral Jotaniya's user avatar
1 vote
1 answer
78 views

App crashing after clicking login button in Android studio

So, this app is for my class library, but whenever I click login in the 1st activity after putting in my details, the app crashes. Please look at this issue. My 1st Main activity code: package com....
Soham Bhole's user avatar
0 votes
0 answers
691 views

Unity Game Crash occurring 10 to 20 seconds after game load

I have recently released an early access game using Unity HDRP. Unlike the demo version, I have received reports from a few users about experiencing crashes approximately 10-20 seconds after loading ...
Sunil Jeong's user avatar
1 vote
1 answer
1k views

React Native App crashes when i open it on my real android device with no errors on console in emulator

I am building a react native app, when i first started the build after i completed 2 screens of it, i created the apk file and installed it on my device, it opened perfectly without any crash. But now ...
f1ian's user avatar
  • 113
1 vote
0 answers
541 views

Blazor MAUI Hybrid read console log in Production after crash

We have a Blazor MAUI Hybrid app that is crashing in production for one of our users but it works great on our test devices. The user gets the "An unhandled exception has occurred". How can ...
Smith5727's user avatar
  • 741
2 votes
1 answer
980 views

How can I resolve iOS publish crashing on opening?

Managed Expo React-Native Workflow Issues App crashes immediately only on iOS and only when published to TestFlight Hello, I'm still getting acquainted with the new codebase and this whole expo/react-...
ChrispyRice's user avatar
0 votes
0 answers
192 views

Where is __asan::ReportGenericError saving its report?

I'm getting the following crash report for my macOS launch daemon when it exits: (An abridged version): Process: MyService [30028] Path: /Library/PrivilegedHelperTools/*/...
c00000fd's user avatar
  • 22.2k
0 votes
0 answers
916 views

vulkan problem when running Unrealeditor for the first time

when i tried to run unrealeditor for the first time ,i see this crash on crash reporter window: Fatal error: [File:./Runtime/VulkanRHI/Private/VulkanUtil.cpp] [Line: 931] VulkanRHI::vkCreateQueryPool(...
user21915696's user avatar
-2 votes
1 answer
349 views

Beginner's guide - Crash log of expo eas built apk on the actual device

Good day My expo react-native app works fine on Expo Go but crashes on the device after a successful EAS build. Can anyone please either explain or direct to a good tutorial - How to get the crash ...
user2100041's user avatar
2 votes
0 answers
309 views

How to get Electron CrashReporter with my own express server?

I have followed the great post electron-crashreporter-stay-up-to-date-if-your-app-fucked-up, but the express POST API fails to process the crash file. I'm using electron version "15.0.0" in ...
Ida Amit's user avatar
  • 1,685
15 votes
1 answer
728 views

Strange crashes reported by Crashlytics on a Google "Mainline" device?

On almost every Play Store release of my app, I get weird crash reports of certain resource files being missing. Decompiling the APK shows the resources are there. The crashes are always by 1 user on ...
idunnololz's user avatar
  • 8,363
0 votes
1 answer
42 views

IOS Reading Appstore crash logs

So I submitted an app to the apple store, they rejected it saying it was crashing on them, which I can't duplicate, they sent me a crash log file, but I am not 100% sure how to read it. Crashed: com....
AvidKain's user avatar
0 votes
0 answers
45 views

Cannot figure out the factor of crashes

It's from Xcode organizer crash report. Crash happened when the app started, it seemed that doesNotRecognizeSelector caused the problem, but not like it used to be, the report did not point out the ...
jdleung's user avatar
  • 1,098
6 votes
0 answers
611 views

XCode: Unable to download crash information

I have an app in testflight, and am trying to look at the Crash information. I went to the Organizer, clicked on Crashes, chose the version, and clicked load. It spun for a while then came back with ...
Joel Smallwood's user avatar
0 votes
2 answers
157 views

Is there any way that i can give these ADB commands in a single-line?

D:\Users >adb shell msmnile_gvmq:/ # cd /data/anr msmnile_gvmq:/data/anr # ls anr_2023-03-15-14-41-51-747 I tried like this, D:\Users >adb shell cd /data/anr ls /system/bin/sh: cd: bad ...
F Sharuk's user avatar
4 votes
2 answers
3k views

Retrieve logs from customer device in Flutter

I released my app and unfortunately some errors are happening on customer devices. I am trying to understand it for solving but I couldn't find a way to retrieve logs from a customer device. Firebase ...
bahadir arslan's user avatar
1 vote
0 answers
2k views

Apache2 server is down - AH00170

I have been having problems for several weeks on my Apache2 server with Ubuntu 22.04.1 + PHP 7.4 For no apparent reason, the server goes down on its own and the web is still under construction so it ...
Cristian Rodríguez's user avatar
4 votes
1 answer
2k views

My app crashes on device but works on simulator iOS

My app is crashing after my login page on my physical device but it has no issues on the xCode simulator. I have been trying to debug for hours with suggestions I saw online and nothing is working. **...
Dani's user avatar
  • 87
0 votes
0 answers
271 views

Analyzing crash minidump

I'm trying to analyze minidump that was generated when our application silently crashed. The application is written in C#. The minidump was generated using Windows Error Reporting Here is the stack [...
dxtr's user avatar
  • 715
0 votes
0 answers
322 views

Consecutive Unity Crashes - [Unity Crash Log]

As the title says, my Unity project keeps crashing whenever I build an app for Android, and I'm not sure what's the cause. The crashes are inconsistent, sometimes it builds, sometimes it crashes. Here ...
Ash Menezes's user avatar
0 votes
0 answers
221 views

Crashlytics generating misleading stack traces in release mode (Android)

My Android app has Crashlytics all set up and I made a small code to generate a native crash to test the reports. I've followed every setup instruction and I am using the latest Crashlytics version. ...
user642252's user avatar
0 votes
0 answers
151 views

Unexpectedly found nil while unwrapping an Optional value in swift, but I have check option value

I collected some user crash logs from the Xcode > Window > Organizer > crashes. it is very strange. It shows a "Unexpectedly found nil while unwrapping an Optional value" error on ...
Haozes's user avatar
  • 362
0 votes
1 answer
595 views

Why is my C program crashing after input?

I am learning to program in C and C++. My C program keeps crashing after input, here's the code: \#include\<stdio.h\> main(){ int n, i,a,sum=0; printf("How many numbers?\\n"); scanf(&...
RamboDaBest's user avatar
1 vote
0 answers
803 views

React native app working fine in android emulator but crashes in real device

React native app is working fine in android emulator and web, but app crashes, just after opening in real android device. This is package.json { "name": "mytodoapp", "...
Saurabh Gupta's user avatar
1 vote
0 answers
2k views

IOS Crash EXC_BAD_ACCESS (SIGSEGV)

Good afternoon colleagues Recently, I have been receiving reports through the organizer from users of the crash application. Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: ...
Сергей Верховский's user avatar
1 vote
1 answer
819 views

Is there a way to get Firebase Crashlytics Unity C# line number crash information?

I've been using Firebase crashlytics for some time and have been trying to get more information on crashes and exceptions on iOS & Google builds. However, I'm can't seem to get the line numbers to ...
docchang's user avatar
  • 1,125

1
2 3 4 5
31