https://issues.apache.org/bugzilla/show_bug.cgi?id=54799

            Bug ID: 54799
           Summary: Jmeter crashes throwing exception
                    "java.lang.OutOfMemoryError:" after selecting Help
                    menu from Regular Expression Extractor config element
           Product: JMeter
           Version: 2.9
          Hardware: PC
                OS: Mac OS X 10.4
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Steps to reproduce -

Open JMETER in GUI mode (version 2.9).
Open any sample test plan (My test plan has almost 15 thread groups)
In one of the thread group we have added the regular expression extractor.
If I select the regular expression extractor and click on help we are getting
exception as "Uncaught Exception java.lang.OutOfMemoryError: Java heap space."

However I have modified my JVM settings in my jmeter.bat and jmeter files as
mentioned below

set HEAP=-Xms2048m -Xmx2048m
set NEW=-XX:NewSize=256m -XX:MaxNewSize=256m

After doing the above changes also I am getting this exception.

Also received below error message on my command prompt

2013-04-04 12:14:42.667 java[3285:f07] JavaNativeFoundation error occurred
obtaining Java exception description
2013-04-04 12:14:42.667 java[3285:f07] Internal JNF Error: failed calling
Throwable.toString()
2013-04-04 12:14:42.669 java[3285:f07] (
    0   CoreFoundation                      0x00007fff82a61b06
__exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff822743f0
objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff82af5f49 -[NSException
raise] + 9
    3   JavaNativeFoundation                0x000000010a1b032c JNFNewObject +
216
    4   libawt.jnilib                       0x00000001117d0f44
nsEventToJavaEvent + 1586
    5   libawt.jnilib                       0x00000001117d07c9 +[EventFactory
forwardEvent:toTarget:] + 152
    6   libawt.jnilib                       0x00000001117cd797 +[CWindow
mouseUpdateNotification:] + 1535
    7   AppKit                              0x00007fff8916d9b3 -[NSWindow
sendEvent:] + 7994
    8   libawt.jnilib                       0x00000001117c97ac -[CocoaAppWindow
sendEvent:] + 185
    9   AppKit                              0x00007fff8916935c -[NSApplication
sendEvent:] + 4969
    10  AppKit                              0x00007fff8907f24a -[NSApplication
run] + 636
    11  libawt.jnilib                       0x00000001117a447c +[AWTStarter
startAWT:] + 1495
    12  libawt.jnilib                       0x00000001117a3df6 -[CPerformer
perform] + 93
    13  Foundation                          0x00007fff8a4e3d3a
__NSThreadPerformPerform + 225
    14  CoreFoundation                      0x00007fff829e0b31
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    15  CoreFoundation                      0x00007fff829e0455
__CFRunLoopDoSources0 + 245
    16  CoreFoundation                      0x00007fff82a037f5 __CFRunLoopRun +
789
    17  CoreFoundation                      0x00007fff82a030e2
CFRunLoopRunSpecific + 290
    18  java                                0x0000000109895843 java + 18499
    19  java                                0x000000010989529a java + 17050
    20  java                                0x0000000109892a98 java + 6808

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to