0
votes
0answers
22 views
Cocoa application crashing on OpenGL call
I made a new project and pretty much copied this guide, but whenever I call any OpenGL function it the spot marked // Drawing code here it crashes. I have this there:
glViewport(0 …
0
votes
1answer
14 views
MKMapView disposal
Hello, I have a strange(?) crash after releasing MKMapView. MKMapView is a subview in my view controller and after I remove that view from navigation stack and release it applicati …
-1
votes
3answers
79 views
Why does my application run well on an Intel proccesor but doesn’t run on a AMD processor?
I have a Windows application made in Visual C++. It runs well on an Intel Proccesor but it crashes on another system with an AMD processor (both systems have Windows XP installed). …
0
votes
3answers
42 views
Java HotSpot error
Curious if anyone could help out in regards to a Java HotSpot dump...saw some reference to head over to the Sun Forums, figured I would try here first...below is the dump...
#
# A …
0
votes
1answer
47 views
iPhone - crash logs not generated on Windows
Hi
I have some users testing my app on Windows and Mac platforms. The app crashes at some points but the Windows users cannot get any crash logs. Here's what they do
Run the app …
4
votes
5answers
195 views
How to crash the .NET common language runtime (CLR) in pure .net
There is a similar question targeting the Java VM but I haven't found a question for .net (please close and mark as duplicate if I was missing something).
So - is it possible with …
1
vote
2answers
28 views
jQuery Coda Slider IE 6,7 Crashing when switching tabs…I hate IE…
First off, I would just like to mention my absolute hatred of Internet Explorer and the grief it is causing me.
Okay, so I have am using a Coda slider for a clients website, locat …
0
votes
1answer
38 views
Is this kind of crash report useless?
I tried use "PLCrashReport" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use i …
0
votes
2answers
36 views
NSOperation performSelectorOnMainThread crashes
Hi!
I'm calling a NSOperation from a Subview of a NavigationController.
MyOperation *op = [[MyOperation alloc] target:self action:@selector(didFinishOperation)];
The Operation …
0
votes
5answers
73 views
Windows - Prevent crashes “Checking for a solution…” and “Restarting the program…”
This may not be a purely programming related question, but I come across this often during development. When my app crashes and I choose to kill it, Windows automatically throws u …
0
votes
1answer
34 views
Xcode crashes with divide by zero
I downloaded urlcache.zip from http://developer.apple.com/iphone/library/samplecode/URLCache/index.html#//apple%5Fref/doc/uid/DTS40008061
I opened the project in xcode and clicked …
1
vote
2answers
67 views
Do NSUserDefaults persist through an Update to an app in the Appstore?
Hi,
Is this the case? Do NSUserDefaults get reset when you submit an update to an app on the App Store, or are they reset?
My app is crashing when updated but not crashing when d …
1
vote
1answer
47 views
Crash in msvcp90d.dll when retrieving an iterator from a boost::tokenizer
When I retrieve the begin() iterator of a boost::tokenizer, I get a crash in msvcp90d.dll, that says "ITERATOR LIST CORRUPTED", which looks suspiciously like issues I have run into …
0
votes
1answer
36 views
WPF application crash when running as a screensaver
I have a WPF application that runs perfectly as an exe, but running as a screensaver causes some problems. If I run the screensaver by double-click on the scr directly it works fin …
0
votes
1answer
40 views
Problems with java app and remote dbase
Hi. I'm having trouble with my java app on the database side of things. It uses connectorJ to communicate with a mysql dbase and works perfectly fine locally. When communicating w …
