Questions tagged [faults]

It is a condition that causes the software to fail to perform its required function.

17 questions
0
votes
0 answers

_NSFaultingMutableSet Strange behavior

Today, my core data suddenly stopped working. You must see this: So basically I have a Task NSManagedObject, which has a medias to-many relationship. Originally I was using task.medias.count to get the count of the medias. And it has been working…
Lei Zhang
  • 500
  • 4
  • 15
-5
votes
1 answer

Java program with two or more exceptions caused by similar values

I am working on project where I am trying to find programs which give any exception but because of close values. Let me explain by an example. I will highly appreciate any help and support. In the following program first fault is generated when x ==…
Dr. Mian
  • 3,334
  • 10
  • 45
  • 69
1
2