crash

How to debug and solve a 'DisconnectedContext' crash?

I have a GUI app which connects to a sensor, gathers data and processes it in the background using BackgroundWorker threads. As it stands I'm posting data to the GUI using the ProgressChanged which seemed to be working well to begin with. I've since upped the data rates and have discovered a problem; if the software is left to run for a...

How do I stop Visual C# 2005 crashing when debugging on a windows mobile device?

I'm attempting to debug a .NET Compact framework C# application on a Windows Mobile 6 device using Visual Studio 2005. If execution reaches a breakpoint I have previously set, 9 times out of 10 it crashes. If it doesn't crash first time, that breakpoint will continue working correctly, even through multiple executions of the application....

tessnet2 fails to load

Hi all, i'm using the tessnet2 wrapper to the Tesseract 2.04 Source on windows XP, configured it to work with x86. TessarctTest project main function contains: Bitmap bmp = new Bitmap(@"C:\temp\New Folder\dotnet\eurotext.tif"); tessnet2.Tesseract ocr = new tessnet2.Tesseract(); // ocr.SetVariable("tessedit_char...

What is the best deffense when your application throws an exception in the middle of the demo ?

Hi, What is the most useful strategy when your application throws an exception in the middle of the demo, in terms of keeping the client's mood still positive? ...

Why "Optimize Code" is needed to be turned on for my program to run without crashing?

I was given this WPF application, when I tried to run the program in Debug mode it would crash before getting to Windows1.xml. I later tried running in Release Mode and it would run successfully. I narrowed it down to that, I needed to turn on "Optimize Code" for it to work. Note: Breakpoints, stepping into from debug, and stopping on t...

iPhone UIImage Method crashes

I have this method in my Car.h class file: @interface Car : NSObject { NSString * name; UIImage* image; } + (id)withName:(NSString *)name withImage:(UIImage *)image; @end and my Car.m class file: #import "Car.h" @implementation Car @synthesize name, image; + (id)withName:(NSString *)name withImage:(UIImage *)image { Car *newCar ...

iPhone views programming

Hi ! I'm trying to have 2 views in my app, using 2 buttons on my home screen. For each of these buttons i've created a new class and added the following code to my view controller : ViewController.h : #import <UIKit/UIKit.h> @interface Gallerie2ViewController : UIViewController { } - (IBAction)switch2class1:(id)sender; // 1st button - ...

Netbeans 6.8 C++ IDE: program crashes while debugging in cygwin on windows

Whenever I try to debug my project in Netbeans 6.8 C++ IDE with cygwin on windows, it gives me the message window "Application crashed".(Netbeans IDE does not crash but only my program)There is no problem while running only, but while debugging, it crashes. Please help ...

Under what circumstances can a vtable pointer be null (or 0x1)?

I am currently debugging a crashlog. The crash occurs because the vtable pointer of a (c++-) object is 0x1, while the rest of the object seems to be ok as far as I can tell from the crashlog. The program crashes when it tries to call a virtual method. My question: Under what circumstances can a vtable pointer become null? Does operator...

ms access crashes when loading an mdb containing a linked sql server table

I have an mdb which used to contain a bunch of linked tables. These links point to tables in another Access mdb. As part of a controlled migration, I'm changing these link table to point to an SQL server instance instead, by iterating through all linked tables and updating the connect string to an ODBC one, then calling RefreshLink on ...

iPhone crash log?

I have provisioned an iphone and had the user install the app. It fails. Is there a crash log that I can see why it failed on the iphone? Ian ...

Apple rejected me, no idea why, or how to fix it.

Hey there, so heres the story, Apple recently rejected my app, saying it crashed on their phones, (iPhone 3G and ipod touch 2g), and send me two crash logs. NEITHER of which I can make sense out of. Here they are. Incident Identifier: BA4382DD-DA6A-47F7-800D-43AD30919064 CrashReporter Key: 53e41ca2a52f91affddc86f49ce9c4be851fcfd...

problem with fraction reducer application

I'll get to this quick: I have an application for the iPhone OS 3.1.2 that will reduce fractions. I have 4 outlets: oTop and oBottom: two UITextFields, stands for originalTop and originalBottom. rTop and rBottom: two UILabels, stands for reducedTop and reducedBottom. Here is the code I use: -(IBAction)reduce { int numerator = [[oTop...

Visual Studio no longer associated with application crashes

Hi, When I first installed Visual Studio 2008 on my machine, crashes from applications would present me with a dialog to debug the application in Visual Studio. This was perfect. Recently however my Visual Studio installation has become unassociated with application crashes. Instead I get a dialog which attempts to file the applicatio...

TableView not displaying correctly and crashing,

Hi, I have a tableview in the midddle of my tab bar template application.. I wanted to add the contents of the NSMutableArray called 'routines'. Here is my .h file #import <UIKit/UIKit.h> @interface FirstViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> { NSMutableArray *routines; } @property (nonatomi...

iPhone App Rejected by Apple with crash report - can not reproduce

I am totally at a loss on this crash report. I have several fairly complicated apps already in the store and recently submitted an update to one of them. I promptly received the response it had been rejected for crashing on startup. They are using exactly the same SDK version as me, 3.1.2. After symbolicating the stack trace, this is wha...

Silverlight Application Causes Internet Explorer To Close

Some users of a silverlight application I develop are complaining that IE will close sporadically. The sequence of events the users are doing are inconsequential, they are unable to reproduce the issue. Our application uses isolated storage to save exceptions that occur on the client, but no exceptions appear in the log. Has anyone el...

Excel crashes when opening an Excel sheet generated by HSSFWorkbook that was attached to an email.

I've generated an Excel spreadsheet using HSSFWorkbook, then implemented a custom javax.activation.DataSource to attach the spreadsheet to an email. However, upon opening the spreadsheet in Excel, it crashes. Excel can recover some of the data, but it loses most of its formatting. ...

Installation of IBM RAD 7.5 fails with JVM crash

I am trying to install IBM RAD, while installation, I am getting this error - JVM terminated exit code=8096 And the installation stops. Is there any way to rectify this problem? Why Does JVM terminates? I verified that this is the jre from IBM which is crashing. ...

Matlab GPU acceleration for loading large point cloud dataset

I'm trying to load a large dataset of a million points in 3d space in MATLAB, but whenever I try to plot it (scatter or plot3) , it takes forever. This is on a laptop with Intel Graphics Media Accelerator 950, up to 224-MB shared system memory. This also sometimes leads to Matlab 2008a crashing. Is there a way to let MATLAB use a Nvidia ...