crash

WPF element host is crashing every second time

拜拜、爱过 提交于 2019-12-25 05:14:57
问题 I have a WPF user control inside windows form project and I have a problem. Every second time my app crashes as element host can't load data in user control. Same thing happens when I put this in WPF project. Every second time my app starts normally. Any idea what could be the problem? This is my user control code: <UserControl x:Class="Fleet_management.Info" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http

AS3 Air 3.3 app on Android always crashes after 4 seconds

自作多情 提交于 2019-12-25 05:14:33
问题 I'm testing on an HTC Sensation, running android 4.0.3. I'm publishing using FlashDevelop 4.0.3 and using the Air Mobile AS3 App template. All the application does is display a Rectangle using: this.graphics.beginFill(0x00FF00); this.graphics.drawRect(0, 0, 100, 100); Just so I can see that its actually publishing something. The app runs correctly if I publish to the desktop, however when I switch to publishing it to the phone, the problem I'm facing is that the application publishes and runs

crash - where to start?

て烟熏妆下的殇ゞ 提交于 2019-12-25 05:12:08
问题 I have an app that is crashing on the device (works well in the simulator) which leads me to assume that maybe it's a memory issue... When it crashes, there is no message whatsoever reported in the console. It does not crash each time a certain action is taken, it crashes at different points of time always after the app has been running and in use for some time. I know I'm supposed to ask a more specific question - but if anybody is able to tell me where to start trying to track down a crash

App Crash with WebView

百般思念 提交于 2019-12-25 04:57:23
问题 Please help me. I want to put a WebView in my app. If i make a new project it works fine. But when i want to put it in another app it crash. Included Mainactivity / Java file / layout file / logcat MainActivity import android.app.FragmentManager; import android.os.Bundle; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerLayout; import android.support.v7.app.ActionBarDrawerToggle; import android.support.v7

App crashes on simulator. Works on iphone device

好久不见. 提交于 2019-12-25 04:50:31
问题 I recently upgraded to Xcode 3.2.4. and started experiencing strange behaviour. When I deploy my app onto the iPhone, it works fine. However, when I deploy this on the simulator for testing, the app does not even start on the screen and I receive the following error: [Session started at 2010-09-14 00:01:26 -0400.] GNU gdb 6.3.50-20050815 (Apple version gdb-1472) (Wed Jul 21 10:53:12 UTC 2010) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public

c++ pthreads - crash while trying to lock mutex for reading

∥☆過路亽.° 提交于 2019-12-25 04:09:21
问题 Class LocalT have member of other class that realized read-write-mutex . Mutex initialized at constructor and use pthread_rwlock_rdlock(&aMutex); for reading lock. So, seems, its all ok with mutex class. But program crashed when some LocalT object lock his mutex member for reading. CSerialize.cpp:2054 line is MUTEX.lock_reading(); Thread 6 (Thread 0x80d4e00 (runnable)): #0 0x4864f11d in pthread_mutex_lock () from /lib/libpthread.so.2 #1 0x4864b558 in pthread_rwlock_init () from /lib

App camera crash

a 夏天 提交于 2019-12-25 04:08:30
问题 I use the next tutorial, in developer.android.com : http://developer.android.com/training/camera/photobasics.html with API 2.1 When I click in take a small picture, no problem When I click in take a small picture and after I click in take a big picture, no problem But, when I click directly in big picture, I take a picture and my app crash ... In LogCat : 05-10 09:26:30.773: D/CameraSample(3407): failed to create directory 05-10 09:26:33.713: W/IInputConnectionWrapper(3407): showStatusIcon on

How to stop the app crashing when String is empty

自作多情 提交于 2019-12-25 04:08:22
问题 The app crash when there is no text ! I don't have what 'if' to put to fix that ! Thanks you enter TextView TotalTextView; EditText EnterPercentage; EditText EnterPrice; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); TotalTextView = (TextView) findViewById(R.id.TotalTextView); EnterPercentage = (EditText) findViewById(R.id.EnterPercentage); EnterPrice = (EditText) findViewById(R.id.EnterPrice); Button

Facebook SDK login crash

别等时光非礼了梦想. 提交于 2019-12-25 03:54:52
问题 Facebook login sometimes crashes. I am using the latest version of SDK. On crashlytics I get: FBSystemAccountStoreAdapter requestAccessToFacebookAccountStore:defaultAudience:isReauthorize:appID:session:handler:] Fatal Exception: NSInvalidArgumentException Access options are not permitted for this account type. The options argument must be nil. This is the code: - (void)facebookOpenSession { [SVProgressHUD show]; FBSession* sess = [[FBSession alloc] initWithPermissions:[NSArray arrayWithObject

VB6 Program Crashing: Part 2. Advice on fixing Access Violation (0xC00000005)

老子叫甜甜 提交于 2019-12-25 03:15:58
问题 Related to this question. Any advice on fixing the problem below? After a lot of experimentation with the program, I have discovered several things. It crashes relatively consistently (90% of the time or so) upon running the line of code, Set Message = New CAPICOM.EncryptedData . Note that the line above this is merely Dim Message As CAPICOM.EncryptedData . The function that makes that call does not crash when called earlier in the program's execution. Binary search for error does not work to