Questions tagged [exception-code]

6 questions
4
votes
0 answers

What does 0x00000000e7ffdefe exception code mean?

I've seen a couple of questions on SO that featured this particular exception code, but the answers focused on specific circumstances and never explained what this exception code meant. Where can I find this out?
Max Yankov
  • 12,551
  • 12
  • 67
  • 135
3
votes
1 answer

What is the meaning of bits 31 and 30 in an SEH exception code?

I'm trying to find out what the bits mean in an SEH exception code. I found out that bit 28 is reserved by the system for system-defined exceptions from MSDN's article on RaiseException. However, given the exception code 0xC0000005, I can't discover…
codekaizen
  • 26,990
  • 7
  • 84
  • 140
1
vote
1 answer

Rejected iPhone app has strange crash logs

My app was rejected from the app store due to a crash that produced the crash log below. What is even more strange than the crash is that the steps given to reproduce it don't happen to me or any of 10+ beta testers (on differing iOS devices). Can…
joshholat
  • 3,371
  • 9
  • 39
  • 48
0
votes
2 answers

Java Exception Handling (Empty spaces in user input)

I need to create an exception class that will throw an exception when there are spaces in user input for a name, password, etc. (all strings). I have written all the code that I thought was necessary and no matter what I input, the exception is…
kandaspohn
  • 89
  • 1
  • 12
0
votes
1 answer

How to interpret this call stack information

Can someone help me understand this structure of call stack? MintControl::MintDIB::MintDIB+22 in this statement in the below callstack, what does this number 22 means? Is it line number or some more critical information? When ever, I get the crash…
Prince Ashitaka
  • 8,623
  • 12
  • 48
  • 71
-3
votes
1 answer

Creating NonContinuable exception in delphi

I have an exception which its raise command causes stack overflow. I read this article in order to know what should I do: http://www.debuggingexperts.com/modeling-exception-handling What I understood is the exception 0xc0000025 means attempt to…
Aharon
  • 117
  • 1
  • 1
  • 14