Bug 444723 - tracer doesn't recognize cmd line parameter "-e"
Summary: tracer doesn't recognize cmd line parameter "-e"
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: pvm
Version: 4.6
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Doug Ledford
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-30 09:52 UTC by Milos Malik
Modified: 2008-06-19 18:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-19 18:30:31 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Milos Malik 2008-04-30 09:52:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.8.1.14) Gecko/20080416 Fedora/2.0.0.14-1.fc8 Firefox/2.0.0.14

Description of problem:
Even if the usage message of tracer claims that it supports command line parameter, the utility does not recognize it.

$ /usr/share/pvm3/bin/LINUXI386/tracer -h

usage:  tracer [ -T tracefile ] [ -O outfile ] [ full | time | count ] [ -Hhev ]

where:
------
-T file    = Use "file" as Trace File
-O file    = Use "file" as Additional Output File
-B nbytes          = Set Trace Buffer Size to nbytes
full       = Set Tracing Option to Full
time       = Set Tracing Option to Timing
count      = Set Tracing Option to Count
-H/h       = Print This Help Information
-e         = Dump Raw PVM Event Text
-v         = Verbose Operation


Version-Release number of selected component (if applicable):
pvm-3.4.5-10

How reproducible:
Always


Steps to Reproduce:
<arch>: LINUXIA64, LINUXI386, LINUXPPC64, LINUXS390, LINUXS390X, LINUXX86_64
1. /usr/share/pvm3/bin/<arch>/tracer -e
2. echo $?


Actual Results:
Unknown Option -e

usage:  tracer [ -T tracefile ] [ -O outfile ] [ full | time | count ] [ -Hhev ]

where:
------
-T file    = Use "file" as Trace File
-O file    = Use "file" as Additional Output File
-B nbytes          = Set Trace Buffer Size to nbytes
full       = Set Tracing Option to Full
time       = Set Tracing Option to Timing
count      = Set Tracing Option to Count
-H/h       = Print This Help Information
-e         = Dump Raw PVM Event Text
-v         = Verbose Operation


Expected Results:
No error message.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.