Hi, I just submitted this to Apple Support, but I'm wondering if anyone here has encountered something similar.
SUMMARY: my iphone app crashes when downloaded from the iTunes app store or from an ad-hoc distribution, but doesn't "crash" when run in debug mode on the simulator or on my iPod
DETAILS: The app contains a rather large sqli...
Hello,
recently I've been trying to write an application that draws SVG pictures. I'm using librsvg library in order to do so. I found a static library file "librsvg-2.dll.a" somewhere and it seemed to do the trick.
The problem is that it crashes in release mode on rsvg_init() function call. I have no idea how to cope with that. Perha...
I'm trying desparately to debug an application I'm trying to release. It was created on Win7 x64, and also runs fine on Win x32, but not on XP (Don't have Vista to test).
I've created a dump file by setting the _NT_SYMBOL_PATH to the directory of the application in XP, then run the debugger with:
adplus -crash -pn launchmenot.exe
Thi...
Hi, I have a very specific web page that causes webview to crash with the Garnage Collector ON (does not crash when OFF).
Easy to reproduce: create a document base application, drop a webview, and have the following line (button perhaps).
- (void)connectSearch:(id)sender
{
[[webView mainFrame] loadRequest:[NSURLRequest requestWithURL:...
Hi,
I have connected my Android application to a Windows desktop machine via Bluetooth. The application interacts with the machine. At the end of the interaction the application on the desktop closes the socket that was opened between the Android and the desktop application.
Right when socket.close() is called on the Windows machine m...
Hi Everyone,
Can we create and get application crash log from iPhone? If yes then, is the result which we will get will be useful?
Thanks,
Aashutosh
...
in my application I use have the following views hierarchy:
UIView
----UIScrollView
--------TiledView (UIView subclass, uses CATiledLayer for drawing)
----OverlayView (UIView subclass)
In short - TiledView displays large tiled image I also apply custom rotation to that view:
tiledView.transform = CGAffineTransformMakeRotation(angle);...
I had a table with complicated columns, i started to fill it with a heavy data, during that, it crushed.
table reported as crushed and need to be repaired.
Repair Table in phpmyadmin could not repair it.
then i decided to start filling process again, but i even could not retrieve table structure.
How can i get data back? or just stru...
EDIT: This reproducible SIGSEGV happens on a Linux machine with more than one proc and more than 2GB of mem, so Java is defaulting to the -server mode. Interestingly enough if I force "-client" there's no crash anymore... (I'm still not too sure what to do with my reproducible SIGSEGV but it's interesting nonetheless).
First note that t...
Our Tomcat server terminated unexpectedly. (It runs as a windows service; the system event log shows an error: Event ID 7034).
Where can I find a dump of a JVM crash, or some indication of why the Tomcat service actually stopped running?
I see a number of exceptions in our application log (our web framework, Wicket is unable to seriali...
I have been trying to debug a crash in my application that crashes (i.e. asserts a
* glibc detected free(): invalid pointer: 0x000000000070f0c0 **) while I'm trying to do a simple assign to a string. Note that I'm compiling on a linux system with gcc 4.2.4 with an optimization level set to -O2. With -O0 the application no longer cras...
Before I get blasted on opening another question, this question is related to another question that I opened a few days ago:
http://stackoverflow.com/questions/2303740/c-program-always-crashes-while-doing-a-stdstring-assign
After investigating further based on some of the answers I came up with more questions and more information that ...
Hello all,
I have written an app to run on 64bit Windows Server 2008, it needs to go in the schedular as it needs to run every 15 minutes. For some reason the program crashes after being open for a few minutes (this is without it being in the schedular). The program runs fine on both my 32bit laptop and a colleagues 64 bit laptop, but fa...
Has anybody integrated Greystrip sdk in their application for showing ads. I am facing crash issues with sdk and don't know how to overcome with it.
Although I have send a mail with the attachment to the greystripe-sdk people, I am posting the crash logs here for the reason somebody else would have seen them before and overcome through ...
I've got a problem with a NSString in my app.
I've defined it in the header file of my view controller.
NSString *locationCoordinates;
and I set its value in a -(void) method.
- (void)locationUpdate:(CLLocation *)location {
<...>
NSArray *locArray = [locString componentsSeparatedByString:@", "];
NSString *xCoordinat...
Is it possible to see thread performance counters in dump of native c++ application in windbg.
...
Hi, I asked a question here earlier today and got that fixed, but now I have another problem.. My batch file is supposed to take the user input of a directory and then save all of the names of the files within that directory to a user specified name text file. It also has the option to allow for you to include or not include subdirectori...
Hi,
I have quite massive program (>10k lines of C++ code). It works perfectly in debug mode or in release mode when launched from within Visual Studio, but the release mode binary usually crashes when launched manually from the command line (not always!!!).
The line with delete causes the crash:
bool Save(const short* data, unsigned i...
Here's the code:
.386 ;target for maximum compatibility
.model small,stdcall ;model
.code
main:
int 20h
END main
Result: http://img705.imageshack.us/img705/3738/resultom.png
"test.exe has stopped working" - always right when it reaches the interrupt.
This is the interrupt I'm trying to use. It should simply exit the ...
I'm having a strange issue and I don't know if it is my bug (most probably) or a bug in UINavigationController.
I use UINavigationController in my application. In some cases I need complicated navigations like "pop 2 screens and push new one". Currently I do it by getting current navigationController.viewControllers, modifying the colle...