crash

VC++ 6.0 application crashing inside CString::Format when %d is given.

A VC++ 6.0 application is crashing when doing a CString::Format operation with %d format specifier. This does not occur always but occurs when the application memory grows upto 100MB or more. ALso sometimes same crash observed when a CString copy is done. The call stack would look like this mfc42u!CFixedAlloc::Alloc+82 mfc42u!CString:...

Need help on iphone crash log. Any experts around?

Hello, my iphone app crashes unexpectedly and looking at the crash log I can't tell where my code is doing something wrong. All I get in the stack are calls to the framework it's self. Any help? please! this is the link to the crash log (rather than copy paste it all here) http://www.megaupload.com/?d=CTWWNUN1 thanks!!! ...

iPhone crash logs say "Version: ???"

I'm developing an iPhone app and doing ad-hoc distribution for beta testing. My users are sending me crash logs that say this: Identifier: MyAppName Version: ??? (???) Code Type: ARM (Native) I can't understand how to replace those question marks with a real version number. I've configured my Info.plist to include...

Application crashing during string related operations in multi threaded and multiprocessor environment

The application is developed in VC++ 6.0. When this is run in a multithreaded and multiprocessor environment along with its dependent services one of the dependent services crashes when attempting some string operations like string format or string copy. However this is not observed in a single processor environment and most often the ca...

Catching MediaPlayer Exceptions from WPF MediaElement Control

I'm playing video in a MediaElement in WPF. It's working 1000's of times, over and over again. Once in a blue moon (like once a week), I get a windows exception (you know the dialog Dr. Watson Crash??) that happens. The MediaElment doesn't expose an error, it just crashes and sits there with an ugly Crash report on the screen. If you ...

Where can I find the definition of the number follows Memory Status in iPhone crash-log?

In crash log, if the program is killed by OS due to some problems, a line "Memory status: xx" will be written. What's the meaning of the number? I've googled and searched the dev.apple.com, but I cannot find it. Where can I find the definitions? Thank you. ...

NSSetUncaughtExceptionHandler not catch all errors on iPhone

I'm using GTMStackTrace from http://code.google.com/p/google-toolbox-for-mac. I need a way to test end-user to send me errors when the app crash. I know how send data to my website but the problem is how catch all non-handled errors. I have this code: void exceptionHandler(NSException *exception) { NSLog(@"%@", [exception reason]...

MS-Access 2007 Runtime SendObject Crash

I have programmed an Access Database program using Access 2007. I have a button that points to the event: DoCmd.SendObject acSendReport to have it email a PDF report (acFormatPDF). Everything works fine in the normal Access 2007 program, but when a user opens the program with Access 2007 Runtime, when clicking on this button it goes thro...

Screen saver crashes if UAC is enabled

Does screen saver require any manifest file? I'm renaming the .exe to .scr file. Right now i am not using any manifest file for the screen saver. But if if UAC is enabled, my screen saver crashes. How to by pass this UAC thing ? ...

C# db application keeps crashing while cleaning tables(?)

Hello, I've got service/application connected to mssql server, and it sometimes crashes terribly with following stacktrace: Uncaught exception: ArgumentOutOfRangeException - Specified argument was out of the range of valid values. Parameter name: capacity, thrown at: mscorlib Stack Trace: at System.ThrowHelper.ThrowArgumentOutOfRange...

Crash when using C# Assembly from Managed C++ DLL

Hi, On a Windows XP system, I'm writing a Mangaged C++ library which calls code in a C# Assembly. Unfortunately, as soon as I start referencing a symbol in the C# Assembly, running the Managed C++ library fails with this error (I copied this from the XP crash dialog): EventType : clr20r3 P1 : treeviewdemo.exe P2 : 0.0.0.0 P3 : 4a5d6d62...

Website consistently crashes Internet Explorer on my PC

I keep getting crashes when I load my site in IE, but I've no idea why. If I choose the option to restore the page then it will generally work, but the next link I click will crash IE. How can I tell if this is something that lots of people are seeing, and how can I start tracking down the problem? The site is http://www.freshholidays....

iPhone app crashes after downloading an update

We just released our first iPhone app update, and a few users have complained that--after installing the update--the app crashes right after launching. Apparently, rebooting the phone solves the problem. The only change we made to the AppDelegate was the addition of the Pinch Media Analytics library, which doesn't seem to be the culprit...

VS2008 crashes with xml when in project

Having an issue with vs2008, anytime I have an xml file in a project and go to open it, devenv crashes out. Not specific xml files, but all I've tried. Have reinstalled vs2008 and run devenv /safemode. If I open the same xml file directly without a project, no problems. Any Ideas? Unhandled exception at 0x76f76541 in devenv.exe: 0xC0000...

MFC: troubleshooting on which thread is responsible for causing a crash

I currently have my project running two separate threads (one for MFC operations, like views/formviews, application window, etc., and one for an infinite while loop in its main function). However, for certain situations, when I run my program in debug mode, I have noticed that one of the threads' exit status was a 1 (in other words, it r...

What could cause VS2008 to crash and then take explorer.exe with it?

This happens to me quite frequently...at least once every 1 or 2 weeks...and it is currently driving me insane. I can be working in VS2008 performing the most basic of tasks and the entire program will stop responding. After waiting quite a while the only option I find myself with is to open the Task Manager and end the devenv.exe proce...

Memory Allocation Crash

I have stumbled accross a strange problem in which I cannot understand. I am not an expert at C/C++ so bear with me. I have an NPC class, which derives from a Player class, which derives from a Sprite class. The sprite class contains a setupAnimation function, which allocates an array of floats containing coordinates on the texture, each...

UIScrollView app crashing in Device but running perfect in simulator

I am working on a photo gallery app. Root view is a navigation controller which takes the user to the thumbnail view. Tapping any thumbnail takes the user to PhotoView which shows the tapped image in full screen. Below is what I have done in my PhotoViewController: The approach is pretty much similar to the ScrollingMadness project whi...

How to diagnose eclipse crashes?

OMG, eclipse (it's Gallileo, but with previous versions I also had such problems) crashed again, silently as always. That can happen one time per week, but this is really annoying. All I have now is a crash log. Are there any ways of discovering the true reason of these crashes? Header of crash log, can't see anything useful: # # An un...

Restoring a file from Git?

The question is related to the question "How to restore Git after fatal file system error?", but for a single file. I need to get to last state 2009-07-27 23:58, where I need the file: /Users/henri/BAckup/6-relationdiagram/Normalized_perhaps_DB/simple_schema0.tcuml How can I restore the file after a crash? ADDED: Where will I find...