crashing

how to debug Random crashes

we have a dotnet 2.0 desktop winforms app and it seems to randomly crash. no stack trace, vent log, or anything. it just dissapears. There are a few theories: machine simply runs out of resources. some people have said you will always get a window handle exception or a gdi exception but others say it might simply cause crashes. we...

app keeps crashing

So i'm almost done creating my iphone app but it keeps crashing. Here are the crash report and the plist. Not sure which one you guys need to help me out on why it keeps crashing.... plist: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; <p...

iphone simulator crashes when it tries to access user location

for some reason my code causes my program to crash. does anyone know why or how to fix it? NSLog(@"here"); CLLocation *location = [locationManager location]; [mapView removeAnnotations:mapView.annotations]; NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; CLLocationCoordinate2D workingCoordinate = [location coordinat...

Crashing while passing UIColor as argument

I have a little UIView object, CircleColorView.m, that simply creates a view with a colored circle in it. I then use that view as the background to a bunch of buttons (all different colors). My problem happens when the drawRect: method gets called. I crash, but only sometimes, when I reference the object color which is a UIColor. I am...

crash IE and firefox with this simple google search term

Just search eval error Specified cast is not validin google on IE or FireFox and both of them will crash. I am not sure if they are crashing or just closing that window as it doesnt affect other open windows. I tried this with Bing too and the result was same. IE - 8 Firefox - 3.6 Let me know if you get the same results? ...

Android string and layout editors in Eclipse-ADT frequently crash

I recently started programming for Android using the Eclipse ADT. What I am frequently observing is, that when I open some Android .xml file (e.g. res/strings.xml or some res/layout/<...>.xml file) that there are NullPointerExceptions. One can then still edit the file in source mode, but the convenient Resources-tab or the Layout-tab, r...

How do I debug Windows Forms Designer crashing?

I have a windows forms project. It has a main form derived from System::Windows::Forms::Form which I can open in designer without any problems. If I try and close designer though, it kills Visual Studio (v2008 with SP1). The form includes a tab control which has pages with various System::Windows::Forms::UserControl derived forms. So I'...

Help with crashing jquery code

Hi Working on an image gallery, but it keeps crashing on me (you control it by clicking on 'left' and 'right') if i click on the images more than 10 times: http://korrektur.adnuvo.com/hejven/index_test2.html Here's the code: $(document).ready(function(){ /*''''''''''' WORKING COPY !!!!! V2 '''''''''''*/ var gal_prev = null; var gal_...