Some examples, supposing you do always the same thing:

1-) You have a program that use some random number, and based on the
number the program do different things, and this different things
crash the program at different places.

2-) you have a program that connect with a external server. Depending
on the links status you could crash in different places.

3-) You have a program that talk with another program (or external
server) through a protocol, and the protocol could do different things
even if you do the same thing several times.

4-) Your program has timeouts that could expire based on the system
usage, crashing the program in different places.

5-) Your program read some system variable and do different things.

6-) etc

On Fri, Jan 7, 2011 at 12:09 PM, juver++ <avpostni...@gmail.com> wrote:
> The application is single threaded :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to