A crash is the result of an unrecoverable error that causes the program to stop completely. During software development, crashes can be avoided by implementing proper error and exception handling.
5
votes
0answers
126 views
Crash on ImageLoaderMachO on app loading on iPhone
I'm getting a crash when the app load from the debugger ( EXC_BAD_ACCESS ), on this line (asm):
__dyld__ZN16ImageLoaderMachO12bindLocationERKN11ImageLoader11LinkContextEmmPKS0_hPKclS7_+320>
I ...
4
votes
0answers
118 views
createWindowSurface failed: EGL_BAD_MATCH?
the version android is 2.2.1 the device is a samsung galaxy II the full crash log is:
java.lang.RuntimeException: createWindowSurface failed: EGL_BAD_MATCH
at ...
4
votes
0answers
636 views
Visual Studio 2010 could not start
I have a problem with visual studio 2010 in my PC, when I try to start it I'll see this exception:
devnev.exe - Application Error
The exception unknown software exception (0xe0434352) occured ...
4
votes
0answers
323 views
Visual studio 2010 - crashing on VPN network change… any ideas?
Many times when I change VPN status by disconnecting a remote network my VS instance immediately crashes.
This is the closest thing I can find in the event log. Anyone have any ideas about this?
...
3
votes
0answers
123 views
Starting a new Activity error
I am creating an application that reads in data from a IOIO microcontroller board and displays it to the screen after I hit a button. I have two classes, MainActivity, which has the button to hit, ...
3
votes
0answers
31 views
Strange MIPS AdES exception
I am giving very limited information, I know, but it is probably enough.
System specs: MIPS 64-bit processor with 8 cores running 4 virtual cpus each.
OS: Some proprietary Linux based on the ...
3
votes
0answers
81 views
Eclipse CWT crashes with grey window
I'm writing an OpenCV program for university and got some troubles with Eclipse.
I am running a 64bit Linux Mint (13) with Eclipse Juno. I installed OpenCV using this guide, except I installed ...
3
votes
0answers
381 views
Eclipse workspace crashes on startup
I am using Spring Tool Suite(STS) 3.0.0 release (eclipse.buildId=3.0.0.201208091018-RELEASE-e42). It was running fine for a couple of months but lately my main workspace is crashing on splash screen ...
3
votes
0answers
525 views
How to understand this crash? : SIGBUS BUS_ADRALN
Thats in the stack trace and i dont understand this error:
0 CoreFoundation 0x30f57648 ___CFBasicHashFindBucket_Linear_NoCollision + 92
1 CoreFoundation 0x30f59688 __CFBasicHashAddValue + ...
3
votes
0answers
1k views
Very strange crash drawing on canvas on Android 4.0.3 -> A/libc: Fatal signal 11 (SIGSEGV)
I'm using a low cost tablet with Android 4.0.3. HEre the log:
06-11 23:36:04.653: D/SynopticElement(1583): Size changed to 200x200
06-11 23:36:04.693: D/dalvikvm(1583): GC_FOR_ALLOC freed 62K, 12% ...
3
votes
0answers
690 views
Xcode 4.3.2 and iOS 5.1.1 + jailbreak: App installs but crash on launch
I don't have the Apple 79€/year account. In iOS 5.0 and Xcode 4.2.1 I changed SDKSettings.plist ecc... And it works. In iOS 5.1.1 and Xcode 4.3.2 no, I already changed settings ecc but don't work, the ...
3
votes
0answers
176 views
SoundPool (SDK 4.0.x) int loop, any value other than zero causes crash
I wonder if anyone can help.
I'm using
Android 4.0.x development kit
Win 7 64 bit platform
using the code as supplied in
http://www.droidnova.com/creating-sound-effects-in-android-part-1,570.html
...
3
votes
0answers
224 views
Pex error during the team build ( TFS 2010 Build )
We have been using pex and moles for unitest with TFS2010. Lately the pex and moles started to crash randomly during the test run. We couldn't reproduce this error on developer machine. Crash only ...
3
votes
0answers
337 views
strange WebKit Error in UIWebView - can this be catched?
I'm loading some HTML / JS from a subdirectory of my documents directory on iPad into a UIWebView. Everything works fine so far. For debugging the JS - Part i've put some alert(..); statements in the ...
3
votes
0answers
308 views
takePicture RuntimeException Android
I've developed an app which has got a service taking snapshots in the background. Whilst this app runs okay in all the devices I've tried so far (not Motorola ones), I found that running it on a ...