On 29 Dec 2010, at 15:25, Steve King wrote:
Try doing a regular expression search with a malformed regex (say, a missing parenthesis). *THAT* will let you experience the joy of crashing. :-)
Any reproducible example? A malformed regexp should not be accepted.
Perhaps you are thinking of a maliciously crafted regexp which cause exponential running time?