https://issues.apache.org/bugzilla/show_bug.cgi?id=45185
Summary: Running a test plan that includes a CSV Data Set Config element with the Delimiter field blank causes an OutOfMemoryError Product: JMeter Version: 2.3.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: minor Priority: P2 Component: Main AssignedTo: jmeter-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] Created an attachment (id=22110) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22110) A simple JMeter test plan with a CSV Data Set Config element with a blank Delimiter field. In a JMeter test plan that includes a CSV Data Set Config element, if the value of the Delimiter field is cleared and then the test plan is run, an OutOfMemoryError occurs, and the JMeter GUI crashes (closes). The following error gets displayed in the console window: "Exception java.lang.OutOfMemoryError: requested 83886096 bytes for promotion. Out of swap space?" The attached test plan, BlankDelimiter.jmx, reproduces the issue. If the Delimiter field in the CSV Data Set Config element is set back to a value of ",", then the error does not occur; the test runs normally. It would be helpful if there was better error handling for this case, e.g. if the GUI could inform the user that the Delimiter field must be non-empty. -- 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]