I have a uiwebview in a nib file. Not connected to any outlets. Nowhere in my project have I done any thing with threads myself and also in the nib file are 2 uilabels. With the uiwebview in the nib the app crashes when the nib is loaded onto the screen if I delete the webview then the 2 uilabels appear as expected. This is the erro I ge...
Hi there
This is a crash report - its from an ad-hoc tester and I cannot find the error.
As far as I can see there is an array which is outstepping its bounds (I'm looking for an objectAtIndex:x when the array only has y objects - where y<x). However this only happens every once in a while.
Is there anything else that I can get from t...
Hi, my problems deals with native C++ DLLs (Visual Studio 2005, if it matters) and how to write them in order to insure that:
when the DLL is compiled in release mode, it will be correctly loaded by an EXE compiled in release or debug mode (first priority)
when the DLL is compiled in debug mode, it will be correctly loaded by an EXE co...
Hello,
I've been trying to make a tab bar application that needs a tab with a Map. Pretty simple. Well, when I add an IBOutlet to it, the application crashes indicating an:
* Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key...
I have created an app which runs fine on devices using iOS 3.2 or above but on older versions of the OS it crashes with the error
dyld: Symbol not found: _OBJC_CLASS_$_CATextLayer Referenced from: /var/mobile/Applications/70D5888B-B531-484F-997D-776B432FFA52/Test.app/Test Expected in: /System/Library/Frameworks/QuartzCore.framework/Quar...
Hi everyone,
I have been using eclipse for a couple of weeks now, and all of a sudden it has started crashing with this error:
An internal error occurred during: "Selection Job titile".
java.lang.StackOverflowError
Here's some other info:
It's the most recent build of Eclipse
Helios
I have installed subclipse
I use mylyn a bit
My ...
Hi friends, my application is crashing when I enter an ' (apostrophe) in the textfield. Can anyone please tell the solution for the problem. Below is the place where it crashes
hotelTextfield.text = [hotelList objectAtIndex:indexPath.row];
I entered other strings in the textfield but those didn't cause any issue. But whenever I enter...
It is worth noting that this part of the app (this option from the main menu) was working perfectly before. I then programmed the next option from the main menu, and now this one is not working anymore.
I know the code I've written works, but there is something wrong with either the class or the xib, because it worked when I switched it...
I have written an application in C, which runs as a Windows service. Most users can run the app without any problems, but a significant minority experience crashes caused by an Access Violation, so I know I have a bug somewhere. I have tried setting up virtual machines to mirror the users' configurations as closely as possible, but canno...
I made a class. This is the h file.
// MyClass.h
#import <Foundation/Foundation.h>
@interface MyClass : NSObject <NSCoding> {
NSString *string1;
NSString *string2;
}
@property (nonatomic, retain) NSString *string1;
@property (nonatomic, retain) NSString *string2;
@end
This is the m file.
// MyClass.m
#import "MyClass.h"...
Periodically i have one table in my mysql 5.1.41 database that is crashing. After repairing with myisamchk and some server restarts it crashes again. Anybody who has an idea how i can identify what's causing the problem?
...
I'm facing quite "mysterious" problem. My App works fine with all build configurations on devices running iOS 4.x, but it crashes on iPhone running iOS 3.x immediately after launch, but only when compiled with Release configuration. With Debug config it runs with no problems, though.
I've spent a lot of time investigating possible cause...
Hi, I'm trying to put a spinner in a sub-tab in my android app. Touching the spinner causes a crash.
Searching seems to suggest that for some reason it is not possible to use spinners in sub-tabs, but this seems silly to me. I've also tried using activity groups as an alternative to sub-tabs, but I get the same crash.
Has anyone...
I received a crash report from Apple and I'm trying to determine what happened. I haven't been able to recreate the crash by following their steps and I haven't seen a similar crash in any of my testing. Here is the important parts of the crash report:
9 libobjc.A.dylib 0x00004838 objc_exception_throw + 64
10 CoreFoun...
So, my app is a set of stacked views, with a RootViewController as the 2nd view on the stack. The bottom-most view is a menu page, which loads either the rootview controller or an info view onto the stack, and from the rootview controller theres several more views.
When I receive a low memory warning, my app does fine unless I try to p...
Hi
We have a couple of Java applets at work which works perfectly with all of our customers.
But when one of my colleagues and me try to load the page from our home, our router crashes and all internet access stops. Only solution is to restart the router by ripping the power cord from the wall... Works without any problems when i'm on ...
Hi people, my app sometimes crashes when I try to open new view controller, it's looks like if uikit could't load nib file, but in most cases this controller loads fine. I can't determine cause of this problem.
Thread 0 Crashed:
0 libSystem.B.dylib 0x00090b2c __kill + 8
1 libSystem.B.dylib 0x00090b1a kill...
I've got a problem with my test code. It compiles well, but when I try to call delegate, program crashes.
#include "..\libs\FastDelegate\FastDelegate.h"
#include <string>
#include <map>
#include <iostream>
typedef fastdelegate::FastDelegate1 <int, int> FuncPtr;
struct Function
{
FuncPtr Ptr;
int Param;
Function() {};
Function (Fun...
NetBeans 6.9.1 is the first version I've used that is only mostly stable (x86-64 Linux box). I find that I am missing the "restore" features found in word processors and web browsers--upon a crash, you only lose a small amount of unsaved work. Is there anything like this available for NetBeans?
These are workarounds that I do not cons...
I have Flash game at my site. There is a button "Download full version" that calls Javascript function:
function download() {
window.open('http://mysite.com/goto/game1');
}
http://mysite.com/goto/game1
redirects via 301 redirect in .htaccess to
http://mystatisticsite.com/goto/mysite/game1
redirects via PHP header('Location: '.$do...