Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

I have tried the various sites whic do so. but i am not getting a crash report. all i get is that my browser gets hanged when i run the trivial loops and fork bombs.

im trying to run some test on a sample product.

share|improve this question
4  
I am pretty convinced that if I look at IE intently enough it will crash. – Rook Feb 8 '12 at 6:56
im working on a mozilla based browser. – Sidharth Malhotra Feb 8 '12 at 6:58
Can't see how this is a security question - if so you might want to re-word it: if not Stack OVerflow is probably a better place to post it. – Graham Hill Feb 8 '12 at 9:38

closed as not constructive by Rook, SteveS, Chris Andrè Dale, Rory Alsop Feb 8 '12 at 10:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

If you're running trivial loops and fork bombs, then what's causing your browser to crash is you.

Real crashes are caused by programming failures. The author didn't think something would happen, and then it happened. Often these mistakes are in plugins, such as flash, java, acrobat, toobars, etc. That'd be the first place I look.

share|improve this answer
yeah ...thats what i want.....i wanna see at what points or reasons does my browser gets crashed....so that i can improve on that – Sidharth Malhotra Feb 8 '12 at 8:09

Not the answer you're looking for? Browse other questions tagged or ask your own question.