The crashing tag has no wiki summary.
7
votes
1answer
126 views
Help with debugging an iPad device crash with little info
I'm getting the following stack trace from an iPad crash pulled from the device. This was pulled from a user's iPad and I don't know what they were doing when it crashed. How would I get more info ...
5
votes
3answers
261 views
Crashing due to Integer.parseInt
I'm trying to import text from a text file which has been generated in another Activity. The generated text file is made up of a String ArrayList which only contains numbers and the other random text ...
4
votes
2answers
332 views
How to intentionally crash MySQL table?
the goal is simple, but rather unusual. I wrote a database auto-repair script (as one of the tables keeps crashing from time to time, probably due to very large amounts being inserted and deleted ...
3
votes
8answers
479 views
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 ...
2
votes
3answers
140 views
How to track crashing of window form?
How to track window form crashing ? Like any event is called or anything else is called or we can track that window form is crashed ? Like dispose is called window form is crashed. But anything else ...
2
votes
1answer
312 views
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 ...
2
votes
3answers
716 views
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 ...
1
vote
1answer
83 views
Invoke Mac Kernel Panic?
So i am lookin for some source code to crash the mac kernel. I found crashme for debain linux but that does not work for the mac kernel. So i was wondering if anyone knows where i can find a ...
1
vote
1answer
42 views
iOS Application Crashing again and again when re-launching the application
I have an iOS4 Application, sometimes if any crash happens in my application i am not able to launch my application it crashes again and again and not allow me to launch application for continuously 4 ...
1
vote
3answers
218 views
Why does my windows program die with its frozen (bluish gray) Forms or windows?
My delphi program (NOT for .NET) on windows 7 seems to be running for couple of days straight and then the program sort of freezes with all of its windows painted with blueish grey color as if its ...
1
vote
3answers
161 views
C++ - writing directly to memory(Kernel)
I have asked pretty much the same thing before, but my post got deleted for some reason.
Anyway, I'm trying to use C++ and write a program that allows me to access directly to the memory and write ...
1
vote
2answers
126 views
PHP strpos() crashing script
I have a PHP script that looks for links on a page that it downloads with CURL_MULTI functions. The downloading is fine and I get the data, but my script randomly crashes when I encounter a page that ...
1
vote
2answers
67 views
Building a crash tolerant serial number generator via log files
I've got a system that is basically a serial number generator.
There are two main design requirements of the serial number generator (in terms of fault tolerance):
All serial numbers issued must be ...
1
vote
1answer
84 views
Testing for crash with google test
In Google Test I would like to be able to do something like this:
void ImNotNiceToPointers( void* p )
{
((int*)p) [5] = 1;
}
TEST( Bla, BlaBla )
{
EXPECT_NO_CRASH( ImNotNiceToPointers(NULL) );
}
...
1
vote
1answer
445 views
Visual Studio 2010 Crashes on Model Browser
Guys anyone with the same problem?
Often crashes in model browser, the computer stops for a while (5seconds) without response and back again after a black screen (like when we up the previleges)
I ...
1
vote
1answer
51 views
Windows web server randomly crashes, how can i see state and what proccesses were running?
I have a windows 2003 server that randomly seems to crash.
Can someone point me to a decent artice to helpl me debug this?
It is win 2003 running an Asp.net website.
Thanks.
1
vote
3answers
85 views
Help with crashing jquery code
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:
...
1
vote
1answer
553 views
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) ...
0
votes
1answer
47 views
Application crashes when go to previous ViewController
Hi My iPhone application is crashing when i tap on back button. I really don't know why this is happening. you can see in picture where my application is crashing.
I have already checked that my ...
0
votes
1answer
22 views
How can i solve the Firefox is getting freeze and crash when trying to print radgridview data from silverlight 4.0 application?
I am using Mozilla Firefox 8.0.1 running on Microsoft Windows XP Professional Version 2002 Service Pack 3.when i try to print by selecting hp laser jet 1320 PCL 5 printer or Microsoft XPS Document ...
0
votes
3answers
97 views
Beginer at Android apps, please help! - NullPointerException
Please help me with this one. I love this site and can't tell you how many times you've given me great advice, but this time I can't seem to find an answer. I have a very simple app which isn't ...
0
votes
3answers
52 views
App crashing while taking values from XML…
I am trying to get url and thumb from the xml by webservice. I am getting the xml but it is crashing while processing the xml.
This is my code.:-
String tmpstr = ...
0
votes
2answers
50 views
APPLICATION CRASHING IF WE KEEP IT IN BACKGROUND FOR MORE THAN 15-20 MINS
I have devoleped an application and the problem with that application is that Its crashing when we keep it in background for more than 15 mins
On clicking application Icon It should come to ...
0
votes
0answers
23 views
Titanium: application crashes when dealing with Email dialogs
I'm currently building an app that has Email sending and facebook connect capabilities.
the only problem is that when the dialog for facebook or Email is supposed to be completed by pressing "back" or ...
0
votes
1answer
51 views
Jquery causing ie8 and ie7 to crash
so I am designing my first portfolio site - I am not jquery expert at all (trying to get better!) and having an issue with my site www.dylanisdesigning.com. IE7 and 8 is crashing and I am unsure the ...
0
votes
1answer
97 views
TortoiseSVN made my windows stop working soon after log in
I'm running an Windows 7 Home Basic in a Megaware machine with 8GB RAM, intel Core i5 2.9 GHz (x64), 1 TB of Hard Disk.
The problem is: since today, when i tried to update a project from an SVN ...
0
votes
3answers
191 views
My app keeps crashing when opening on the emulator or android phone
package com.ebonybutler.cexample3;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.view.View;
import ...
0
votes
2answers
253 views
My app is crashing iOS 5! How can I get an iOS 5 app when Xcode/SDK is still beta?
I just got an email from a user that my app is crashing on iOS 5. I haven't downloaded the beta xcode and ios 5 because it is just that - beta - and I can't release an app on it. I have an update that ...
0
votes
1answer
522 views
Android webview crashing?
I'm trying to make an app for a website, basically just loads the website. I know how to make it and everything, and I've set up webviews, but I'm not sure what I'm doing wrong.
So basically my main ...
0
votes
1answer
108 views
Android App not launching, stopping unexpectedly
My android app won't seem to start. I made a few code changes in the main activity, tried to launch it and it crashed on launch. I then removed those code changes and it still won't launch. I can't ...
0
votes
2answers
70 views
Crashing App when try to add images..?
I am new iPhone Developer. I am upgrading existing iPhone App. I am using Core Data Model to save data.
In App, there is a 15 square boxes to add images. I am calling a Detached Thread to make a ...
0
votes
3answers
116 views
Crash when presenting modal view controller
In my app I have a function that presents a modal view controller when a bar button is pressed. Sometimes I have to call the same function progrmatically. But, whenever I have to present the view ...
0
votes
1answer
132 views
mp.release crashing soundboard app
I am using the following code to play a sound and after a while it will stop playing sounds, this is because of too many instances of mediaplayer open I believe so I added an extra mp.release(); and ...
0
votes
0answers
50 views
How can i prevent ecliplse from crashing on windows 7?
I read on the forums that eclipse had intelisense problems on linux. I am having the same problems on windows 7 and windows vista. What happens is i press the . button and then it freezes and ...
0
votes
0answers
119 views
Android App crashing on navigating from one Screen to another on Device but working fine on the Emulator
I am a newbie to Android Application Development and started working on it just about a week ago. I created a very basic, very simple App which would list down some Template Messages on a screen and ...
0
votes
2answers
127 views
giving nil while accessing the nsmutable array
i am parsing a json object and storing the song objects in songs, a nsmutable array.
while am displaying the image of the song i.e. while accessing the object from the array its giving all values nil ...
0
votes
1answer
197 views
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 ...
-1
votes
2answers
53 views
MacBook Pro crashing - from Android Emulator?
Ever since I started Android development a few months ago, my MacBook Pro (latest version Lion OS) crashes pretty regularly. (A large rectangular message box comes up in the middle of my screen ...
-2
votes
5answers
78 views
My android app is crashing, can someone help by deciphering my log cat?
01-04 13:07:11.693: D/AndroidRuntime(281): Shutting down VM
01-04 13:07:11.733: W/dalvikvm(281): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
01-04 13:07:11.773: ...
-2
votes
4answers
177 views
solve Crash Log in ios
I have an app of sending free text MSG ..
While i select a contact i got my application crash and from crash log i didn't get solution of it ..
Can any one tell me how to solve crash log with proper ...