You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2009/07/21 00:52:24 UTC

DO NOT REPLY [Bug 47551] New: Ctrl-H crashes JM-2.3.4

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

           Summary: Ctrl-H crashes JM-2.3.4
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: akalyanram@gmail.com


Created an attachment (id=24010)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24010)
stack trace

OS: Vista Home Premium, SP2
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)

JMeter-2.3.4 crashes with a OOM everytime the Help menu, in the GUI, is
accessed.

Steps to crash -
1) cd JMETER_HOME/bin
2) java -jar ApacheJMeter.jar
3) access help menu either through keyboard shortcut (ctrl-h) or mouse.
4) the GUI becomes unresponsive.

Attached a text file <jmeter-2.3.4-crash.txt> with stack trace.

Willing to provide any details for clarification.

regards
Kalyan

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47551] Ctrl-H crashes JM-2.3.4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47551


Kalyan <ak...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED




--- Comment #2 from Kalyan <ak...@gmail.com>  2009-07-22 06:42:58 PST ---
(In reply to comment #1)
> You should use the jmeter.bat script, which allocates more memory to JMeter.
> 
> If you want to run directly from the command line, make sure you add the option
> to increase the memory:
> 
> java -Xms512m -Xmx512m ...

your suggestion works.

JMeter lauched via jmeter.bat does not crash w.r.t aforementioned issue.

Thanks

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 47551] Ctrl-H crashes JM-2.3.4

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47551


Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Sebb <se...@apache.org>  2009-07-22 02:37:27 PST ---
You should use the jmeter.bat script, which allocates more memory to JMeter.

If you want to run directly from the command line, make sure you add the option
to increase the memory:

java -Xms512m -Xmx512m ...

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org