Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#65 closed defect (fixed)

"x repair" (admin.ec) with no arguments causes asdump

Reported by: Eric Swenson Owned by: Eric Swenson
Priority: minor Milestone: MR12.7
Component: Tools Version: MR12.6f
Keywords: Cc:

Description

If you invoke the operator command "x repair" without any other parameters, you get an active function error and asdump. This is because the first line at the "repair" label is:

&if [equal &r2 stop] &then &goto repair.stop

If there is no argument 2, then we signal an active function error. The fix is to add another line before this one:

&if [not [exists argument &r2]] &then &goto repair.explsalvctl

This will cause a usage message to be written and no signal/asdump.

Change History (5)

comment:1 by Eric Swenson, 9 years ago

Status: newassigned
Version: MR12.6eMR12.6f

comment:3 by Eric Swenson, 9 years ago

Milestone: MR12.6g

comment:4 by Eric Swenson, 9 years ago

Resolution: fixed
Status: assignedclosed

comment:5 by Eric Swenson, 7 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

Note: See TracTickets for help on using tickets.