https://issues.apache.org/bugzilla/show_bug.cgi?id=50618
--- Comment #6 from Milamber <[email protected]> 2011-01-20 20:34:02 EST --- This StackOverflowError isn't come with patch of bug 50032. With your simple testcase, you can have this SOE with the current JMeter 2.4 r961953. This SOE comes because the IF Controller always returns false (${accept_request} isn't defines in test plan) and thus there haven't any sampler executed. Your test case is a special case... If you add a simple sampler (like java sampler) outside the IF Controller (before or after), the SOE is avoided. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
