Bug 61100 - Invalid GC Log Filename on Windows
Summary: Invalid GC Log Filename on Windows
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.2
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-16 06:28 UTC by Kimono
Modified: 2017-05-27 14:35 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimono 2017-05-16 06:28:14 UTC
Uncomment VERBOSE_GC in jmeter.bat and run it on Windows, you'll get "Invalid file name for use with -Xloggc:" error.

Filename should be "gc_jmeter_%%p.log", not "gc_jmeter_%p.log".
Comment 1 Philippe Mouawad 2017-05-27 14:35:22 UTC
Author: pmouawad
Date: Sat May 27 14:34:49 2017
New Revision: 1796401

URL: http://svn.apache.org/viewvc?rev=1796401&view=rev
Log:
Bug 61100 - Invalid GC Log Filename on Windows
Bugzilla Id: 61100

Modified:
    jmeter/trunk/bin/jmeter.bat
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:08 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4391