views:

41

answers:

2

What does a pop up that says assert failed mean?

A: 

You haven't written the language you are using, but the popup tries to say that an assertion statement has failed. Look here for more information.

Petar Minchev
A: 

It means that an internal assumption that the program was making turned out to be wrong. This typically implies that the program is close to complete failure and should exit immediately..

Greg D