#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 , 9 years ago
| Status: | new → assigned |
|---|---|
| Version: | MR12.6e → MR12.6f |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
| Milestone: | → MR12.6g |
|---|
comment:4 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

MCR10040 addresses this issue: https://s3.amazonaws.com/eswenson-multics/public/mcrs/MCR10040.pdf