Hi
I have created a newly designed site that went live just last week. I have had reports back from a friend of a friend that it crashes in Firefox. They haven't passed on what version they are using, but hinted that it was on the mac.
I haven't been able to recreate this crash at all, and wondered if anybody out there either experienc...
Hello,
I would like to know how to prevent my application from being restarted when it crashes (an intentionnal segfault in an assertion)
Is it related to debugging environment? (I have VS 2008 installed) is there a registry key or something to NOT reload apps after a crash?
Thanks in advance
EDIT:
While searching for an answer I ca...
I crashed LinqPad while crafting something slightly less than trivial. I don't want to restart it until I'm sure that won't jeopardise recovering my work (if this is possible). My question is: Does LinqPad write temp files anyware that might still contain the code I wrote?
For posterity, here's a test case that crashes LinqPad every tim...
I'm using C# WebClient(); to download a file from a server. The problem is when I don't have internet or the server is not responsive, my application crashes trying to download this file.
What is the best practice to avoid crashing, to abort and give a notification that connection with a server failed?
...
i have a wsgi server which use paste,for some unkonw reason,it will often crash,so i want to has a application or just some package can help me to slove this,when it crashed automaticly kill the process and restart it.Any advice is welcome.
...
Is it possible to invoke an app automatically when it encounters a crash in iPhone/iPad? If so, any pointers will certainly help. Thanks!
...
I have a pretty standard iPhone app that creates a series of around 7 unique Activities initialised by Intents.
However if the app crashes on the 7th Activity, the app restarts on the users phone around the 5th activity. The problem then is the info gathered from activities 1-4 is null, meaning the app is useless and the only way to get...
I am getting a crash with an iPad app that is (at least to me) non-specific. It's an Exception Type: EXC_BREAKPOINT. I am thinking a double memory release or attempting to access a released variable but I hoping someone can shed more light as I hunt through the code. The full crash log is:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Ex...
Hi!
In my small Core Data application I have some NSTableView views binded with NSArrayController controllers in Entity mode.
When I try to import some big amount of data to my table in background thread, after some successfully added imports (from dozens to hundreds items) I get crash with log:
Serious application error. Exception w...
I'm trying to switch to a new workspace in Eclipse, but no matter what I do the GUI closes and hangs at the console. There is no debug output or errors messages.
Ok, this can't be a bug in Eclipse, so what do I need to fix on my system to get it working? I'm running on Ubuntu 10.10, the eclipse version is listed:
Eclipse SDK
Version: 3...
Hello everyone,
I used following code to initialize instance of UIWebView:
-(void)viewDidLoad {
[super viewDidLoad];
UIWebView *webView;
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
webView = [[UIWebView alloc] initWithFrame:CGRectMake(0, 0, 768, 964)]; //crash
} else {
webView = [[UIWebVie...
I'll be ready to start beta testing my iPhone app in the next month, and I guess I should be expecting it to crash once or twice. It would be nice to get the crash report -- and whatever supporting info I can -- back to the mothership. Ideally, this would require little to no work on the part of the beta testers.
There are tools and met...
I have a website that suddenly started to crash internet explorer.
The website loads and starts executing javascript but somewhere in there the machinery explodes. I don't even get a script error, it just crashes. I've tried to manually step through every single line of js with the built in debugger but then of course the problem doesn'...
I am using the LeavesView Class available on GitHub by Tom Brow.
On the iPad, I have 23 images at 1024x768 ranging from 200-500KB (JPG's). I have compressed the images as much as I could without losing quality. For some reason, when I init with the list of images, the memory drops significantly, and ultimately crashes. Here's some code...
I got a code from a client to fix the bug (code was written by some other programmer), So when I open the xib file it simply hang my computer, i restarted my computer 3 times because of that and finally decided to see what's happening by opening the Activity Monitor and it turn out it is opening something with name "Interface Builder Coc...
I just installed VS 2010 and had no errors, but whenever I'm in the code editor and try to select text, either by CTRL-A, SHIFT-ARROW or click and drag the program crashes.
Here is the debug info:
EventType : clr20r3 P1 : devenv.exe P2 : 10.0.30319.1 P3 : 4ba1fab3
P4 : uiautomationprovider P5 : 4.0.0.0 P6 : 4ba1f837...
In visual studios while debugging my asp.net project i see a change i'd like to make. I cant change code dynamically like i may in a winform app so 100% of the time i stop the app. Write my code and run.
Now randomly, a good % of the time i get the error
Unable to connect to any of the specified MySQL hosts.
with a crash shortly aft...
Hi Everyone,
I'm getting a strange crash time to time. But I can't figure out what it is. Can anyone help me?...Following is the console message that I'm getting...
*** Terminating app due to uncaught exception
'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle:
'NSBundle </var/mobile/Applications/36FA484A-7C...
I have 3 views and the first view has a motion background (sequence of pictures), music, and two buttons. When I push either button it crashes. I have a feeling its a memory problem but I'm not sure how to fix this. I'm rather new to Xcode.
...
Hi all,
In a sample application when I tried to enter data in a webview it crashed.
Below is the part of crash report-
Process: RCS [38246] Path:
/Applications/RCS.app/Contents/MacOS/RCS
Identifier: com.tprf.RCS Version:
1.5.10 build-0212 (1.5.10) Code Type: X86 (Native) Parent Process: launchd
[152]
...