crash

New Google developer console crashes stack traces are not accurate anymore

你离开我真会死。 提交于 2019-12-13 12:42:59
问题 Google has recently updated the Google Play Console, and now crashes are automatically reported. Since almost all stack traces I got are not accurate anymore: The stack trace is full of <OR> methods, so I guess full of possible candidates? All the line numbers are 0 Note that I use Proguard (and not Multidex) and I strongly suspect it is the cause of the problem. Example: java.lang.ClassCastException: at <<MyPackage>>.adapters.PackageRecyclerViewAdapter.getItemCount(PackageRecyclerViewAdapter

Why does my Eclipse crash all the time?

佐手、 提交于 2019-12-13 12:24:55
问题 Somehow stupid question, I have to admit - hope it won't cost me too many points. To make it clear: I would also be happy if you can help me find the reason for the crashes. I wouldn't expect a precise answer. However, I don't see why my Eclipse is crashing (freezing) all the time. Mostly when I save a file. For some reason, crashes seem to increase lately... I use Eclipse Helios (Version: 3.6.1) and Java version 1.6.0_20 (OpenJDK Runtime Environment (IcedTea6 1.9.2) (6b20-1.9.2-0ubuntu2)

Crash on iPhone?

戏子无情 提交于 2019-12-13 10:23:37
问题 Can anyone help with any hints by looking into following iPhone device crash log why is the app is getting crashed at the startup itself? Note: App crashes not all time it does only 50% times of app launch. Any suggestion are welcome. Thanks in advance. Date/Time: 2011-03-21 19:15:21.363 +0000 OS Version: iPhone OS 4.2.1 (8C148) Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x736f485b Crashed Thread: 0 Thread 0 Crashed: 0 libobjc.A.dylib

libobjc.A.dylib objc_msgSend - React Native iOS - How do I read this crash report?

五迷三道 提交于 2019-12-13 10:07:45
问题 My React Native iOS app is randomly crashing with this, and I do not know how to interpret it. Any ideas as to what it means? EDIT: If this is a bad question, please let me know where I can help on this, as I do not know where to begin looking. It's a random crash that has been bugging me for a while now. 回答1: Use chrome-debugger. That should help you tracking the cause of the crash. Also you need to draw the pattern out of the randomness. The image you have sent was not helpful enough to me

Github App for Mac crashes upon opening

倖福魔咒の 提交于 2019-12-13 09:51:56
问题 Downloaded the Github for Mac app and it crashes instantly upon opening. Here is the error report: Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Received error from name: in binding for key path "currentActionViewModel" on : NSError { domain: GTGitErrorDomain, code: -12, description: "Failed to create reference to tracking branch from name: refs/heads/master, shortName: master, sha: { SHA:

Android: Application is crashing On Startup

纵然是瞬间 提交于 2019-12-13 09:46:03
问题 I am a novice and I'm just creating a simple Android app in which there are 2 buttons that take you to different pages when clicked, which have different functions. However, my app crashes on start-up, simply saying Unfortunately [app name] has stopped and I don't understand As I have barely made any changes to my MainActivity.java , the code seems to be well written, and eclipse displays no errors... Any help, please? I have searched around Stack, but I can't find anything specific to this..

ComboBox crashing WPF application because SelectionChanged is firing too soon

北城以北 提交于 2019-12-13 09:31:00
问题 Here's my XAML: <ComboBox x:Name="cloneSelector" Width="80" SelectedIndex="0" VerticalAlignment="Top" Margin="10" SelectionChanged="cloneSelector_SelectionChanged"> <ComboBoxItem Content="All" /> <ComboBoxItem Content="Top" /> <ComboBoxItem Content="Middle" /> <ComboBoxItem Content="Bottom" /> <ComboBoxItem Content="None" /> </ComboBox> And here is the SelectionChanged handler (as requested by a comment): cloneSelection = (CloneFormat) cloneSelector.SelectedIndex; var frameSize = videoDevice

Can't access getContentResolver() from context?

你说的曾经没有我的故事 提交于 2019-12-13 08:58:04
问题 I have two classes, MainActivity and DoHardWork . DoHardWork extends AsyncTask , and in the class I need to access a context in order to get the contentResolver and do a query. No problem, right? Let's just pass it as a parameter to DoHardWork : Context currCont = this; new DoHardWork(currCont).execute(); Then in the constructor I grab the context and store it in a global variable called ccc . But as soon as I try to access the context it crashes, with no errors that make sense. try { Cursor

Google map v2.0 wont work and app crashes

百般思念 提交于 2019-12-13 08:52:29
问题 I am working on a map app. It's working for me on SDK 16 but the problem was I need to expand it on sdk 8 and my app crashes. This is my whole code for sdk 16 here i added support-library-v4 as externar JAR to project. i also added google-play-service-lib as library. but nothing works I changed Activity to FragmentActivity and also used googleMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)).getMap(); instead of googleMap = ((MapFragment)getFragmentManager()

iPhone Crash Logs… anyone read this Greek Stuff? - Not crashing for me, but is for Apple [closed]

折月煮酒 提交于 2019-12-13 08:38:44
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . I have submitted my app to the App Store, and Apple says: At this time, XYZ APP cannot be posted to the App Store because it is crashing on iPhone 3G running iPhone OS 3.1 and iPod touch running iPhone OS 3.1.1 and Mac OS X 10.5.8 whenever a user attempts to add a reminder from their Contacts. There are two