crash

iPhone + application crash on device

Hello, I have developed one iPhone application with Snow Leopard (10.6.2) and Xcode (3.2.1). As many of us know that in this new version of Xcode we get facility of Build and Analyze (to check memory leaks and other issues). When I build and analyze my application, it gives me no error / no warnings. My application runs fine on simula...

What is the best way to self-restart programmatically a java application under Ubuntu

I have an application with several threads running. Each of them is wrapped with a cath(Throwable ) that I can use if something unexpected happen. What is the best way to restart the app itself under Ubuntu/Linux. I found this project "Java Service Wrapper" , any experience with it? I tried the -XX:OnError options, but it doesn't seems...

Handle a JNI crash

I have a dll that contains legacy C code, I call this dll via JNI, but sometimes the C code crashes and causes the JVM to terminate. Is it there a way to avoid JVM crash? Can I handle the JNI fault and let the JVM survive? :) ...

Why does onChange crash Internet Explorer 7?

We just released an online shop. On this page the selectboxes crashes Internet Explorer 7 on some computers. Never on my computer. Does anybody knows why? Live link: http://velour.se/collection/women/tops/eloise Update: turns out that the first like I posted did not crash. But the following does: http://velour.se/collection/women/outer...

Several UIImageViews in UIScrollView and crashes

I have a problem with a photo viewing application I've written. I have a UITabBarController with a UINavigationController inside. The UINavigationController initially displays a UITableView. On selection it pushes another UIViewController (Individual photo album) along with an NSArray of photos. This Controller contains a UIScrollVie...

iPhone + minor memory leaks + application crashes

Hello, I have developed an application, when I test for Memory Leaks using Instruments, I get very minor memory leaks. Yet my application crashes after some time. Sometimes, it crashes even when I am testing on Instruments, and during that time there are very very few minor leaks. What can be the issue? I am having only 6 GB memory o...

iPhone app crashed: Assertion failed function evict_glyph_entry_from_strike, file Fonts/CGFontCache.c

this happened quite randomly. I didn't delete any tableview cell, the backtrace information: Assertion failed: (d->entry[identifier.glyph] == g), function evict_glyph_entry_from_strike, file Fonts/CGFontCache.c, line 810. Program received signal: “SIGABRT”. (gdb) bt #0 0x97da5972 in __kill () #1 0x97da5964 in kill$UNIX2003 () #2 0x9...

Visual Studio : malloc() crashing in Release mode

Hey, I have a Project that runs fine in Debug Mode. But in Release Mode it crashs with every malloc(); Even Winmainetc(){ char* szTest; szTest = (char*)malloc(1); } fails... Under Debug Mode all works fine. The thing is that I selected Multitrheaded (/MT) in the linker, so it statically links the mscvr90.dll into the binary. If i ...

Why can't I run my OpenGL program outside of Visual Studio?

I have an OpenGL-program using GLSL, that I can run just fine with the Play-button in Visual Studio (2008) -- both in the standard Release and Debug configurations. However, when I try to run the executable from Explorer, all I get is a flashing cmd-prompt with no text in it to indicate any kind of failure loading something. I have tri...

iPhone MapView interrupted

I have a mapkit / view and it works fine - but I scroll around and after 2 - 10 moves my app crashed... and this only with a "interrupted". Here is part of my code. I think it's a problem with the background threads and an array release / override problem. Some background info: I generate a "session" key (MapKey) on mapview startup an...

IE6 crashes with this jQuery

The following code crashes IE6 every time. It keeps refreshing the page and crashes after a minute: $(window).bind("load resize", function () { var hnf = $('#header').height() + $('#footer').height(); $('#main').height($(window).height() - (hnf)); $('.fluid').height($('#main').outerHeight()); $('#content').width($('#main...

Segmentation Fault in Boost Threads tls_destructor

I wrote a small app using the Boost asio example(3) of the multi-threaded HTTP server. Periodically I get a seg fault which occurs if I ctrl-c the app. I know I must be overwriting memory somewhere, but not really sure how to debug it. The stack trace in GDB is not helpful. Are there some tools in GCC that can help me detect the corr...

Red X GUI crash! I almost gave up on solving it!

I am facing a complex bug with the Dundas Charting for Winforms tool used with MS Visual Studio 2008 C#. The following error occurs when a GUI event is raised on the Chart object while it’s invalidating. When the error happens the dundas chart shows a big X mark. ... ************** Exception Text ************** System.ArgumentOutOfRa...

Are disk sector writes atomic?

Clarified Question: When the OS sends the command to write a sector to disk is it atomic? i.e. Write of new data succeeds fully or old data is left intact should the power fail immediately following the write command. I don't care about what happens in multiple sector writes - torn pages are acceptable. Old Question: Say you have old ...

Diagnosing crash log (for series of UIKit-related crashes) ?

Hi there -- Would appreciate some insight isolating this, some semi-repeatable crashes in an iPhone app of moderate complexity ... The crashes in question occur (sometimes, though not consistently) when pressing a UIButton on a particular screen within the app. (Not sure yet, though the issue may be manifesting itself more under lower...

Crash in Aquatic Prime Carbon

I just released an app (32 bit/10.5 SDK) relying on the Carbon implementation of Aquatic Prime to deal with licensing. Now I've started getting crash logs pointing to a problem in APCreateDictionaryForLicenseData. The crash occurs on this line: if (!rsaKey->n || !rsaKey->e) return NULL; [rsaKey is a static RSA created with RSA_new(...

App is crashing, unexplained.

getting these erros in console 2010-01-07 18:15:19.036 FlagLearner[13310:207] * -[NSCFString objectForKey:]: unrecognized selector sent to instance 0x3814530 2010-01-07 18:15:19.039 FlagLearner[13310:207] Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '** -[NSCFString objectForKey:]: unrecognized select...

Java Crashing Windows

I have been developing a Java application using J2EE and a Derby database. My boss does most of the testing and I do most of the coding, but he has come to me with a strange problem. He claims that occasionally the Java application "crashes his computer". To mention a few details, first let me say that I am currently working remotely, s...

Intermittent JVM Crash When Using JNI and COM

I'm trying to call a DLL compiled from VB6 source code that I do not have access to. The VB6 code simply retrieves data from a DB2 database using ADO and my client code grabs that data and marshals it to my Java code. I'm attempting to achieve this using JNI and COM (without a third-party bridge). It works 75% of the time, but the other ...

What does this Windows crash dump mean?

Yesterday my system software got crashed on WINDOWS 2003 server. The Core shown below. kernel32.dll!_RaiseException@16() + 0x3c bytes rpcrt4.dll!_RpcpRaiseException@4() + 0x21 bytes rpcrt4.dll!_NdrGetBuffer@12() - 0x1d3fe bytes rpcrt4.dll!_NdrClientCall2() + 0x132 bytes hnetcfg.dll!_FwOpenDynamicFwPort@16() + 0x1...